Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
Hello there guys, i have a problem when i try to compile, i dont know why i keep getting this:
1>------ Build started: Project: GameServer, Configuration: Debug Win32 ------
1>Build started 4/5/2021 5:03:31 PM.
1>InitializeBuildStatus:
1> Touching "Debug\GameServer.unsuccessfulbuild".
1>cl : Command line warning D9030: '/Gm' is incompatible with multiprocessing; ignoring /MP switch
1> set_fusion.cpp
1>e:\boost_1_59_0\boost\config\requires_threads.hpp(82): fatal error C1189: #error : "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
1> itemExchangeProto.cpp
1>e:\boost_1_59_0\boost\config\requires_threads.hpp(82): fatal error C1189: #error : "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
1> hardcoding.cpp
how can i fix this anyone know?
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
16 hours ago, BayBay said:
Im using VS 2010 Sp1
Many forum suggest to reinstall vs ... is really strange error ... never met that ... which files are you using? did you try to reinstall vs?
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
7 hours ago, Scura said:
Many forum suggest to reinstall vs ... is really strange error ... never met that ... which files are you using? did you try to reinstall vs?
i will re-install VS 2010 and ill let you know if it worked. i was fixing some bugs in gameserver and im using Reza june pack
Posts: 340
Threads: 27
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2021
Reputation:
0
6 minutes ago, BayBay said:
i will re-install VS 2010 and ill let you know if it worked. i was fixing some bugs in gameserver and im using Reza june pack
i've used reza release too ... and i configured the vs2010+sp1 and i didn't meet any errors ... ?
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
2 hours ago, Scura said:
i've used reza release too ... and i configured the vs2010+sp1 and i didn't meet any errors ... ?
Is there a guide on how to configure the vs 2010 correctly?
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
Im just having one last error i dont know why
1>------ Build started: Project: GameServer, Configuration: Debug Win32 ------
1>Build started 4/9/2021 12:58:43 AM.
1>InitializeBuildStatus:
1> Touching "Debug\GameServer.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1>json_vc71_libmtd.lib(json_value.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-sgd-1_59.lib'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:03.98
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
fix it by doing this in vs cmd bjam --build-type=complete msvc stage