Massimo Di Stefano wrote: > http://paste.debian.net/62716/ > > have you any clue on what'swrong ? > the same example file works fine on linux, > so i guess my py++ installation on osx is broken :'( > > Is it possible that for some reason gccxml uses Objective C/C++ headers?
gccxml detects the include path used by the target compiler and simulates its preprocessor. If that ends up including Objective C/C++ code then it won't know the difference. You can use the "--print" or "--debug" option to gccxml to see what it detects about the target compiler. -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml
