Today I compiled the windows version of glest code (version number is v3.3.4.3), but the following error occurred:
By the way: I did not compile the latest SVN code inside.
components.cpp
auto_test.cpp
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Creating library .\..\..\data\glest_game\glest_game.lib and object .\..\..\data\glest_game\glest_game.exp
menu_state_join_game.obj : error LNK2001: unresolved external symbol "public: __thiscall Glest::Game::MenuStateConnectedGame::MenuStateConnectedGame(class Glest::Game::Program *,class Glest::Game::MainMenu *,bool)" (??0MenuStateConnectedGame@Game@Glest@@QAE@PAVProgram@12@PAVMainMenu@12@_N@Z)
.\..\..\data\glest_game\glest_game.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://c:\trunk\mk\windoze\Release\glest_game\BuildLog.htm"
glest_game - 2 error(s), 69 warning(s)
========== Rebuild All: 4 succeeded, 1 failed, 0 skipped ==========