dragoran wrote:
Hans de Goede wrote:I tryed to test it on my 7800GTX on FC5 x86_64 but the ogre build failed due to multilib issues: riptCompiler.o .libs/OgreCompiler2Pass.o .libs/OgreILImageCodec.o .libs/OgreILCodecs.o .libs/OgreILUtil.o -L/usr/local/lib /usr/local/lib/libfreetype.so -lzzip -lILU -lIL -lz -ldl -L/usr/lib64 -lSDL -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.1.1 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.1.1/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64/crtn.o -m64 -mtune=generic -Wl,--rpath -Wl,/usr/local/lib -Wl,-soname -Wl,libOgreMain.so.11 -o .libs/libOgreMain.so.11.0.1Dan Horák wrote:Dan Horák píše v Po 26. 06. 2006 v 22:57 +0200:Hans de Goede píše v Po 26. 06. 2006 v 22:46 +0200:Hi all, I've just finished up packaging a 3D chess game called chess, which I mainly packaged to have something to test OGRE an OO 3D engine.I've finally managed to get everything to work, but unfortunately chessis very slow on my radeon 9200, like 2 fps. So I've got two questions: -can someone with good 3D card be it with binary drivers test this for me and see if it does work properly there?-can someone with a radeon 9600 or 9800 who is using the new opensourcedri drivers for this card test this, to see how it works there?You need to download (and build) the ogre, chess and coldet SRPMS from here:http://people.atrpms.net/~hdegoedechess needs both colder and ogre, so you must build and install those first.For those interested here are the review requests: coldet: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196710 ogre: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196740 chess: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196744I could test it on NVidia 6600GT with binary drivers.I am getting a segfault on FC4 when trying to run the Chess. I will look at this problem during the next days.Hmm, Thats not so good news, I hope you'll be able to get it running. Regards, Hans/usr/local/lib/libfreetype.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [libOgreMain.la] Error 1 make[2]: Leaving directory `/home/dragoran/rpm/BUILD/ogrenew/OgreMain/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dragoran/rpm/BUILD/ogrenew/OgreMain' make: *** [all-recursive] Error 1 It tryes to link against a 32bit lib :(
I think thats because you've done a local install of freetype and have /usr/local/bin in your PATH before /usr/bin causing ./configure to find and use /usr/local/bin/freetype-config for freetype-config
Regards, Hans