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

Reply via email to