Compilation Error of a newly obtained Herccules

thanna

New member
Messages
212
Points
0
Good Day Guys, I cloned a new hercules emulator and tried to recompile but I got some warnings and errors on the visual studio 2012. below are the error's and warning and I would like to ask if its just normal to have those errors and can be fixed on the next revision?

Code:
Error	1	error C1083: Cannot open include file: 'pcre.h': No such file or directory	C:\Users\Thanna\Desktop\RO\New Herc\Hercules\src\map\npc.h	30	1	plugin-HPMHooking_map
Warning	2	warning C4244: 'function' : conversion from 'int64' to 'double', possible loss of data	c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c	3640	1	map-server
Warning	3	warning C4244: '=' : conversion from 'double' to 'int64', possible loss of data	c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c	3640	1	map-server
 
Good Day Guys, I cloned a new hercules emulator and tried to recompile but I got some warnings and errors on the visual studio 2012. below are the error's and warning and I would like to ask if its just normal to have those errors and can be fixed on the next revision?

Error 1 error C1083: Cannot open include file: 'pcre.h': No such file or directory C:\Users\Thanna\Desktop\RO\New Herc\Hercules\src\map\npc.h 30 1 plugin-HPMHooking_mapWarning 2 warning C4244: 'function' : conversion from 'int64' to 'double', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-serverWarning 3 warning C4244: '=' : conversion from 'double' to 'int64', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-server
Doesn't new versions of hercules needs to be compiled with the VS 2014 or higher?

 
Last edited by a moderator:
Good Day Guys, I cloned a new hercules emulator and tried to recompile but I got some warnings and errors on the visual studio 2012. below are the error's and warning and I would like to ask if its just normal to have those errors and can be fixed on the next revision?

Error 1 error C1083: Cannot open include file: 'pcre.h': No such file or directory C:\Users\Thanna\Desktop\RO\New Herc\Hercules\src\map\npc.h 30 1 plugin-HPMHooking_mapWarning 2 warning C4244: 'function' : conversion from 'int64' to 'double', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-serverWarning 3 warning C4244: '=' : conversion from 'double' to 'int64', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-server
Doesn't new versions of hercules needs to be compiled with the VS 2014 or higher?
thanks for the reply, maybe I need a vs 2014, I'll try and let you know, thanks

 
Good Day Guys, I cloned a new hercules emulator and tried to recompile but I got some warnings and errors on the visual studio 2012. below are the error's and warning and I would like to ask if its just normal to have those errors and can be fixed on the next revision?

Error 1 error C1083: Cannot open include file: 'pcre.h': No such file or directory C:\Users\Thanna\Desktop\RO\New Herc\Hercules\src\map\npc.h 30 1 plugin-HPMHooking_mapWarning 2 warning C4244: 'function' : conversion from 'int64' to 'double', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-serverWarning 3 warning C4244: '=' : conversion from 'double' to 'int64', possible loss of data c:\users\thanna\desktop\ro\new herc\hercules\src\map\mob.c 3640 1 map-server
Doesn't new versions of hercules needs to be compiled with the VS 2014 or higher?
thanks for the reply, maybe I need a vs 2014, I'll try and let you know, thanks
Fixed already https://github.com/HerculesWS/Hercules/issues/1152

 
Back
Top