Re: [pygccxml-development] Compilation problem
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-06-04 17:59:33
|
On Wed, Jun 4, 2008 at 6:51 PM, Vincent Ferries <vin...@gm...> wrote: > I tried to comment all the virutal method definitions in my generated .cpp file. > If I understand what was said on your link, the linker makes dynamic > links for virtual functions which are not redefined in the same file > while compiling which causes errors on runtime if it doesn't find > them, just like in my case. > > But without any virtual function left, it should work. > > I compiled again and still have the same error when importing the module... If I should guess, than or you forgot to add to the link line some of your libraries or your new module depends on some other so and cannot find it or there is something else :-) -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |