Jump to content

[ERROR] Compile client binary


Recommended Posts

  • Premium

 Hi, sorry my bad english..

please help me, error compile client binary.

16>fatal error C1900: Il mismatch between 'P1' version '20100826' and 'P2' version '20080116'
16>LINK : fatal error LNK1257: code generation failed
16>Creating browse information file...
16>Microsoft Browse Information Maintenance Utility Version 9.00.21022
16>Copyright (C) Microsoft Corporation. All rights reserved.
16>Build log was saved at "file://c:UsersnicknameDesktopsource jadraClientUserInterfaceReleaseBuildLog.htm"
16>UserInterface - 1 error(s), 5 warning(s)
========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ========
Link to comment
Share on other sites

  • 2 weeks later...

vs 2013??????

 

In VS 2008 go to Tools->Options->Project and Solutions->VC++ Directories=>Select Include files and include there your include_stuff folder then select Library files and include there your lib_stuff files.

Use vss 2013, is not necesary to make include_stuff and lib_stuff.

Vss 2013 include automaticaly.

 

Go on mainline_released , drag mainline released on desktop. 

 

And do not do any changes, just shoot mainline_Released desktop. get the client folder, open the sln.
 
 
And you compile. : D
  • Love 2
Link to comment
Share on other sites

 

Error 20 error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory c:usersadministratordesktop25mainline_releasedmainline_sgsrcsclientscriptLibStdAfx.h 9 1 PRTerrainLib
 
 
please help me

 

Open novaline /Client /Scriptlib /Python 2.2

Copy from python 2.2 all .h files in extern/include/python 2.2

 

Open novaline /Client /Scriptlib /Python 2.2/libs

Copy from libs all lib intro  /extern/lib 

 

Compile now

 

Open extern/include/Python2.2 

Open bitset.h and delete this line

#define  const        char

 

Open extern/cryptopp and recompile cryptopp with v120_xp toolset

 

That is all , must work

  • Love 1
Link to comment
Share on other sites

  • 1 month later...

can some one help me?

compile the novaline client linker error. some like this:

 

 

PythonPlayerModule.obj : error LNK2001

gamelib.lib(MapManager.obj) : error LNK2019

 

in UserInterface.cpp I add these:

 

#pragma comment( lib, "CWebBrowser_x86_Debug_VC71.lib" )
#pragma comment( lib, "gamelib.lib" )

#pragma comment( lib, "EffectLib.lib" )
#pragma comment( lib, "eterBase.lib" )
#pragma comment( lib, "eterGrnLib.lib" )
#pragma comment( lib, "eterImageLib.lib" )
#pragma comment( lib, "eterlib.lib" )
#pragma comment( lib, "EterLocale.lib" )
#pragma comment( lib, "EterPack.lib" )
#pragma comment( lib, "eterPythonLib.lib" )
#pragma comment( lib, "mileslib.lib" )
#pragma comment( lib, "PRTerrainLib.lib" )
#pragma comment( lib, "scriptLib.lib" )
#pragma comment( lib, "SpeedTreeLib.lib" )
#pragma comment( lib, "SphereLib.lib" )

 

 

and I aslo add the include and lib files.

My development tool is vs2005.

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.