This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

webseen.mod problem

Discussion of Eggdrop's code and module programming in C.
Post Reply
N
No_Miau
Voice
Posts: 2
Joined: Wed Jul 27, 2011 4:03 pm

webseen.mod problem

Post by No_Miau »

I can't compile webseen module for gseen module.
I get this:

Code: Select all

In file included from webseen.c:66:
webseen_templates.c: In function 'template_send_misc':
webseen_templates.c:119: warning: implicit declaration of function 'gseen_duration'
webseen_templates.c:123: error: 'numresults' undeclared (first use in this function)
webseen_templates.c:125: warning: implicit declaration of function 'getseenlang'
webseen_templates.c:129: error: 'numseens' undeclared (first use in this function)
webseen_templates.c:133: error: 'glob_total_queries' undeclared (first use in this function)
webseen_templates.c:135: error: 'glob_total_searchtime' undeclared (first use in this function)
webseen_templates.c: In function 'template_send_log':
webseen_templates.c:175: error: 'sglobseendat' undeclared (first use in this function)
webseen_templates.c:179: error: 'sglobpunisher' undeclared (first use in this function)
webseen_templates.c:180: error: 'sglobreason' undeclared (first use in this function)
In file included from webseen.c:68:
http_processing.c: In function 'init_global_vars':
http_processing.c:27: error: 'sglobseendat' undeclared (first use in this function)
http_processing.c:28: error: 'fuzzy_search' undeclared (first use in this function)
http_processing.c: In function 'process_get_request':
http_processing.c:50: warning: implicit declaration of function 'setsglobs'
http_processing.c:79: error: 'fuzzy_search' undeclared (first use in this function)
http_processing.c:82: warning: implicit declaration of function 'valid_seenlang'
http_processing.c:84: warning: implicit declaration of function 'setseenlang'
http_processing.c:98: warning: implicit declaration of function 'findseens'
http_processing.c:98: warning: assignment makes pointer from integer without a cast
http_processing.c:105: error: 'WS_NORESULT' undeclared (first use in this function)
In file included from webseen.c:68:
http_processing.c:123:2: warning: no newline at end of file
webseen.c: In function 'webseen_start':
webseen.c:165: error: 'gseen_numversion' undeclared (first use in this function)
*** Error code 1

Stop in /home/Cookie/eggdrop1.6.21/src/mod/webseen.mod (line 19 of Makefile).
*** Error code 1

Stop in /home/Cookie/eggdrop1.6.21/src/mod (line 73 of Makefile).
*** Error code 1

Stop in /home/Cookie/eggdrop1.6.21 (line 219 of Makefile).
*** Error code 1

Stop in /home/Cookie/eggdrop1.6.21/src/mod/webseen.mod (line 4 of Makefile).
how can i solve it please?
Thanks :(
Post Reply