Jump to content

Building problem - Error 1 on Make


Recommended Posts

Ok, I've downloaded the trunk/ with svn, but when I run:

cd trunk/libraries/fcollada/src/ && make

I 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.o
In 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 inexistente
make: *** [output/debug/FCollada/FCollada.o] Error 1

Sorry 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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...