Issue information

Issue ID
#8444
Status
Needs more Info
Severity
None
Started
Zirius
Nov 17, 2014 17:03
Last Post
Zirius
Nov 24, 2014 17:50
Confirmation
N/A

Zirius - Nov 17, 2014 17:03

[code=auto:0] ------ Rebuild All started: Project: plugin-HPMHooking_login, Configuration: Release Win32 ------ Build started 11/14/2014 11:33:38 PM. _PrepareForClean: Deleting file "plugin-HPMHooking_login\Release\plugin-HPMHooking_login.lastbuildstate". InitializeBuildStatus: Touching "plugin-HPMHooking_login\Release\plugin-HPMHooking_login.unsuccessfulbuild". ClCompile: HPMHooking.c ..\src\plugins\HPMHooking.c(78): fatal error C1189: #error : HPMHooking plugin needs to be compiled for a specific server type. Please make sure your Makefiles are up to date. Build FAILED. Time Elapsed 00:00:00.52 ------ Rebuild All started: Project: plugin-HPMHooking_char, Configuration: Release Win32 ------ Build started 11/14/2014 11:33:38 PM. _PrepareForClean: Deleting file "plugin-HPMHooking_char\Release\plugin-HPMHooking_char.lastbuildstate". InitializeBuildStatus: Touching "plugin-HPMHooking_char\Release\plugin-HPMHooking_char.unsuccessfulbuild". ClCompile: HPMHooking.c ..\src\plugins\HPMHooking.c(78): fatal error C1189: #error : HPMHooking plugin needs to be compiled for a specific server type. Please make sure your Makefiles are up to date. Build FAILED. [/code]
Everytime I build, these 2 keep on having errors, for now I am just ignoring, I just pulled the latest GIT.

Follow up from: [url="http://herc.ws/board/topic/7723-building-on-windows-platform-hpm-hooking-errors/"]http://herc.ws/board/topic/7723-building-on-windows-platform-hpm-hooking-errors/[/url]

Haru - Nov 17, 2014 19:40

What Visual Studio version (and which solution) might you be using?

VS 2010, 2012 and 2013 (respectively Hercules-10.sln, Hercules-11.sln and Hercules-12.sln) should work properly. VS2008 (Hercules-9.sln) will fail, as it was not updated and it has currently no maintainer (and is likely to get removed soon)

Zirius - Nov 17, 2014 19:57

Microsoft Visual C++ 2010 Express
Hercules-10.sln

This post has been edited by Zirius on Nov 17, 2014 19:58

Haru - Nov 17, 2014 20:10

I confirm it to be working properly on my MSVC++ 2010 Express with Hercules-10.sln.

Have you tried a clean copy of Hercules?

Zirius - Nov 24, 2014 17:50

[quote name="Haru" timestamp="1416255034"]
I confirm it to be working properly on my MSVC++ 2010 Express with Hercules-10.sln.

Have you tried a clean copy of Hercules?[/quote]yes error does not occur when building as Debug
but building as Release the error occurs.