[pygccxml-development] Re : Re : Re : Re : Compilation problem
Brought to you by:
mbaas,
roman_yakovenko
From: Vincent F. <vin...@gm...> - 2008-06-09 07:47:26
|
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... > |