I've been following the various dxr3 docs for a couple of weeks now,
 
The dxr3 card is in, but the modules weren't loaded at the time I ran make (would this affect it?)
 
I downloaded the latest CVS from ffmpeg and it compiled ok...
 
I got the version of dsl that the wiki mentions (wanted to reduce the chance of a bug being introduced from a newer version - means less for me to have to think about), and patched it as per the wiki and yours and Pauls posts...
 
patch -p1 < path-to-your-freevo/runtime/src/SDL-1.2.5-nokeyboardpatch 
patch -p1 < path-to-your-freevo/runtime/patches/libsdl1.2-dxr3-ffmpeg.diff
 
So yeah I deff patched it for nokeyboard
 
Could it be the redhat 9 kernel back port causing problem? I had a few problems with the dxr3 source not compiling under RH9 latest kernel - but they have a RH specific patched driver src now... so that seems ok, as far as I can tell everything else compilied correctly.
----- Original Message -----
Sent: Tuesday, August 05, 2003 11:07 AM
Subject: Re: [Freevo-users] Dxr3 & SDL?

hmmm.. it sounds like you're doing it right. I have never seen that error msg's before :/
you have installed your dxr3 card and ffmpeg?
have you patched sdl with the nokeyboard patch?
 
----- Original Message -----
Sent: Tuesday, August 05, 2003 11:59 AM
Subject: Re: [Freevo-users] Dxr3 & SDL?

Ok - thanks for the pointers... I did all that and ran autogen and configure, then copied the headerfiles from ffmpeg to src/video/dxr3
 
Then I ran make
 
make chucks up some errors so haven't gone any further yet...
 
Heres the complie output: (After the last item to compile correctly)
 
SDL_dxr3video.h:46: parse error before "UINT8"
SDL_dxr3video.h:46: warning: no semicolon at end of struct or union
SDL_dxr3video.h:51: parse error before '*' token
SDL_dxr3video.h:51: warning: type defaults to `int' in declaration of `picture_yuv'
SDL_dxr3video.h:51: warning: data definition has no type or storage class
SDL_dxr3video.h:52: parse error before '*' token
SDL_dxr3video.h:52: warning: type defaults to `int' in declaration of `outbuf'
SDL_dxr3video.h:52: warning: data definition has no type or storage class
SDL_dxr3video.h:59: parse error before '}' token
SDL_dxr3events.c: In function `DXR3_OpenKeyboard':
SDL_dxr3events.c:50: dereferencing pointer to incomplete type
SDL_dxr3events.c:52: dereferencing pointer to incomplete type
SDL_dxr3events.c: In function `DXR3_CloseKeyboard':
SDL_dxr3events.c:68: dereferencing pointer to incomplete type
SDL_dxr3events.c:70: dereferencing pointer to incomplete type
SDL_dxr3events.c:74: dereferencing pointer to incomplete type
SDL_dxr3events.c: In function `handle_keyboard':
SDL_dxr3events.c:137: dereferencing pointer to incomplete type
SDL_dxr3events.c:170: dereferencing pointer to incomplete type
SDL_dxr3events.c:171: dereferencing pointer to incomplete type
SDL_dxr3events.c:188: dereferencing pointer to incomplete type
SDL_dxr3events.c:189: dereferencing pointer to incomplete type
SDL_dxr3events.c: In function `DXR3_PumpEvents':
SDL_dxr3events.c:207: dereferencing pointer to incomplete type
SDL_dxr3events.c:211: dereferencing pointer to incomplete type
SDL_dxr3events.c:212: dereferencing pointer to incomplete type
SDL_dxr3events.c:212: dereferencing pointer to incomplete type
SDL_dxr3events.c:213: dereferencing pointer to incomplete type
SDL_dxr3events.c:214: dereferencing pointer to incomplete type
SDL_dxr3events.c:218: dereferencing pointer to incomplete type
SDL_dxr3events.c:219: dereferencing pointer to incomplete type
SDL_dxr3events.c:219: dereferencing pointer to incomplete type
SDL_dxr3events.c:224: dereferencing pointer to incomplete type
make[3]: *** [SDL_dxr3events.lo] Error 1
make[3]: Leaving directory `/home/mark/downloads/freevo/SDL12/src/video/dxr3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mark/downloads/freevo/SDL12/src/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mark/downloads/freevo/SDL12/src'
make: *** [all-recursive] Error 1
What have I done wrong?
----- Original Message -----
Sent: Tuesday, August 05, 2003 10:09 AM
Subject: Re: [Freevo-users] Dxr3 & SDL?

As I wrote in the wiki, it's just the makefile that fails atm (might change in the future).
You se a + char on one line, that's the line that failed.
so just open up your configure.in in your favourite editor and add that line somewhere among
the other src/video/blah/Makefiles (around line 2669 it seems ;)
then compile your sdl and you're good to go :)
 
// Johan
 
 
----- Original Message -----
Sent: Tuesday, August 05, 2003 10:46 AM
Subject: [Freevo-users] Dxr3 & SDL?

Hi,
 
After much head scratching and compiling I finally have dxr3 drivers...
 
I'm now working thru the dxr3 page in the wiki and have gotten to the SDL section...
 
I've downloaded the CVS and patched the SDL SRC as directed... got some hunk#1 messages
 
However, I'm now stuck at the point where it says look at configure.in.rej
 
I'm looking at the file but it means very little to me...
 
Here is the file:
 
***************
*** 2649,2654 ****
  src/video/photon/Makefile
  src/video/epoc/Makefile
  src/video/dummy/Makefile
  src/video/ataricommon/Makefile
  src/video/xbios/Makefile
  src/video/gem/Makefile
--- 2669,2675 ----
  src/video/photon/Makefile
  src/video/epoc/Makefile
  src/video/dummy/Makefile
+ src/video/dxr3/Makefile
  src/video/ataricommon/Makefile
  src/video/xbios/Makefile
  src/video/gem/Makefile
So what changes does this mean I have to make manually and to what? Now I feel like a newbie again :-)

Reply via email to