Re: Re: [suse-amd64] AMD 64 and MPlayer
Hi again I compiled kmplayer 0.8.4a with "./configure --enable-libsuffix=64" and it worked.I get the same warning messages but not the error. I can see nothing wrong with you output. (-I/usr/lib/qt3/include is correct since /usr/lib64/qt3 is linked against /usr/lib/qt3). Try again with fresh source code but besides that I'm out of suggestions. (My "mplayer -vo help" gives: xv, x11, xover, gl, gl2, dga, sdl, fbdev, fbdev2, aa, directfb, dfbmga, null, mpegpes, yuv4mpeg, png, jpeg, gif89a, tga, pnm, md5sum. Maybe that could be of help) /Arne On 25.2 2005 02:07, David wrote:
Thanks for the input Arne. I used the
--with-x11libdir=/usr/X11/lib64 switch and MPlayer compiled and worked just fine. I agree on KMplayer. I have tried a couple of time to compile it and have not gotten anywhere. Is this the way you are suggesting I try?
./configure --enable-libsuffix=64
I gave that a go and the configure worked fine. When I tried make I got these results. ========================================================= /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include/kio -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o kmplayerconfig.lo `test -f 'kmplayerconfig.cpp' || echo './'`kmplayerconfig.cpp In file included from kmplayersource.h:28, from kmplayerconfig.cpp:45: kmplayerplaylist.h:143: warning: `inline' is not at beginning of declaration In file included from kmplayerpartbase.h:33, from kmplayerconfig.cpp:47: kmplayerprocess.h:158: warning: `visibility' attribute does not apply to types kmplayerconfig.cpp:87: error: visibility arg must be one of "default", "hidden", "protected" or "internal" make[2]: *** [kmplayerconfig.lo] Error 1 make[2]: Leaving directory `/home/david/program-files/kmplayer-0.8.4a/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/david/program-files/kmplayer-0.8.4a' make: *** [all] Error 2 ========================================================== I believe I have everything I need but nogo. Any tips? I won't be able to do much until the weekend so any advice will be appreciated.
I am kind of new to SuSE only a few months experience. If I use this suggestion,
mv /usr/X11/lib /usr/X11/lib32 ln -s /usr/X11/lib64 /usr/X11/lib
configure and make.
unlink /usr/X11/lib ln -s /usr/X11/lib32 /usr/X11/lib
Will there be any future issues when I try to compile things?
David
------------------------------------------------------------------ Gratis svenskpråkig e-post och förmånliga textmeddelanden http://webmail.surfnet.fi ------------------------------------------------------------------
participants (1)
-
Arne