Devil999 Posted July 14, 2009 Report Share Posted July 14, 2009 Ok, I've downloaded the trunk/ with svn, but when I run:cd trunk/libraries/fcollada/src/ && makeI get this error:bash -c 'mkdir -p output/{debug,release}/{FCollada/{FCDocument,FMath,FUtils},FColladaPlugins/FArchiveXML}'g++ -W -Wall -Wno-unused-parameter -Wno-unused-function -DLINUX -fpic -O0 -g -D_DEBUG -IFCollada -I/usr/include/libxml2 -c FCollada/FCollada.cpp -o output/debug/FCollada/FCollada.oIn file included from FCollada/FCollada.h:49, from FCollada/StdAfx.h:13, from FCollada/FCollada.cpp:9:FCollada/FUtils/FUtils.h:91:25: error: libxml/tree.h: Ficheiro ou directoria inexistentemake: *** [output/debug/FCollada/FCollada.o] Error 1Sorry for the portuguese language, but it says that the file tree.h doesn't exits. Indeed, in trunk/libraries/fcollada/src/FCollada/LibXML there is no tree.h, only in trunk/libraries/fcollada/include/LibXML.It was supposed to be that way? I see that some people could build this, so I'm getting suspicious with this. Quote Link to comment Share on other sites More sharing options...
Belisarivs Posted July 14, 2009 Report Share Posted July 14, 2009 No. It says that you need libxml-dev installed.Follow compiling guide and install all dependencies. Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 14, 2009 Report Share Posted July 14, 2009 I've updated the build instructions page to explicitly list libxml-dev now - hopefully that'll be enough to make it work. Quote Link to comment Share on other sites More sharing options...
Devil999 Posted July 14, 2009 Author Report Share Posted July 14, 2009 You were correct. After installing libxml++2.6-dev, I was able to compile. Thank you. Quote Link to comment Share on other sites More sharing options...
umi Posted July 14, 2009 Report Share Posted July 14, 2009 I've updated the build instructions page to explicitly list libxml-dev now - hopefully that'll be enough to make it work.Correct package name is libxml2-dev, I guess it should be fixed as well.And by the way thanks for a wonderful brilliant amazing game! You absolutely rock! Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 14, 2009 Report Share Posted July 14, 2009 Oops, yes - I'd checked that libxml-dev existed, but forgot to check whether the proper one had a different name. Fixed now - thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.