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.

Search found 3 matches

by mayatekla
Tue Sep 09, 2008 4:18 pm
Forum: Modules & Programming
Topic: compile problems, mod with mysql
Replies: 2
Views: 8857

[solved] It seems list_delete is defined in eggdrops users.h as well as mysql's my_list.h so for a nice solution: #define MODULE_NAME "al" #define MAKING_AL #define list_delete egg_list_delete #include "src/mod/module.h" #undef list_delete #include <mysql.h> reorganisation of the...
by mayatekla
Tue Sep 09, 2008 11:56 am
Forum: Modules & Programming
Topic: compile problems, mod with mysql
Replies: 2
Views: 8857

oh, for reference: /* * * * * */ #define MODULE_NAME "al" #define MAKING_AL #include "src/mod/module.h" #include <mysql.h> #include <stdio.h> #undef global static Function *global = NULL; static void do_list(); static int al_expmem() { return 0; } static int pub_al(char *nick, ch...
by mayatekla
Tue Sep 09, 2008 11:53 am
Forum: Modules & Programming
Topic: compile problems, mod with mysql
Replies: 2
Views: 8857

compile problems, mod with mysql

ok, I have been trying to compile this for the last couple days but i cant for the life of me work out whats going wrong... from the error message it seems to be saying its a problem with an inlude of an included header which should be perfectly correct.... make[2]: Entering directory `/home/xxxxxxx...