Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 169 by
terrywal...@gmail.com: Building Collada on Fedora 15 Fails
with svn rev 839 of collada
http://code.google.com/p/opencollada/issues/detail?id=169
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.cpp:11:0:
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/include/CommonCharacterBuffer.h:
In
member function ‘bool
Common::CharacterBuffer::copyToBufferAsChar(IntegerType)’:
/home/terry/Blender-SVN/OpenCollada/common/libBuffer/include/CommonCharacterBuffer.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/CommonCharacterBuffer.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.