Re: [cgkit-user] segfault help?
Brought to you by:
mbaas
|
From: Alejandro A. M. <fe...@gm...> - 2012-04-13 06:47:10
|
El vie, 30-03-2012 a las 11:11 +0100, Matthias Baas escribió: Hello! And sorry (again) for the very late answer. > Looks like we are close. To set that option, you have to add the > following line to your config.cfg: > > CC_ARGS += ["-fexceptions"] > > (see this page in the docs if you haven't used a config file before: > http://cgkit.sourceforge.net/doc2/building.html#building-from-the-sources) > > Then you should rebuild the wrappers. Simply delete the build directory > and run the setup script again. It's not necessary to rebuild the C++ > support lib, the config file only affects the wrappers. > > Let me know if this works and I will add this option to the setup script. I'm afraid it doesn't work :/ I added that line to the config file and recompiled the python wrappers, but still happens the same. I can see that option in the compiling process, for example: gcc -pthread -fno-strict-aliasing -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_MAX_ARITY=18 -Isupportlib/include -I/usr/include/python2.6 -c wrappers/rply/py_rply_write.cpp -o build/temp.linux-i686-2.6/wrappers/rply/py_rply_write.o -fexceptions cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ All the test we did in the last emails give the same thing, seg fault. What to do now? Thanks, Alejandro |