Warning: size of symbol `ShowWarning` changed from ....

kami-shi

New member
Messages
45
Points
0
Github
kamishi
Emulator
Hercules
Hello,

I am trying to include a basic custom file in hercules in char/.

the file is named hashield_char.c, and there is also hashield_char.h.

At the time i include

#include "../common/showmsg.h" inside hashield_char.c

in my source file, it throws all the errors you can see below...

Could you please help me to fix that? It creates segmentations fault then I use the ShowInfo() function.

Thank you!

i21^cimgpsh_orig.png

 
Try make clean, and then run make again

 
Ultracat >
default_laugh.png
:lol:

I couldn't find a solution for that error.

So, I just wrote my own ShowHashieldDebug function without using showmsg.c. Now all the errors are gone and also the segmentations faults.

^__^

 
Back
Top