[compilation]

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
Dydouch
Posts: 3
Joined: Mon Mar 07, 2016 3:19 am

[compilation]

Post by Dydouch »

Hey!

I compile a module and then I end up with the following error:

Code: Select all

In file included from /usr/include/mysql/mysql.h:75:0,
                 from sqlmod.c:37:
/usr/include/mysql/my_list.h:30:14: error: conflicting types for ‘list_add’
 extern LIST *list_add(LIST *root,LIST *element);
              ^
In file included from /home/dydouch/bots_c/unreal/include/common.h:50:0,
                 from /home/dydouch/bots_c/unreal/include/struct.h:42,
                 from sqlmod.c:9:
/home/dydouch/bots_c/unreal/include/list.h:87:14: note: previous definition of ‘list_add’ was here
 SINLINE void list_add(struct list_head *new, struct list_head *head)
              ^
I saw the bug tracker (https://bugs.unrealircd.org/view.php?id=4547) but I have not figured out how to fix it

Thank you for your answers
Cordially Dydouch
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: [compilation]

Post by Syzop »

Hi,

I see you are using SQLMod-II which you bought from me? The errors you are seeing are just a start, there will need to be many changes.
I offer free upgrades of my paid modules to UnrealIRCd 4 to anyone who ordered SQLMod in 2014 or 2015 (so past 2+ years). And if you ordered before I only charge a small fee. Please contact me directly at [email protected]

Regards,

Bram
Dydouch
Posts: 3
Joined: Mon Mar 07, 2016 3:19 am

Re: [compilation]

Post by Dydouch »

Hi,

Yes, I use SQLMod-II buy from you.

I transmits the message to the person you achetter he will contact you

Dydouch
Post Reply