Was this ever resolved? Just found this project a couple days ago thought I would play around with it a bit.. Having trouble with initial compile.
Code:
...
data_anim.cpp
data.cpp
builder_L.cpp
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
md5.c
Linking...
lugre_main.obj : error LNK2001: unresolved external symbol "public: class std::basic_string,class std::allocator > __thiscall Lugre::FindBasePaths::getMainWorkingDir(void)" (?getMainWorkingDir@FindBasePaths@Lugre@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
lugre_main.obj : error LNK2001: unresolved external symbol "public: class std::basic_string,class std::allocator > __thiscall Lugre::FindBasePaths::getMainLuaPath(void)" (?getMainLuaPath@FindBasePaths@Lugre@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
lugre_main.obj : error LNK2001: unresolved external symbol "public: class std::basic_string,class std::allocator > __thiscall Lugre::FindBasePaths::getLugreLuaPath(void)" (?getLugreLuaPath@FindBasePaths@Lugre@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
lugre_main.obj : error LNK2001: unresolved external symbol "public: __thiscall Lugre::FindBasePaths::FindBasePaths(void)" (??0FindBasePaths@Lugre@@QAE@XZ)
lugre_scripting.obj : error LNK2001: unresolved external symbol _luaopen_sqlite3
lugre_scripting.general.obj : error LNK2001: unresolved external symbol "void __cdecl Lugre::LuaRegister_VertexDeclaration(class lua_State *)" (?LuaRegister_VertexDeclaration@Lugre@@YAXPAVlua_State@@@Z)
C:\Documents and Settings\GreenFamily\My Documents\Iris2\vc9\Release\..\..\bin\iris2.exe : fatal error LNK1120: 6 unresolved externals
So far I've followed same process as Rabban
1 Installed Visual C++ 2008 Express Edition
2 Installed OGRE 1.6.1 SDK for Visual C++ .Net 2008 (9.0)
3 Installed Windows SDK for Windows Server 2008 and .NET Framework 3.5 using webinstall and only installed the headers and libraries, and Windows Development Tools (everything else is optional).
4 Downloaded Iris's SVN
5 Copied folders from
http://sience.schattenkind.net/Iris2_De ... &MinGW.zip to Iris SVN
6 Set Environment Variables:
LIB to C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib
INCLUDE to C:\Program Files\Microsoft SDKs\Windows\v6.1\Include
Note: OGRE_HOME is automatically set to the installed location (for example, C:\OgreSDK)
** Wasn't sure about this but set window XP environment variables above **
7 Built Lua5.1_lib and Iris (using C:\Iris_SVN\vc9\iris.vcproj)
Release Win32, using stable_Release