Error in latest REV.

karazu

New member
Messages
1,115
Points
0
src/map/ atcommand.c

make[1]: Warning: File `atcommand.c' has modification time 2.5e+04 s in the future MKDIR obj_sql CC atcommand.cIn file included from atcommand.c:48:HPMmap.h:25: warning: 'struct s_HPMDataCheck' declared inside parameter listHPMmap.h:25: warning: its scope is only this definition or declaration, which is probably not what you wantatcommand.c: In function 'atcommand_reloadatcommand':atcommand.c:3548: error: 'libconfig' undeclared (first use in this function)atcommand.c:3548: error: (Each undeclared identifier is reported only onceatcommand.c:3548: error: for each function it appears in.)atcommand.c: In function 'atcommand_exec':atcommand.c:9854: error: 'sockt' undeclared (first use in this function)atcommand.c: In function 'atcommand_config_read':atcommand.c:9965: error: 'libconfig' undeclared (first use in this function)make[1]: *** [obj_sql/atcommand.o] Error 1make[1]: Leaving directory `/home/trincli0082/trunk/src/map'make: *** [map_sql] Error 2trincli0082@spoonfeedro:~/trunk$ all is fresh already but still getting that error.


EDIT: Fixed the title

 
Last edited by a moderator:
 
For more information about this error see: http://herc.ws/board/topic/4390-make1-warning-file-configrenewalh-has-modification-time-58e04-s-in-the-future/ it's not something in Hercules, apparently it's some kind of issue with your NFS.

Moved to Source Support


I have fixed the problem already, but the error in recompiling still there. 

 

     MKDIR   obj_sql        CC      atcommand.cIn file included from atcommand.c:48:HPMmap.h:25: warning: 'struct s_HPMDataCheck' declared inside parameter listHPMmap.h:25: warning: its scope is only this definition or declaration, which is probably not what you wantatcommand.c: In function 'atcommand_reloadatcommand':atcommand.c:3548: error: 'libconfig' undeclared (first use in this function)atcommand.c:3548: error: (Each undeclared identifier is reported only onceatcommand.c:3548: error: for each function it appears in.)atcommand.c: In function 'atcommand_exec':atcommand.c:9854: error: 'sockt' undeclared (first use in this function)atcommand.c: In function 'atcommand_config_read':atcommand.c:9965: error: 'libconfig' undeclared (first use in this function)make[1]: *** [obj_sql/atcommand.o] Error 1 

 
Code:
make[1]: Warning: File `atcommand.c' has modification time 2.5e+04 s in the future 
is now gone


 
Last edited by a moderator:
anyone?  the folder is fresh, please explain love you! 
default_wink.png


 
I've just downloaded latest git version and got no error when compiling, what have you edited?

========== Build: 6 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

 
sure it's fresh ?

i tried latest Hercules compiled no errors/warnings.

 
I fixed, I did change all the files inside the src folder

 
Last edited by a moderator:
Back
Top