From: M. v. D. <m.v...@me...> - 2008-04-08 14:42:42
|
I've been trying to build the openvrml-0.17.5 library but I can't seem to make it work. I'm not sure if this is the right place to post this, but if not...let me know :) I already changed and added some things I found on the internet to get where I am now. I started with the original solution which I downloaded from sourceforge. - Added the include files from boost_1_34_1 - Rearranged the include files so the DirectX SDK's come last (because of a new version of strsafe.h) - Used the png and ft2build from openscenegraph - Switched 'public openvrml::node_impl_util::abstract_node<Derived>::exposedfield<mfnode>' with 'public openvrml::node_impl_util::abstract_node<Derived>::template exposedfield<openvrml::mfnode>' (# if defined(_MSC_VER) && _MSC_VER == 1500, not sure why, before I switched it, it gave an error) Now I'm stuck at this error: vrml97node.cpp(23273) : error C2440: 'initializing' : cannot convert from 'int (__cdecl *)(const FT_Vector *const ,void *const )' to 'FT_Outline_MoveToFunc' 1> None of the functions with this name in scope match the target type And this error: vrml97node.cpp(27736) : error C2885: 'child_node': not a valid using-declaration at non-class scope I searched with google but did not get any results, so I hope anyone can help me regards, M. van Doeselaar -- View this message in context: http://www.nabble.com/Building-openvrml-tp16537256p16537256.html Sent from the openvrml-develop mailing list archive at Nabble.com. |