-
Hi
Check out the latest versions in the cvs repository, these problems have been fixed a while ago.
libtuxcap.so.4.0 is a binary library file, don't edit it
cheers
WP.
2009-10-04 06:02:34 UTC by wpvanpaassen
-
Turns out a few files where missing #include <stdint.h>. Adding that to MTRand.h and ImageLib.h has fixed the above problem but know I have an even more cryptic problem.
----------
[root@localhost tuxcap-build]# make
[ 36%] Built target tuxcap
Linking CXX executable ../../pythondemo1/Pythondemo1
../lib/libtuxcap.so.4.0: undefined reference to `forkpty'
../lib/libtuxcap.so.4.0...
2009-10-04 01:19:00 UTC by coverlesstech
-
I've gotten cmake working fine but it seems that one of the files is not written correctly. Here is the error I'm getting when I run make after a successful cmake.
make
Scanning dependencies of target tuxcap
[ 1%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/Ratio.o
[ 1%]...
2009-10-04 00:33:07 UTC by coverlesstech
-
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.
2009-09-03 21:08:39 UTC by wpvanpaassen
-
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...
2009-09-03 09:54:17 UTC 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.
2009-09-03 09:17:35 UTC 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...
2009-09-02 21:17:51 UTC by driadan
-
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...
2009-08-24 19:40:29 UTC by wpvanpaassen
-
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...
2009-08-24 17:32:15 UTC by nathanielvirgo
-
Thanks W.P., that did the job...
2009-08-24 17:27:23 UTC by nathanielvirgo