Andreas Goebel schrieb:
Hi,

thanks that you want to help me. Ok, lets dig into it: Now that I know that I have to build collada, I will start with those problems: - There doesn´t seem to be a gnu-makefile provided. How would one build this for linux? In the documentation, only VisualC++ is mentioned.

If I know where to get that makefile (it seems to work under MacOS X, too, soo it must be quite standard), I can try to build collada.
Hi,

thanks again for your help. I have solved all issues, this is how to do it:
- you need libxml2, which builds with ./configure make makeinstall in msys without problems
- you need collada dom, which you can get from sourceforge.
First of all: The makefile_PC is the makefile. Because of PC i thought of windows ...
There are errors in the makefiles:
- in some of the subprojects, the include-dir is followed by a slash (/), which probably doesnt matter on linxu, but does on msys. Remove the slash. - the include dir for libxml2 is set to usr/include, but it is usually installed in /usr/local/include
- the whole include-dir must be copied manually (cp -r * /usr/local/include)
- the .a-files must go to the mingw/lib folder (or you would have to change the standard osg makefiles which don´t find files in /usr/local/lib - the libxml2.a and .la - files must go to mingw/lib too if you don´t want to change the osg makefiles.

With those prerequisites osgDae builds fine.

I can post this to the wiki if you want on the weekend. libxml2 and collada dom should be added to the dependencies and this instruction to the mingw platformspecific.

Now I have problems with the generated .dae, but this is another story.


Regards,

Andreas


P.S.: I think it is very cool to have a .dae-exporter for osg!!!


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to