[okl4-developer] Cannot use the C library with C++?
Alexandre Courbot
alex at dcl.info.waseda.ac.jp
Thu Oct 9 17:19:11 EST 2008
Thanks everyone for your answers. Eventually I disabled the warning by adding a
env.scons_env["CXX_WARNINGS"].remove("error")
line to the SConscript file of my project. This way the compilation
continues without stopping at that warning. I already wanted to remove
that flag before, but that greping the tools/ directory with
"Werror"... :) This is why I could not find anything at that time.
Anyway, thanks a lot for the pointer, it definitely helped.
Alex.
More information about the Developer
mailing list