LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install MPEG4IP failed (https://www.linuxquestions.org/questions/linux-newbie-8/install-mpeg4ip-failed-276506/)

felwong 01-11-2005 08:37 AM

install MPEG4IP failed
 
Trying to instal mpeg4ip-1.2 but to no avail. I am actually trying to install gtkpod but mpeg4ip is required. I have config it with the ./bootstrap --disable-sever option. And looks it won't install mpeg4live, and thus there is no need for lame.... But I installed lame anyway... and below is the print when I issue make. I tried to cut it short from where I begin to see syntax error. Please help.

/usr/include/SDL/SDL_syswm.h:69: 'XEvent' is used as a type, but is not defined
as a type.
/usr/include/SDL/SDL_syswm.h:82: syntax error before `*' token
/usr/include/SDL/SDL_syswm.h:83: 'Window' is used as a type, but is not defined
as a type.
/usr/include/SDL/SDL_syswm.h:93: 'Window' is used as a type, but is not defined
as a type.
/usr/include/SDL/SDL_syswm.h:94: 'Window' is used as a type, but is not defined
as a type.
video_sdl.cpp: In constructor `CSDLVideo::CSDLVideo(int, int)':
video_sdl.cpp:101: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `display'
video_sdl.cpp:102: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `display'
video_sdl.cpp:102: `DefaultScreen' undeclared (first use this function)
video_sdl.cpp:102: (Each undeclared identifier is reported only once for each
function it appears in.)
video_sdl.cpp:102: `DisplayWidth' undeclared (first use this function)
video_sdl.cpp:103: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `display'
video_sdl.cpp:104: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `display'
video_sdl.cpp:104: `DisplayHeight' undeclared (first use this function)
video_sdl.cpp: In member function `void CSDLVideo::set_screen_size(int, int,
int, int, int, int)':
video_sdl.cpp:270: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `display'
video_sdl.cpp:270: `struct SDL_SysWMinfo::<anonymous union>::<anonymous>' has
no member named `wmwindow'
video_sdl.cpp:271: `XMoveWindow' undeclared (first use this function)
make[4]: *** [video_sdl.lo] Error 1
make[4]: Leaving directory `/home/felix/down/mpeg4ip-1.2/player/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/felix/down/mpeg4ip-1.2/player/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/felix/down/mpeg4ip-1.2/player'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/felix/down/mpeg4ip-1.2'
make: *** [all] Error 2


All times are GMT -5. The time now is 07:10 AM.