Oh thanks _maxim_ it fixed this one but now I have another :
../irrlicht-1.7.1/include/IGUIEditBox.h:88: Error: Syntax error in input(3).
:P sorry :P
jpalard wrote:../irrlicht-1.7.1/include/IGUIEditBox.h:88: Error: Syntax error in input(3).
jpalard wrote:What is irr_pyXX ?
_maxim_ wrote:jpalard wrote:What is irr_pyXX ?
Shared library ("pyd" extension on win platforms, "so" - on linux).
Try this archive http://kolosov.ath.cx/irrlicht_swig_ubuntu.zip for build minimal version.
I'm not sure of the correctness gcc commands, when I build this, my irr_pyXX.so return error with not found libIrrlicht.so.1.7, but file is exists.
Perhaps your attempt to be better.

LizardGamer wrote:Do you find SWIG easy to use because I was going to use it for generating bindings for java
This example work with ctypes version, but not 100% (only run and show some gui interface).roxaz wrote:wrapper has some issues with pypy. some examples dont work. Quake3Explorer.py in example. Console doesnt output anything relevant except bunch of warnings about missing return types, but i guess thats ok.
roxaz wrote:some examples would crash without logical explanation while they work fine on CPython.
PyPy’s ctypes implementation in its current state proves the feasibility of implementing a module with the same interface and behavior for PyPy as ctypes for CPython.
...
We reused the ctypes package version 1.0.2 as-is from CPython. We implemented _ctypes which is a C module in CPython mostly in pure Python based on a lower-level layer extension module _rawffi.
Return to Project Announcements
Users browsing this forum: Google [Bot] and 1 guest