code-google-com / opencollada

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

Building Collada on Fedora 15 Fails with svn rev 839 of collada #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout rev 839 of collada
2. try to build on fedora 15
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Collada rev 839.  Fedora 15 Linux - Intel 32 bit

Please provide any additional information below.
Here is the error output I get:

Pass - cmake /home/terry/Blender-SVN/OpenCollada
[  2%] Built target ftoa_static
[  2%] Building CXX object 
common/libBuffer/CMakeFiles/buffer_static.dir/src/CommonCharacterBuffer.cpp.o
In file included from 
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/src/CommonCharacterBuffer.c
pp:11:0:
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/include/CommonCharacterBuff
er.h: In member function ‘bool 
Common::CharacterBuffer::copyToBufferAsChar(IntegerType)’:
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/include/CommonCharacterBuff
er.h:97:55: error: there are no arguments to ‘COLLADABU_ASSERT’ that depend 
on a template parameter, so a declaration of ‘COLLADABU_ASSERT’ must be 
available [-fpermissive]
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/include/CommonCharacterBuff
er.h:97:55: note: (if you use ‘-fpermissive’, G++ will accept your code, 
but allowing the use of an undeclared name is deprecated)
make[2]: *** 
[common/libBuffer/CMakeFiles/buffer_static.dir/src/CommonCharacterBuffer.cpp.o] 
Error 1
make[1]: *** [common/libBuffer/CMakeFiles/buffer_static.dir/all] Error 2
make: *** [all] Error 2
Fail - make

If possible, please provide a sample file that can be used to reproduce the
problem.

Original issue reported on code.google.com by terrywal...@gmail.com on 29 Aug 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Fixed, tested this works r863 on fedora.

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