Issue information

Issue ID
#8420
Status
Fixed
Severity
None
Started
Angelmelody
Oct 31, 2014 19:04
Last Post
Dastgir
Nov 1, 2014 5:45
Confirmation
Yes (1)
No (0)

Angelmelody - Oct 31, 2014 19:04

I have updated my git to latest and compile with msvc 2010 ,dunno why I got the error :mellow:

1>------ Rebuild All started: Project: plugin-HPMHooking, Configuration: Debug Win32 ------
1> HPMHooking.c
1>..\src\plugins\HPMHooking.c(77): fatal error C1189: #error : HPMHooking plugin needs to be compiled for a specific server type. Please make sure your Makefiles are up to date.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

malufett - Oct 31, 2014 20:02

as of now define '#define HPMHOOKING_MAP' for it to work..
and for the meanwhile wait until Haru finish HPM compatibility to char and login server...

:meow:

Haru - Oct 31, 2014 21:22

Oh sorry, I didn't realize the git push didn't complete before I left home earlier today.

It's done in 5bbf08787cdfae69bd6d6ac459d6a4b9a6865e07.

Angelmelody - Nov 1, 2014 4:47

[quote name="Haru" timestamp="1414790542"]
Oh sorry, I didn't realize the git push didn't complete before I left home earlier today.

It's done in 5bbf08787cdfae69bd6d6ac459d6a4b9a6865e07.[/quote]

Thanks , compiling HPMHOOKING_map and HPMHOOKING_char was sucessfull now

but HPMHOOKING_login was failed...[code=auto:0] 1>------ Rebuild All started: Project: plugin-HPMHooking_login, Configuration: Debug Win32 ------ 1> HPMHooking.c 1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(8): error C2016: C requires that a struct or union has at least one member 1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(11): error C2016: C requires that a struct or union has at least one member 1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(14): error C2016: C requires that a struct or union has at least one member 1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HookingPoints.inc(8): error C2059: syntax error : '}' 1>..\src\plugins\HPMHooking.c(185): warning C4034: sizeof returns 0 ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== [/code]

Dastgir - Nov 1, 2014 5:45

[quote name="Angelmelody" timestamp="1414817265"][quote name="Haru" timestamp="1414790542"]


Oh sorry, I didn't realize the git push didn't complete before I left home earlier today.

It's done in 5bbf08787cdfae69bd6d6ac459d6a4b9a6865e07.[/quote]Thanks , compiling HPMHOOKING_map and HPMHOOKING_char was sucessfull now

but HPMHOOKING_login was failed...[code=auto:0]1>------ Rebuild All started: Project: plugin-HPMHooking_login, Configuration: Debug Win32 ------1> HPMHooking.c1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(8): error C2016: C requires that a struct or union has at least one member1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(11): error C2016: C requires that a struct or union has at least one member1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc(14): error C2016: C requires that a struct or union has at least one member1>d:\hercules\src\plugins\../plugins/HPMHooking/HPMHooking_login.HookingPoints.inc(8): error C2059: syntax error : '}'1>..\src\plugins\HPMHooking.c(185): warning C4034: sizeof returns 0========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========[/code][/quote]
Yes, because heres no member in login interface yet, lets, wait till haruna reviews and , merges 4144 PR
(Login and char plugin interface are not yet complete)