compile error cvs 3/23/04 visual c++ 6.0

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
szabo
Merchant
Merchant
Posts: 48
Joined: Sun Feb 08, 2004 12:10 am
Contact:

compile error cvs 3/23/04 visual c++ 6.0

Post by szabo »

Linking...
Creating library ..\data4.x\bin\vegastrikevc6.lib and object ..\data4.x\bin\vegastrikevc6.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
mesh_xml.obj : error LNK2001: unresolved external symbol "public: static class std::vector<class Mesh *,class std::allocator<class Mesh *> > __cdecl Mesh::LoadMeshes(class VSFileSystem::VSFile &,class Vector const &,int,class Flightgroup *,class std
::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?LoadMeshes@Mesh@@SA?AV?$vector@PAVMesh@@V?$allocator@PAVMesh@@@std@@@std@@AAVVSFile@VSFileSystem@@ABVVector@@HPAVFlightgroup@@V?$basic_string@DU?$char_traits@D@std@@V
?$allocator@D@2@@3@@Z)
..\data4.x\bin\vegastrikevc6.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

vegastrikevc6.exe - 2 error(s), 3 warning(s)
oligo
Merchant
Merchant
Posts: 36
Joined: Mon Jan 19, 2004 5:07 pm
Location: fr

Post by oligo »

I had the same problem. Include the files gfx/mesh_bxm.cpp and gfx/mesh_bxm.h in your project.

oligo
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

thanks for helping out oligo ;-)
I should commit a new project one of these days
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply