You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
(2) |
May
(5) |
Jun
(4) |
Jul
(2) |
Aug
(3) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kees B. <kee...@xs...> - 2010-05-19 21:17:27
|
Hi, For those who like GIT better than CVS, I have set up a GIT repository for tuxcap. It was created with git-cvsimport of the latest CVS. You can start using it with a clone like this: git clone git://tuxcap.git.sourceforge.net/gitroot/tuxcap/tuxcap Kind regards, Kees Bakker |
From: Kees B. <kee...@xs...> - 2010-05-11 20:22:40
|
Hi Nathaniel, Perhaps you can try the following. Download an existing game (for example Go Ollie) for the Mac. Make a copy of the .app tree and replace game.py in that tree with your own game.py You can download Go Ollie from tweeler.com (select "Free" and then Go Ollie, etc). Install it in /Applications (or anywhere where you want). Open Terminal do something like this: $ cd $ mkdir MyApps $ cd MyApps $ cp -a /Applications/GoOllie.app MyGame.app $ ls -l MyGame.app/Contents/Resources/game.py -rw-r--r-- 1 kees admin 462199 Jun 18 2009 MyGame.app/Contents/Resources/game.py This is the game.py you can replace with own version. Something else you can try is to take the tuxcap.framework tree and copy it to you own app. The tuxcap framework is in the Frameworks directory. $ ls -ld MyGame.app/Contents/Frameworks/tuxcap.framework drwxr-xr-x 7 kees admin 238 Jun 18 2009 MyGame.app/Contents/Frameworks/tuxcap.framework HTH -- Kees |
From: SourceForge.net <no...@so...> - 2010-05-10 21:25:26
|
The following forum message was posted by at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3691499: (posting in the right thread this time) Aaargh, I spoke too soon - it builds but the applications won\'t run - I get the following run time error. If there\'s any possibility to hint at how to fix this it would enormously appreciated. We\'re on a fairly tight schedule so if it could be soon than that would be even more awesome. $ ./Pythondemo1 2010-05-10 22:19:48.581 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e8f370 of class NSCFArray autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.584 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e13f40 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.584 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100ebeb30 of class NSCFDictionary autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.585 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102037320 of class NSCFString autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.585 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e133f0 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.586 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102015310 of class NSCFDictionary autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.587 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102022cd0 of class NSCFArray autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.588 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102040be0 of class SDL_QuartzWindow autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.589 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e9f7a0 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.590 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102032190 of class NSConcreteValue autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.590 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e2a670 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.592 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x10204ec40 of class NSConcreteValue autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.592 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102037bb0 of class NSCFDictionary autoreleased with no pool in place - just leaking Segmentation fault Many thanks, Nathaniel & Manuela |
From: SourceForge.net <no...@so...> - 2010-05-10 21:24:19
|
The following forum message was posted by at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3377036: oops, posted that in the wrong thread... |
From: SourceForge.net <no...@so...> - 2010-05-10 21:23:46
|
The following forum message was posted by at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3377036: Aaargh, I spoke too soon - it builds but the applications won\'t run - I get the following run time error. If there\'s any possibility to hint at how to fix this it would enormously appreciated. We\'re on a fairly tight schedule so if it could be soon than that would be even more awesome. $ ./Pythondemo1 2010-05-10 22:19:48.581 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e8f370 of class NSCFArray autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.584 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e13f40 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.584 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100ebeb30 of class NSCFDictionary autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.585 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102037320 of class NSCFString autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.585 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e133f0 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.586 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102015310 of class NSCFDictionary autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.587 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102022cd0 of class NSCFArray autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.588 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102040be0 of class SDL_QuartzWindow autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.589 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e9f7a0 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.590 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102032190 of class NSConcreteValue autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.590 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x100e2a670 of class NSCFNumber autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.592 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x10204ec40 of class NSConcreteValue autoreleased with no pool in place - just leaking 2010-05-10 22:19:48.592 Pythondemo1[90618:9907] *** __NSAutoreleaseNoPool(): Object 0x102037bb0 of class NSCFDictionary autoreleased with no pool in place - just leaking Segmentation fault Many thanks, Nathaniel & Manuela |
From: SourceForge.net <no...@so...> - 2010-05-10 20:15:49
|
The following forum message was posted by at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3691499: Right, I\'ve solved this problem now. What I did was this: - uninstalled the macports versions of libsdl-devel and libsdl_mixer and re-installed them from source (which was painless) - changed the line #include <linux/types.h> in Physics.h to #include <sys/types.h> - removed the following line in Physics.h (typedef __u32 uint32_t;) |
From: SourceForge.net <no...@so...> - 2010-04-28 22:44:17
|
The following forum message was posted by nathanielvirgo at http://sourceforge.net/projects/tuxcap/forums/forum/709544/topic/3691499: Hi I\'m trying to install Tuxcap again on a Snow Leopard machine, and I have a brand new build error. Here it is: Scanning dependencies of target tuxcap [ 1%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Ratio.o [ 1%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Buffer.o [ 2%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SexyAppBase.o In file included from /Users/mj43/Documents/nathaniel/libtuxcap-1.4.0/tuxcap/lib/SexyAppBase.cpp:18: /Users/mj43/Documents/nathaniel/libtuxcap-1.4.0/tuxcap/include/WidgetManager.h:75: error: ‘SDLK_LAST’ was not declared in this scope make[2]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/SexyAppBase.o] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 (what I\'ve done so far is: installed ImageMagick, SDL and SDL_mixer using MacPorts, and made the changes that daduda made to FindImageMagickLib.cmake to make it find ImageMagick [can\'t you incorporate those changes into the source?], then ran cmake .. in tuxcap_build) Any idea what I can do about this error? Thanks Nathaniel |
From: SourceForge.net <no...@so...> - 2009-09-03 21:08:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7607879 By: wpvanpaassen Hi, Thanks for trying out the latest code of TuxCap and for posting your modification. Currently, there are no files for errors and crashes. 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...> - 2009-09-03 09:54:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7606618 By: driadan I have modified the sourcecode of physics.h and now it seems to compile and run the demos and hungarr. I wasn't sure about sound but hungarr seems to play sounds correctly. Stil I don't know if there are errors of some kind, I'll check it more deeply later. Are there any files for errors, crashes and such like in pycap? About the modification of the sourcecode I replaced #include <linux/types.h> typedef __u32 uint32_t; with #ifdef linux #include <linux/types.h> typedef __u32 uint32_t; #else #include <sys/types.h> #endif Oh! almost forgot to mention that I'm using CVS code pulled yesterday. As I said, I'll keep testing. ______________________________________________________________________ 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...> - 2009-09-03 09:17:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7606555 By: driadan when copying I forgot to include another error: /Users/gvaya/Documents/tuxcap/TuxCap/tuxcap/include/Physics.h:34:25: error: linux/types.h: No such file or directory this one appear just before the __u32 one, not sure if it's related. I can get rid of it replacing linux by sys in "linux/types.h", but even if I get rid of it, the __u32 still appears. ______________________________________________________________________ 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...> - 2009-09-02 21:17:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7604975 By: driadan Hi, I've been trying for a while to get tuxcap to work with no success. I have installed the requirements via macports, tweaked the findimagemagick macro but when i type make it throws me an error which I don't know how to fix: [ 22%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Physics.o /Users/gvaya/Documents/tuxcap/TuxCap/tuxcap/include/Physics.h:35: error: ‘__u32’ does not name a type make[2]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/Physics.o] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 anyone can give me a pointer? thanks a lot ______________________________________________________________________ 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...> - 2009-08-24 19:40:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7581068 By: wpvanpaassen Hi Nathaniel, Take a look at the pythondemo1, pythondemo2 and pythondemo_template examples in the tuxcap-build directory to see how to use pycap. Each Pycap app is basically a little c program that links in the tuxcap framework and starts the python interpreter and Pycap. Pycap in return loads a python script called game.py that functions as the starting point for your python code. So you can't do an import of Pycap/TuxCap in your python code. Also take a look at http://www.tweeler.com/index.php?FILE=GoOllie.dmg.zip http://www.tweeler.com/index.php?FILE=CubaLetra.dmg.zip http://www.tweeler.com/index.php?PAGE=download_atomicworm as these are free software mac games using PyCap and TuxCap and come with full source. If you need more help with your app PM me 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...> - 2009-08-24 17:32:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7580829 By: nathanielvirgo Hi guys, I am hoping to use TuxCap because we need to run a python application under OS X that was written to use Pycap under Windows. I've managed to get TuxCap to build on our OS X machine - this was far from easy - but I'm not sure what to do next. Running the application gives ImportError: No module named Pycap I have tried changing the import line to 'import TuxCap', 'import Tuxcap' or 'import tuxcap' but get similar errors. Where can I find some documentation on TuxCap that might enable me to see how to use it to replace Pycap in a python app. I am not much of a python guy so apologies if this is an obvious question, but I was unable to locate any documentation of this kind. Thanks in advance Nathaniel Virgo ______________________________________________________________________ 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...> - 2009-08-24 17:27:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7580825 By: nathanielvirgo Thanks W.P., that did the job... ______________________________________________________________________ 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...> - 2009-07-23 09:49:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7523266 By: wpvanpaassen Hi, Maybe this will help http://reference-man.blogspot.com/2009/06/cmake-python-and-macports.html 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...> - 2009-07-20 18:57:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7516990 By: nathanielvirgo Hi, I am trying to install tuxcap on an OS X macine (intel, Leopard). However, I ran into a number of problems and so far I have been unable to get it to build. Any help would be very greatly appreciated. Here is what I have done so far. If there is a better way to go about this then It'd be really good to know (all I want is to get a python script running that was written to use pycap under windows.) First I used MacPorts to install ImageMagick, cmake, libsdl and libsdl_mixer. Then I did cd tucap-build cmake .. At this point I ran into the first problem: cmake couldn't find ImageMagic or ImageMagick++. This was because port had installed libMagic++ in /opt/local/include/ImageMagick, and because libMagick was called libMagicCore. I hacked the file CMakeFindImageMagick to reflect these facts, and that seemed to work OK. However, on running make I got the error pasted at the end of this email. I suspected this might be due to using the version of python25 that comes pre-installed on Macs, so I used port to install python26. However, even after doing sudo python_select python26 CMake prints this: $cmake .. Python development libraries found, building TuxCap Python bindings and examples Python libraries -framework Python include path /Library/Frameworks/Python.framework/Headers libSDL found. /opt/local/include/SDL /opt/local/lib/libSDLmain.a;/opt/local/lib/libSDL.dylib;-framework Cocoa lib ImageMagick found. /opt/local/include/ImageMagick /opt/local/lib/libMagick++.dylib;/opt/local/lib/libMagickCore.dylib libSDL_mixer found. /opt/local/include/SDL /opt/local/lib/libSDL_mixer.dylib OpenGL found. /System/Library/Frameworks/OpenGL.framework /System/Library/Frameworks/AGL.framework;/System/Library/Frameworks/OpenGL.frame work;/System/Library/Frameworks/AGL.framework;/System/Library/Frameworks/OpenGL. framework -- Configuring done -- Generating done -- Build files have been written to: /Users/mj43/Downloads/libtuxcap-1.3.3/tuxcap-build The path /Library/Frameworks/Python.framework/Headers is wrong - it should be /opt/local/Library/ [etc.]. This seems to be a known bug in CMake, but there doesn't seem to be a known workaround so I'm at a loss as to what to do next. Below is the build error I'm currently getting - any help would be enormously appreciated. Thanks in advance, Nathaniel Scanning dependencies of target tuxcap [ 1%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Ratio.o [ 1%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Buffer.o [ 2%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SexyAppBase.o [ 2%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/MTRand.o [ 3%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Common.o [ 3%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Color.o [ 4%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Insets.o [ 4%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SexyMatrix.o [ 5%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Font.o [ 5%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Image.o [ 5%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ImageLib.o [ 6%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Graphics.o [ 6%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Flags.o [ 7%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Quantize.o [ 7%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/NativeDisplay.o [ 8%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/MemoryImage.o [ 8%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SWTri.o [ 9%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/D3DInterface.o [ 9%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/WidgetContainer.o [ 10%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/WidgetManager.o [ 10%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Widget.o [ 11%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/DescParser.o [ 11%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SharedImage.o [ 12%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ImageFont.o [ 12%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/MusicInterface.o [ 12%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ButtonWidget.o [ 13%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/DDImage.o [ 13%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/DDInterface.o [ 14%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ResourceManager.o [ 14%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/KeyCodes.o [ 15%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/XMLParser.o [ 15%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ListWidget.o [ 16%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/EditWidget.o [ 16%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/HyperlinkWidget.o [ 17%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ScrollbarWidget.o [ 17%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ScrollbuttonWidget.o [ 18%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Checkbox.o [ 18%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Slider.o [ 19%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Dialog.o [ 19%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/CursorWidget.o [ 19%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/TextWidget.o [ 20%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/DialogButton.o [ 20%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/XMLWriter.o [ 21%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/PropertiesParser.o [ 21%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/NaturalCubicSpline.o [ 22%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Physics.o [ 22%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SDLMixerMusicInterface.o [ 23%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SDLMixerSoundManager.o [ 23%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/SDLMixerSoundInstance.o [ 24%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/ParticlePhysicsSystem.o [ 24%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/chipmunk.o [ 25%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpArbiter.o [ 25%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpArray.o [ 26%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpBB.o [ 26%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpBody.o [ 26%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpCollision.o [ 27%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpHashSet.o [ 27%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpJoint.o [ 28%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpPolyShape.o [ 28%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpShape.o [ 29%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpSpace.o [ 29%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpSpaceHash.o [ 30%] Building C object tuxcap/lib/CMakeFiles/tuxcap.dir/__/chipmunk/cpVect.o [ 30%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/hgeparticle/hgeparticle.o [ 31%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/hgeparticle/hgepmanager.o [ 31%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/hgeparticle/hgeRandom.o [ 32%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/hgeparticle/hgerect.o [ 32%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/hgeparticle/hgevector.o [ 33%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapApp.o [ 33%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapBoard.o [ 33%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapResources.o Linking CXX shared library libtuxcap.dylib ld warning: in /Library/Frameworks//Python.framework/Python, file is not of required architecture Undefined symbols: "_Py_Initialize", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyInt_FromLong", referenced from: Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o "_PyModule_GetDict", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyString_Type", referenced from: _PyString_Type$non_lazy_ptr in PycapApp.o "_Py_Finalize", referenced from: Sexy::PycapApp::~PycapApp()in PycapApp.o Sexy::PycapApp::~PycapApp()in PycapApp.o "_PyArg_ParseTuple", referenced from: Sexy::PycapApp::pShowMouse(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlaySound(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlayTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pStopTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTuneVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFullscreen(_object*, _object*)in PycapApp.o Sexy::PycapApp::pIsKeyDown(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSet3DAccelerated(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColour(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFont(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColourize(_object*, _object*)in PycapApp.o Sexy::PycapApp::pFillRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawLine(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImage(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRot(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetClipRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTranslation(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawTri(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawQuad(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawString(_object*, _object*)in PycapApp.o Sexy::PycapApp::pReadReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetKeyCode(_object*, _object*)in PycapApp.o Sexy::PycapResources::pUnloadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetFontScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetHighBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashPalette(_object*, _object*)in PycapResources.o Sexy::PycapResources::pFontAscent(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageHeight(_object*, _object*)in PycapResources.o Sexy::PycapResources::pGetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pRefreshPixels(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGreyScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetLowBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadSound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pStringWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadSound(_object*, _object*)in PycapResources.o "_PyExc_StandardError", referenced from: _PyExc_StandardError$non_lazy_ptr in PycapApp.o _PyExc_StandardError$non_lazy_ptr in PycapBoard.o _PyExc_StandardError$non_lazy_ptr in PycapResources.o "_PyDict_Type", referenced from: _PyDict_Type$non_lazy_ptr in PycapApp.o "_PyErr_Occurred", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::Draw(Sexy::Graphics*) in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseEnter() in PycapBoard.o Sexy::PycapBoard::MouseLeave() in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o Sexy::PycapResources::PycapResources()in PycapResources.o Sexy::PycapResources::PycapResources()in PycapResources.o "_PyTuple_New", referenced from: Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o "_PyExc_IOError", referenced from: _PyExc_IOError$non_lazy_ptr in PycapResources.o "_PyDict_GetItemString", referenced from: Sexy::PycapApp::GotFocus() in PycapApp.o Sexy::PycapApp::LostFocus() in PycapApp.o Sexy::PycapApp::SwitchScreenMode(bool, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapResources::PycapResources()in PycapResources.o "_PyTuple_SetItem", referenced from: Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o "_Py_InitModule4", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapResources::PycapResources()in PycapResources.o "_PyErr_Print", referenced from: Sexy::PycapApp::LoadingThreadCompleted() in PycapApp.o Sexy::PycapApp::pShowMouse(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlaySound(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlayTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pStopTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTuneVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFullscreen(_object*, _object*)in PycapApp.o Sexy::PycapApp::pIsKeyDown(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSet3DAccelerated(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColour(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFont(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColourize(_object*, _object*)in PycapApp.o Sexy::PycapApp::pFillRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawLine(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImage(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRot(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawmodeNormal(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawmodeAdd(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetClipRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pClearClipRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTranslation(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawTri(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawQuad(_object*, _object*)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::pDrawString(_object*, _object*)in PycapApp.o Sexy::PycapApp::pReadReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetKeyCode(_object*, _object*)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::Draw(Sexy::Graphics*) in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseEnter() in PycapBoard.o Sexy::PycapBoard::MouseLeave() in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o Sexy::PycapResources::pSysFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetFontScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetHighBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashPalette(_object*, _object*)in PycapResources.o Sexy::PycapResources::pFontAscent(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageHeight(_object*, _object*)in PycapResources.o Sexy::PycapResources::pGetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pRefreshPixels(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGreyScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetLowBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::PycapResources()in PycapResources.o Sexy::PycapResources::pUnloadSound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::sysFont(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, int, bool, bool, bool)in PycapResources.o Sexy::PycapResources::loadFont(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::loadImage(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::loadSound(int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::pLoadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pStringWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadSound(_object*, _object*)in PycapResources.o "_PyImport_Import", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyString_AsString", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyType_IsSubtype", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o "_PyObject_CallObject", referenced from: Sexy::PycapApp::GotFocus() in PycapApp.o Sexy::PycapApp::LostFocus() in PycapApp.o Sexy::PycapApp::SwitchScreenMode(bool, bool)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::Draw(Sexy::Graphics*) in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseEnter() in PycapBoard.o Sexy::PycapBoard::MouseLeave() in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o Sexy::PycapResources::PycapResources()in PycapResources.o "_PyInt_AsLong", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o "_Py_BuildValue", referenced from: Sexy::PycapApp::pGetFullscreen(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetFullscreen(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetIs3DAccelerated(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetIs3DAccelerated(_object*, _object*)in PycapApp.o Sexy::PycapApp::pIsKeyDown(_object*, _object*)in PycapApp.o Sexy::PycapApp::pIsKeyDown(_object*, _object*)in PycapApp.o Sexy::PycapApp::pReadReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetKeyCode(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetAppDataFolder(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetAppResourceFolder(_object*, _object*)in PycapApp.o Sexy::PycapResources::pImageGetHighBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetHighBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pFontAscent(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageHeight(_object*, _object*)in PycapResources.o Sexy::PycapResources::pGetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetLowBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetLowBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pStringWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadSound(_object*, _object*)in PycapResources.o "_PyErr_SetString", referenced from: Sexy::PycapApp::LoadingThreadCompleted() in PycapApp.o Sexy::PycapApp::pShowMouse(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlaySound(_object*, _object*)in PycapApp.o Sexy::PycapApp::pPlayTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pStopTune(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTuneVolume(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFullscreen(_object*, _object*)in PycapApp.o Sexy::PycapApp::pIsKeyDown(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSet3DAccelerated(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColour(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetFont(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetColourize(_object*, _object*)in PycapApp.o Sexy::PycapApp::pFillRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawLine(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImage(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRot(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotF(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawmodeNormal(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawmodeAdd(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetClipRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pClearClipRect(_object*, _object*)in PycapApp.o Sexy::PycapApp::pSetTranslation(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageRotScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawTri(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawImageScaled(_object*, _object*)in PycapApp.o Sexy::PycapApp::pDrawQuad(_object*, _object*)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::pDrawString(_object*, _object*)in PycapApp.o Sexy::PycapApp::pReadReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pWriteReg(_object*, _object*)in PycapApp.o Sexy::PycapApp::pAllowAllAccess(_object*, _object*)in PycapApp.o Sexy::PycapApp::pGetKeyCode(_object*, _object*)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::UpdateF(float)in PycapBoard.o Sexy::PycapBoard::Draw(Sexy::Graphics*) in PycapBoard.o Sexy::PycapBoard::KeyDown(SDLKey) in PycapBoard.o Sexy::PycapBoard::KeyUp(SDLKey) in PycapBoard.o Sexy::PycapBoard::MouseEnter() in PycapBoard.o Sexy::PycapBoard::MouseLeave() in PycapBoard.o Sexy::PycapBoard::MouseMove(int, int)in PycapBoard.o Sexy::PycapBoard::MouseDown(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseUp(int, int, int, int)in PycapBoard.o Sexy::PycapBoard::MouseWheel(int) in PycapBoard.o Sexy::PycapResources::pSysFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetFontScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetHighBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pMashPalette(_object*, _object*)in PycapResources.o Sexy::PycapResources::pFontAscent(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageHeight(_object*, _object*)in PycapResources.o Sexy::PycapResources::pGetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pSetPixel(_object*, _object*)in PycapResources.o Sexy::PycapResources::pRefreshPixels(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGreyScale(_object*, _object*)in PycapResources.o Sexy::PycapResources::pImageGetLowBound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pUnloadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::PycapResources()in PycapResources.o Sexy::PycapResources::pUnloadSound(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadTune(_object*, _object*)in PycapResources.o Sexy::PycapResources::sysFont(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, int, bool, bool, bool)in PycapResources.o Sexy::PycapResources::loadFont(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::loadImage(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::loadSound(int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)in PycapResources.o Sexy::PycapResources::pLoadImage(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadFont(_object*, _object*)in PycapResources.o Sexy::PycapResources::pStringWidth(_object*, _object*)in PycapResources.o Sexy::PycapResources::pLoadSound(_object*, _object*)in PycapResources.o "_PyInt_Type", referenced from: _PyInt_Type$non_lazy_ptr in PycapApp.o _PyInt_Type$non_lazy_ptr in PycapBoard.o "_PyString_FromString", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyRun_SimpleString", referenced from: Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o Sexy::PycapApp::Init(int, char**, bool)in PycapApp.o "_PyFloat_FromDouble", referenced from: Sexy::PycapBoard::UpdateF(float)in PycapBoard.o "__Py_NoneStruct", referenced from: __Py_NoneStruct$non_lazy_ptr in PycapApp.o __Py_NoneStruct$non_lazy_ptr in PycapResources.o "_PyCallable_Check", referenced from: Sexy::PycapApp::GotFocus() in PycapApp.o Sexy::PycapApp::LostFocus() in PycapApp.o Sexy::PycapApp::SwitchScreenMode(bool, bool)in PycapApp.o Sexy::PycapBoard::PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapBoard::~PycapBoard()in PycapBoard.o Sexy::PycapResources::PycapResources()in PycapResources.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [tuxcap/lib/libtuxcap.3.3.dylib] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 ______________________________________________________________________ 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...> - 2009-06-20 05:49:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7454701 By: wpvanpaassen Thanks for the feedback. I will add your fixes to the build 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...> - 2009-06-19 22:45:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7454446 By: larryhaja Ok, so I'll try to answer your questions the best I can. > What distribution and version are you running? Slackware 12.2 > btw, what version of cmake do you use? # cmake --version cmake version 2.6-patch 2 (ie. 2.6.2) > Could you list the content of your /usr/lib/python2.5/config directory. # ls -l /usr/lib/python2.5/config/* -rw-r--r-- 1 root root 38795 2008-09-11 11:43 /usr/lib/python2.5/config/Makefile -rw-r--r-- 1 root root 17862 2008-09-11 11:43 /usr/lib/python2.5/config/Setup -rw-r--r-- 1 root root 368 2008-09-11 11:43 /usr/lib/python2.5/config/Setup.config -rw-r--r-- 1 root root 41 2008-09-11 11:43 /usr/lib/python2.5/config/Setup.local -rw-r--r-- 1 root root 2078 2008-09-11 11:43 /usr/lib/python2.5/config/config.c -rw-r--r-- 1 root root 1446 2008-09-11 11:43 /usr/lib/python2.5/config/config.c.in -rwxr-xr-x 1 root root 7122 2008-09-11 11:43 /usr/lib/python2.5/config/install-sh -rw-r--r-- 1 root root 1917770 2008-09-11 11:43 /usr/lib/python2.5/config/libpython2.5.a -rwxr-xr-x 1 root root 7431 2008-09-11 11:43 /usr/lib/python2.5/config/makesetup -rw-r--r-- 1 root root 1040 2008-09-11 11:43 /usr/lib/python2.5/config/python.o > The undefined references are part of libutil. So could you try building it again without the -DPYTHON_LIBRARY:PATH setting and with adding -lutil. Yes, I saw a post for the error I posted and adding -lutil worked for that person. The problem is I don't know what variable should be passed to cmake to include -lutil. I added -lutil to my custom C(XX)FLAGS and that seemed to work as it compiled fine. But, I'm not that familure with cmake so I just tried a few things until it worked. >I would also like to see the output of running a fresh cmake .. in the build directory. Not exactly sure what you're referring too. Did you want a log file of the build process, the configure process, or both?!?!? Or is there a log file that Cmake outputs too? On a side note, it doesn't look like libtuxcap has support for lib64 or using the variable LIB_SUFFIX. I added LIB_SUFFIX to tuxcap/lib/CMakeLists.txt by adding it to these lines. INSTALL(TARGETS tuxcap tuxcap_static LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} ) Adding LIB_SUFFIX to these lines allowed the libraries to be installed to /usr/lib64. I'm not sure if this is the appropriate place for that variable but it seemed to work. ______________________________________________________________________ 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...> - 2009-06-19 17:52:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7454060 By: wpvanpaassen Hi, Thanks for reporting this. What distribution and version are you running? Could you list the content of your /usr/lib/python2.5/config directory. I would also like to see the output of running a fresh cmake .. in the build directory. btw, what version of cmake do you use? It seems to me your /usr/lib/python2.5/config directory is missing the .so file and because of that the .a file is used for linking. The undefined references are part of libutil. So could you try building it again without the -DPYTHON_LIBRARY:PATH setting and with adding -lutil. Let me know if this works so I can add the fix. 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...> - 2009-06-19 16:25:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7453927 By: larryhaja I've tried building libtuxcap with my installed python (version 2.5.2). When Cmake runs it finds the static library at /usr/lib/python2.5/config/libpython2.5.a. This results in the following error: Linking CXX executable ../../pythondemo1/Pythondemo1 cd /tmp/SBo/libtuxcap-1.4.0/tuxcap-build/tuxcap/pythondemo1 && /usr/bin/cmake -E cmake_link_script CMakeFiles/../../pythondemo1/Pythondemo1.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -march=i486 -mtune=i686 -DNDEBUG -O3 -fPIC CMakeFiles/../../pythondemo1/Pythondemo1.dir/main.o -o ../../pythondemo1/Pythondemo1 -rdynamic -L/usr/lib/python2.5/config -L/tmp/SBo/libtuxcap-1.4.0/tuxcap-build/tuxcap/lib -Wl,-Bstatic -lSDLmain -Wl,-Bdynamic -lSDL -lpthread -lSDL_mixer -lGLU -lGL -lSM -lICE -lX11 -lXext -lMagick++ -lMagickCore -lX11 -lX11 /usr/lib/python2.5/config/libpython2.5.a ../lib/libtuxcap.so.4.0 -Wl,-Bstatic -lSDLmain -Wl,-Bdynamic -lSDL -lpthread -lSDL_mixer -lGLU -lGL -lSM -lICE -lX11 -lXext -lMagick++ -lMagickCore -lX11 -lXext -lMagick++ -lMagickCore /usr/lib/python2.5/config/libpython2.5.a -Wl,-rpath,/tmp/SBo/libtuxcap-1.4.0/tuxcap-build/tuxcap/lib ../lib/libtuxcap.so.4.0: undefined reference to `forkpty' ../lib/libtuxcap.so.4.0: undefined reference to `openpty' collect2: ld returned 1 exit status make[2]: *** [tuxcap/pythondemo1/../../pythondemo1/Pythondemo1] Error 1 make[2]: Leaving directory `/tmp/SBo/libtuxcap-1.4.0/tuxcap-build' make[1]: *** [tuxcap/pythondemo1/CMakeFiles/../../pythondemo1/Pythondemo1.dir/all] Error 2 make[1]: Leaving directory `/tmp/SBo/libtuxcap-1.4.0/tuxcap-build' make: *** [all] Error 2 In order for it to compile I had to force it to look for the shared library with this variable -DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.5.so. Am I missing something why Cmake isn't finding the shared library or is the logic to find shared libraries just not built into the CMakeLists.txt. ______________________________________________________________________ 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...> - 2009-05-13 20:50:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7390363 By: wpvanpaassen No, it should work as you described. Changing game.py in the template project and then running the template executable should do the trick. I'll check it out soon In the mean time, you might want to take a look at atomic worm http://tweeler.com/index.php?PAGE=atomicw_linux and take that as your base 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...> - 2009-05-13 17:38:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7390054 By: andre_pl Now that I've got it compiled and installed, I'm able to run the executibles in the pythondemos, however I can't seem to import the Pycap module on my own, and when I modify the game.py in the python template project and run the executible it doesn't seem to be affected by my changes to the py file. am I missing something? ______________________________________________________________________ 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...> - 2009-05-13 17:22:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7390023 By: andre_pl Perfect! Thanks a bunch for the speedy response. ______________________________________________________________________ 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...> - 2009-05-13 16:11:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7389934 By: wpvanpaassen Could you please try the latest FindImageMagickLib.cmake from cvs http://tuxcap.cvs.sourceforge.net/viewvc/tuxcap/TuxCap/tuxcap/CMakeModules/ 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...> - 2009-05-13 15:55:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7389910 By: andre_pl I've been trying to install tuxcap for the past hour or so. I've installed every imagemagick related package i can find in the repositories, but I still get this error when trying to build. ---8<------*snip*-------8<------- -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Found PythonLibs: /usr/lib/python2.6/config/libpython2.6.so CMake Error at tuxcap/CMakeModules/FindImageMagickLib.cmake:98 (MESSAGE): FindImageMagickLib.cmake could not find IMAGEMAGICKLIB_C_LIBRARY Call Stack (most recent call first): tuxcap/CMakeLists.txt:22 (FIND_PACKAGE) CMake Error at tuxcap/CMakeModules/FindImageMagickLib.cmake:126 (MESSAGE): FindImageMagick could not find ImageMagick++ library or header(s) Call Stack (most recent call first): tuxcap/CMakeLists.txt:22 (FIND_PACKAGE) Python development libraries found, building TuxCap Python bindings and examples Python libraries /usr/lib/python2.6/config/libpython2.6.so include path /usr/include/python2.6 libSDL found. /usr/include/SDL /usr/lib/libSDLmain.a;/usr/lib/libSDL.so;-lpthread CMake Error at tuxcap/CMakeLists.txt:82 (MESSAGE): lib ImageMagick requested but not found. l'il help? ______________________________________________________________________ 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 |