I compiled everything last night hoping to avoid this type of problem. One other person seems to have run into the same issue. Is it possible that this is compiler specific? I am using gcc:
g++ (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8) I will find the code with the "\hint" and change it so it should compile for you. -Allen Carsten Neumann wrote: > Hi Allen, > >Allen Bierbaum wrote: > > >>I just committed some code that add extends the FieldContainerType and >>FieldDescription classes. These classes now support querying >>documentation and the raw text of the XML (from the .fcd file) that was >>used to generate the code. >> >> > >unfortunately this breaks the build on linux for me. One description in >OSGTextureObjChunk uses the doxygen tags \hint \endhint, which when put >into a C string cause the string to contain the escape sequence \h and >g++ barfs on that (error attached). > > Thanks, > Carsten > > > >------------------------------------------------------------------------ > >g++ -o >build.linux/type-debug--arch-ia32/Source/System/State/Base/WS/OSGTextureObjChunkBase.os > -c -g -m32 -I/usr/include -fPIC -D_DEBUG -DOSG_COMPILESYSTEMLIB >-Ibuild.linux/instlinks/include -Ibuild.linux/instlinks/include/OpenSG >Source/System/State/Base/WS/OSGTextureObjChunkBase.cpp >Source/System/State/Base/WS/OSGTextureObjChunkBase.cpp: In static member >function 'static void >OSG::TextureObjChunkBase::classDescInserter(OSG::FieldContainerType&)': >Source/System/State/Base/WS/OSGTextureObjChunkBase.cpp:311: error: unknown >escape sequence '\h' >Source/System/State/Base/WS/OSGTextureObjChunkBase.cpp: At global scope: >Source/System/State/Base/WS/OSGTextureObjChunkBase.cpp:1067: error: unknown >escape sequence '\h' > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >------------------------------------------------------------------------ > >_______________________________________________ >Opensg-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-users > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
