code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

SCons fails to build with gcc 4.6.1 on arch linux - r847 #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Opencollada r847

g++ -o COLLADAStreamWriter/obj/posix/x86_64/release/src/COLLADASWStreamWriter.o 
-c -O2 -DNDEBUG -fpermissive -DGENERATEDSAXPARSER_XMLPARSER_LIBXML 
-DGENERATEDSAXPARSER_VALIDATION -ICOLLADAStreamWriter/include 
-Icommon/libftoa/include -Icommon/libBuffer/include -ICOLLADABaseUtils/include 
COLLADAStreamWriter/src/COLLADASWStreamWriter.cpp
In file included from COLLADAStreamWriter/src/COLLADASWStreamWriter.cpp:19:0:
common/libBuffer/include/CommonFWriteBufferFlusher.h:28:11: error: '__int64' 
does not name a type
common/libBuffer/include/CommonFWriteBufferFlusher.h:29:43: error: 
'FilePosType' was not declared in this scope
common/libBuffer/include/CommonFWriteBufferFlusher.h:29:55: error: template 
argument 2 is invalid
common/libBuffer/include/CommonFWriteBufferFlusher.h:29:55: error: template 
argument 5 is invalid

Attached a patch of some small edits I needed to make to even get this far.

Original issue reported on code.google.com by ideasma...@gmail.com on 11 Oct 2011 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in recent svn but recommend using CMake,
I've been getting it working optimally on ArchLinux myself, it also has a 
working `install` target which scons is missing.

Original comment by ideasma...@gmail.com on 14 Oct 2011 at 1:06