From: Larry M. <lar...@gm...> - 2007-07-03 20:25:27
|
Thanks again Braden - it's too late to chicken out - so I built Boost anyway.... now I get the following linker errors.... Linking... Creating library C:\openvrml-0.16.5\ide-projects\Windows\VisualC8_0\OpenVRML\..\lib\openvrmld.lib and object C:\openvrml-0.16.5\ide-projects\Windows\VisualC8_0\OpenVRML\..\lib\openvrmld.exp vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Init_FreeType referenced in function "public: __thiscall `anonymous namespace'::text_metatype::text_metatype(class openvrml::browser &)" (??0text_metatype@?A0xbd026fe7@@QAE@AAVbrowser@openvrml@@@Z) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Done_FreeType referenced in function "public: virtual __thiscall `anonymous namespace'::text_metatype::~text_metatype(void)" (??1text_metatype@?A0xbd026fe7@@UAE@XZ) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Done_Face referenced in function "private: virtual void __thiscall `anonymous namespace'::text_node::do_shutdown(double)" (?do_shutdown@text_node@?A0xbd026fe7@@EAEXN@Z) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_New_Face referenced in function "private: void __thiscall `anonymous namespace'::text_node::update_face(void)" (?update_face@text_node@?A0xbd026fe7@@AAEXXZ) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Outline_Decompose referenced in function "private: void __thiscall `anonymous namespace'::text_node::update_geometry(void)" (?update_geometry@text_node@?A0xbd026fe7@@AAEXXZ) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Get_Glyph referenced in function "private: void __thiscall `anonymous namespace'::text_node::update_geometry(void)" (?update_geometry@text_node@?A0xbd026fe7@@AAEXXZ) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Load_Glyph referenced in function "private: void __thiscall `anonymous namespace'::text_node::update_geometry(void)" (?update_geometry@text_node@?A0xbd026fe7@@AAEXXZ) vrml97node.obj : error LNK2019: unresolved external symbol __imp__FT_Get_Char_Index referenced in function "private: void __thiscall `anonymous namespace'::text_node::update_geometry(void)" (?update_geometry@text_node@?A0xbd026fe7@@AAEXXZ) C:\openvrml-0.16.5\ide-projects\Windows\VisualC8_0\OpenVRML\..\bin\openvrmld.dll : fatal error LNK1120: 8 unresolved externals Build log was saved at "file://c:\openvrml-0.16.5\ide-projects\Windows\VisualC8_0\OpenVRML\openvrml\Debug\BuildLog.htm" openvrml - 9 error(s), 0 warning(s) On 7/3/07, Braden McDaniel <br...@en...> wrote: > Larry Mullen wrote: > > Thanks Braden - I was able to get past that but now I get the > > following when building openvrml > > > > LINK : fatal error LNK1104: cannot open file > > 'libboost_thread-vc80-mt-gd-1_34.lib' > > > > I could not find reference to this library in any of the project settings. > > Boost takes advantage of a feature specific to the Microsoft compiler > that lets it indicate what library will need to be linked in via the > headers. > > > Unfortunately, if I have to build boost for this, it's time to give up > > for me....it's going to be a maintenance nightmare and I dont want to > > support this forever.... > > You can get pre-built binaries of boost from boost-consulting.com. > > Braden > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop > |