From: SourceForge.net <no...@so...> - 2008-10-19 19:38:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5460870 By: draxd Is there any way to build TuxCap on 64 bit OpenSuse 11 ? I get lot of errors , Something like /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libMagick++.so when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libMagick++.a when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libMagick++.so when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libMagick++.a when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lMagick++ Please help. btw I managed to build it on Windows Visual C++ 2008 :) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |
From: SourceForge.net <no...@so...> - 2008-10-19 20:35:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5461155 By: wpvanpaassen Hi, You're trying to link tuxcap against the 64 bit versions of its shared libraries. You need to install the 32 bit libraries. try something like install ia32-libs ia32-libs-gtk linux32 lib32asound2 btw, great to hear that you've got tuxcap running on windows! Cheers WP ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:03:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5817886 By: oxi Hi, I'm unable to build it either on 64bit ubuntu hardy. It's throwing this error: [ 35%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapApp.o In file included from /usr/include/python2.5/Python.h:57, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapResources.h:20, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapApp.h:15, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapApp.cpp:13: /usr/include/python2.5/pyport.h:761:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." make[2]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapApp.o] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 Am I supposed to do anything besides: cmake .. make on a 64bit kernel? I already installed the libraries you mentioned before. Other than that, the svn version builds perfectly on a 32bit ubuntu interpid, with gcc 4.3 :) And the demos seem to work flawlessly :) Thank you, Regards, oxi ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:56:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5818153 By: wpvanpaassen Hi, Did you use the latest sources from cvs? I'm about to release a new version and I've got everything checked in. As a workaround try to add -m32 to the compiler options of the tuxcap/CMakeLists.txt file, to force it into 32 bit mode. Cheers WP ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:57:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5818159 By: wpvanpaassen By the way, the software renderer does not work when compiled for 64 bit, only supports 32 bit for now Cheers WP ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |