Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eggdrop 1.9.2 don't compile on OpenBSD 7.0 #1269

Closed
carlin0 opened this issue Mar 6, 2022 · 2 comments · Fixed by #1270
Closed

eggdrop 1.9.2 don't compile on OpenBSD 7.0 #1269

carlin0 opened this issue Mar 6, 2022 · 2 comments · Fixed by #1270

Comments

@carlin0
Copy link

carlin0 commented Mar 6, 2022

`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')
`

@vanosg
Copy link
Member

vanosg commented Mar 6, 2022

Thanks... sorry we missed that! You can try ./configure --disable-tdns and then compile from there, does that remedy the issue for you?

@carlin0
Copy link
Author

carlin0 commented Mar 6, 2022

Thanks... sorry we missed that! You can try ./configure --disable-tdns and then compile from there, does that remedy the issue for you?

great! this solves

@carlin0 carlin0 closed this as completed Mar 6, 2022
@vanosg vanosg reopened this Mar 6, 2022
vanosg pushed a commit that referenced this issue Jun 4, 2022
Found by: carlin0
Patch by: michaelortmann
Fixes: #1269

 autoconf will now disable tdns when pthread is not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants