Jump to content

Problem with build novaline client


Recommended Posts

  • Bot

Hi, I have a problem with build novaline client (novaline/Srcs/Client/Metin2Client_VC90.sln)

Im using VS2010
Here is errors:

Error	1	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	2	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	3	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	4	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	5	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	6	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	7	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	8	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	9	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	10	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	11	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	12	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface
Error	13	error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'	c:Program Files (x86)Microsoft Visual Studio 10.0VCincludeutility	246	1	UserInterface

Thanks for your answers.

english_banner.gif

Link to comment
Share on other sites

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium

If you're trying to compile with v100 toolset, you have to change the inserts in the CPythonSkill::CPythonSkill() like this:

m_SkillTypeIndexMap.insert(std::map<std::string, DWORD>::value_type("none", SKILL_TYPE_NONE));

->

m_SkillTypeIndexMap.insert(std::map<std::string, DWORD>::value_type(std::string("none"), SKILL_TYPE_NONE));
Link to comment
Share on other sites

  • Bot

Okay, okay..

I find this here http://metin2dev.org/board/topic/245-howtocompile-client-binary/?p=2613

But now I have this problem.

Error 45 error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) C:UsersFilipDesktopSourcesnovalineSrcsClientUserInterfacecryptlib-5.6.1MTd.lib(cast.obj) UserInterface

english_banner.gif

Link to comment
Share on other sites

  • Bot
I did all for new, I builded client and cryptopp in release mode.
I have this problem now.
Error	1	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientscriptLibStdAfx.h	12	1	gamelib
Error	2	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientscriptLibStdAfx.h	12	1	gamelib
Error	3	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientscriptLibStdAfx.h	12	1	gamelib
Error	4	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientscriptLibStdAfx.h	12	1	gamelib
Error	5	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientScriptLibStdAfx.h	12	1	eterPythonLib
Error	6	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientscriptLibStdAfx.h	12	1	PRTerrainLib
Error	7	error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory	c:usersfilipdesktopsrcnovalinesrcsclientScriptLibStdAfx.h	12	1	UserInterface

Can anybody help me, thanks.

english_banner.gif

Link to comment
Share on other sites

  • Bot

Add to include_stuff a folder with name Python-2.2 and go to /src/novaline/Tools/WorldEditor/include/Python2.2 and copy the files to Python-2.2 folder of include_stuff.

 

Sorry for my bad english.

Hi man, thanks for your reply!
 
I found Pyton-2.2 folder only here: srcnovalineSrcsClientScriptLibPython-2.2
In /src/novaline/Tools/WorldEditor I dont have include folder.
Are you sure with WorldEdit folder, when I want compile client?

english_banner.gif

Link to comment
Share on other sites

  • Bot

Okay, I did it.

Now I have this erroes:

Error	3	error LNK2001: unresolved external symbol "int __cdecl Ymir_WideCharToMultiByte(unsigned int,unsigned long,wchar_t const *,int,char *,int,char const *,int *)" (?Ymir_WideCharToMultiByte@@YAHIKPB_WHPADHPBDPAH@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	4	error LNK2001: unresolved external symbol "wchar_t __cdecl Arabic_ConvSymbol(wchar_t)" (?Arabic_ConvSymbol@@YA_W_W@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	5	error LNK2001: unresolved external symbol "bool __cdecl Arabic_IsInPresentation(wchar_t)" (?Arabic_IsInPresentation@@YA_N_W@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	6	error LNK2001: unresolved external symbol "bool __cdecl Arabic_HasPresentation(wchar_t *,int)" (?Arabic_HasPresentation@@YA_NPA_WH@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	7	error LNK2001: unresolved external symbol "bool __cdecl Arabic_IsInSymbol(wchar_t)" (?Arabic_IsInSymbol@@YA_N_W@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	8	error LNK2001: unresolved external symbol "unsigned int __cdecl Arabic_MakeShape(wchar_t *,unsigned int,wchar_t *,unsigned int)" (?Arabic_MakeShape@@YAIPA_WI0I@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	9	error LNK2001: unresolved external symbol "int __cdecl Ymir_MultiByteToWideChar(unsigned int,unsigned long,char const *,int,wchar_t *,int)" (?Ymir_MultiByteToWideChar@@YAHIKPBDHPA_WH@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj)	UserInterface
Error	10	error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj)	UserInterface
Error	11	error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj)	UserInterface
Error	12	error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj)	UserInterface
Error	13	error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj)	UserInterface
Error	14	error LNK1120: 11 unresolved externals	C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceReleasemetin2client.exe	UserInterface

english_banner.gif

Link to comment
Share on other sites

For solve this error

Error   10  error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj)    UserInterface

Error   11  error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj)    UserInterface
Error   12  error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)    C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj) UserInterface
Error   13  error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)   C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj) UserInterface

Put this files in lib_stuff folder. https://mega.co.nz/#!UBUxwTJJ!dKt7k4t4cO6HcsxJVMIno_rOgpO9Me_yij_tTSZUC30

Link to comment
Share on other sites

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.