[pygccxml-development] Compilation problem
Brought to you by:
mbaas,
roman_yakovenko
From: Vincent F. <vin...@gm...> - 2008-09-17 10:35:02
|
I've got some problems while generating a library from my wrappers. The compilations work fine, but I got some fatal errors when I use some functions. These errors or due to a bad generation of the library from the wrappers. (I've tried some very easy examples which worked perfectly fine with the same inheritance scheme and a corresponding wrapper generator using py++). The constructeur of the class is never called, calling the constructor of the super class instead (it should call both). Is there any option in the compilation with gcc and boost.python I could have forgotten? Thanks in advance, Vincent FERRIES |