Dear Sir, I've tried to install mplyer using the following configure options: ./configure --enable-gui --enable-largefiles --enable-joystick --disable-tv --enable-menu --enable-xmms --enable-debug=3 I wanted to install mencoder so I didn't disable it, but I received the following error while doing 'make': ================================================= gcc -c -W -Wall -O2 -march=pentium3 -mcpu=pentium3 -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo -I/usr/include/freetype2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/cdda -I/usr/include/SDL -D_REENTRANT -o mencoder.o mencoder.c mencoder.c: In function `cfg_inc_verbose': mencoder.c:223: warning: unused parameter `conf' mencoder.c: In function `cfg_include': mencoder.c:225: warning: unused parameter `conf' mencoder.c: In function `exit_sighandler': mencoder.c:303: warning: unused parameter `x' mencoder.c: In function `main': mencoder.c:397: warning: passing arg 2 of `m_config_register_options' from incompatible pointer type mencoder.c:740: warning: long int format, DWORD arg (arg 4) mencoder.c:740: warning: long int format, DWORD arg (arg 6) mencoder.c:740: warning: long int format, DWORD arg (arg 7) mencoder.c:977: warning: comparison between signed and unsigned mencoder.c:1004: warning: comparison between signed and unsigned mencoder.c:1267: warning: long int format, DWORD arg (arg 2) mencoder.c:342: warning: `lame' might be used uninitialized in this function mencoder.c: In function `parse_end_at': mencoder.c:1306: warning: unused parameter `conf' mencoder.c: In function `lame_presets_set': mencoder.c:1443: warning: implicit declaration of function `lame_set_preset' mencoder.c:1443: `STANDARD_FAST' undeclared (first use in this function) mencoder.c:1443: (Each undeclared identifier is reported only once mencoder.c:1443: for each function it appears in.) mencoder.c:1445: `STANDARD' undeclared (first use in this function) mencoder.c:1453: `EXTREME_FAST' undeclared (first use in this function) mencoder.c:1455: `EXTREME' undeclared (first use in this function) mencoder.c:1463: `INSANE' undeclared (first use in this function) /usr/include/ctype.h: At top level: cfg-mplayer-def.h:1: warning: `default_config' defined but not used make: *** [mencoder.o] Error 1 ========================================= Thank you for your kind help. Best regards, -- Ibrahim El-Shafei "HimaTech" There are always free cheese in the mousetrap.
Ibrahim El-Shafei wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] Dear Sir, I've tried to install mplyer using the following configure options: ./configure --enable-gui --enable-largefiles --enable-joystick --disable-tv --enable-menu --enable-xmms --enable-debug=3
At the moment, we don't have enough information to help you. Please read DOCS/bugreports.html. Also, version 0.90rc4 is rather old so try the latest CVS or CVS snapshot before you send in your bugreport. For CVS: http://www.mplayerhq.hu/homepage/design5/dload.html The link for the snapshots is near the top, and insructions for CVS are at the bottom of the page. Also bear in mind that if you use CVS you need to get libavcodec separately: http://mplayerhq.hu/DOCS/codecs.html#libavcodec -Corey
participants (2)
-
Corey Hickey -
Ibrahim El-Shafei