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.

[Solved] Eggdrop 1.9.2 don't compile on OpenBSD 7.0

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Carlin0
Voice
Posts: 28
Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy

[Solved] Eggdrop 1.9.2 don't compile on OpenBSD 7.0

Post by Carlin0 »

Code: Select all

make

Making core eggdrop files...

cc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/local/include/tcl8.5  -c bg.c
In file included from bg.c:25:
In file included from ./main.h:90:
./eggdrop.h:791:3: error: unknown type name 'pthread_mutex_t'
  pthread_mutex_t mutex;
  ^
1 error generated.
*** Error 1 in src (Makefile:83 'bg.o')
Last edited by Carlin0 on Sun Mar 06, 2022 7:03 pm, edited 1 time in total.
User avatar
Carlin0
Voice
Posts: 28
Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy

Post by Carlin0 »

Post Reply