| juang3d wrote: |
| I'm not much of a coder or an advanced builder, usually i just follow the wiki tutorial, and it builds, but now i need a build with collada and the mesh cache modifier, about the mesh cache modifier i have sent an email to Ivo, but about the collada stuff, i get this error when compiling with mingw and i get error too when compiling with visual c 2008 express.
I don't fully understand what do i need for a success compilation shurdakov, can you explain it a bit more, for people like me that we don't fully understand how this things works Thanks and cheers! |
| Code: |
|
[ 67%] Building CXX object source/blender/collada/CMakeFiles/bf_collada.dir/Arma tureExporter.cpp.obj In file included from c:\mingw\bin\../lib/gcc/mingw32/4.5.2/include/c++/ext/hash _map:60:0, from C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAB aseUtils\include/COLLADABUPrerequisites.h:41, from C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAB aseUtils\include/COLLADABUURI.h:14, from C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAS treamWriter\include/COLLADASWPrerequisites.h:16, from C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAS treamWriter\include/COLLADASWBaseInputElement.h:14, from C:\BlenderSVN\blender\source\blender\collada\ArmatureExpor ter.cpp:31: c:\mingw\bin\../lib/gcc/mingw32/4.5.2/include/c++/backward/backward_warning.h:28 :2: warning: #warning This file includes at least one deprecated or antiquated h eader which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing o f replacement headers and interfaces, consult the file backward_warning.h. To di sable this warning use -Wno-deprecated. In file included from C:\BlenderSVN\blender\source\blender\collada\ArmatureExpor ter.cpp:33:0: C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWPrimitves.h: In constructor 'COLLADASW::PrimitivesBase::PrimitivesBase(CO LLADASW::StreamWriter*, const COLLADASW::String&)': C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWPrimitves.h:49:19: warning: 'COLLADASW::PrimitivesBase::mInputList' will be initialized after C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWPrimitves.h:40:16: warning: 'COLLADASW::String COLLADASW::PrimitivesBas e::mPrimitiveName' C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWPrimitves.h:60:9: warning: when initialized here In file included from C:\BlenderSVN\blender\source\blender\collada\ArmatureExpor ter.cpp:45:0: C:\BlenderSVN\blender\source\blender\collada\GeometryExporter.h: At global scope : C:\BlenderSVN\blender\source\blender\collada\GeometryExporter.h:90:63: error: 'C OLLADASW::InputSemantic' has not been declared C:\BlenderSVN\blender\source\blender\collada\GeometryExporter.h:90:88: error: ex pected ',' or '...' before 'type' C:\BlenderSVN\blender\source\blender\collada\GeometryExporter.h:92:67: error: 'C OLLADASW::InputSemantic' has not been declared C:\BlenderSVN\blender\source\blender\collada\GeometryExporter.h:92:92: error: ex pected ',' or '...' before 'type' In file included from C:\BlenderSVN\blender\source\blender\collada\ArmatureExpor ter.h:39:0, from C:\BlenderSVN\blender\source\blender\collada\ArmatureExpor ter.cpp:46: C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWNode.h: In constructor 'COLLADASW::Node::Node(COLLADASW::StreamWriter*, b ool)': C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWNode.h:56:14: warning: 'COLLADASW::Node::mType' will be initialized after C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWNode.h:44:16: warning: 'COLLADASW::String COLLADASW::Node::mNodeId' C:\BlenderSVN\lib\windows\gcc\opencollada\include\COLLADAStreamWriter\include/CO LLADASWNode.h:63:9: warning: when initialized here C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp: In member fun ction 'void ArmatureExporter::add_joints_element(ListBase*, const std::string&, const std::string&)': C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp:273:35: error: 'InputSemantic' is not a member of 'COLLADASW' C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp:275:35: error: 'InputSemantic' is not a member of 'COLLADASW' C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp: In member fun ction 'void ArmatureExporter::add_vertex_weights_element(const std::string&, con st std::string&, Mesh*, Object*, ListBase*)': C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp:433:35: error: 'InputSemantic' is not a member of 'COLLADASW' C:\BlenderSVN\blender\source\blender\collada\ArmatureExporter.cpp:435:35: error: 'InputSemantic' is not a member of 'COLLADASW' mingw32-make[2]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/ArmatureE xporter.cpp.obj] Error 1 mingw32-make[1]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/all] Erro r 2 mingw32-make: *** [all] Error 2 C:\BlenderSVN\cmake-build>pause Presione una tecla para continuar . . . |