Devil999 Posted July 14, 2009 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. Link to comment Share on other sites More sharing options...
Belisarivs Posted July 14, 2009 Share Posted July 14, 2009 No. It says that you need libxml-dev installed.Follow compiling guide and install all dependencies. Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 14, 2009 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. Link to comment Share on other sites More sharing options...
Devil999 Posted July 14, 2009 Author Share Posted July 14, 2009 You were correct. After installing libxml++2.6-dev, I was able to compile. Thank you. Link to comment Share on other sites More sharing options...
umi Posted July 14, 2009 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! Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 14, 2009 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now