[pygccxml-development] Re : Re : Re : Re : Re : Compilation problem
Brought to you by:
mbaas,
roman_yakovenko
From: Vincent F. <vin...@gm...> - 2008-06-09 15:35:40
|
I now include my cpp code with the directive : mb.code_creator.add_include(myCorrespondingCppFile.cpp) Is this the right way to do it? And another question (yes, again...). The project I'm trying to wrap is quite complex and has a lot of cross-dependencies. (a file A including another file B which include A for example). I don't know how to déclare such dependencies using py++. Any help would be appreciated. 2008/6/9, Vincent Ferries <vin...@gm...>: > I tested my examples again. > > I've merged a .h and the corresponding .cpp files together and it seems to > work. > > According to me, the code in the .cpp file was not read, that's the > reason why the method body code was never found. > > What was I doing wrong? > What did I miss to include the .cpp code? > > Thanks in advance. > > 2008/6/6, Vincent Ferries <vin...@gm...>: >> Unfortunately, ferespost is just a C++ library of nastran files post >> treatment. >> It has been written et wrapped in order to be implemented in ruby. >> >> It's open source and I work with the pure C++ sources, trying to wrap them >> using py++. >> This lib actually works included in a python app. >> I don't think the ferespost conceptor has the ability to help me >> converting >> it to python. >> >> I'll try to verify/adjust the LD_LIBRARY_PATH tomorrow in the morning at >> work... >> But I didn't have to do that with the pyeasybmp example... >> > |