-
Notifications
You must be signed in to change notification settings - Fork 2
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
Building on OpenBSD error #9
Comments
i guess you need gnu make.. try gmake ? |
cc -O2 -Wall -Wextra -Wno-unused-result -D_GNU_SOURCE -DPREFIX="/usr" -DCONFDIR="/etc" -DGPLACES_VERSION="0.19.7" -I/usr/local/include -DGPLACES_WITH_TITAN -DGPLACES_WITH_GOPHER -DGPLACES_WITH_GOPHERS -DGPLACES_WITH_SPARTAN -DGPLACES_WITH_FINGER -DGPLACES_WITH_GUPPY -DGPLACES_USE_LIBIDN2 -I/usr/local/include -DGPLACES_USE_LIBMAGIC -I/usr/local/include -c -o gplaces.o gplaces.c |
OpenBSD 7.6-current.
make PREFIX=/usr CONFDIR=/etc
*** Parse error in gplaces: Missing dependency operator (Makefile:7)
*** Parse error: Need an operator in 'endif' (Makefile:9)
*** Parse error: Missing dependency operator (Makefile:16)
*** Parse error: Need an operator in 'endif' (Makefile:20)
*** Parse error: Missing dependency operator (Makefile:22)
*** Parse error: Need an operator in 'endif' (Makefile:26)
*** Parse error: Missing dependency operator (Makefile:28)
*** Parse error: Need an operator in 'endif' (Makefile:32)
*** Parse error: Missing dependency operator (Makefile:34)
*** Parse error: Need an operator in 'endif' (Makefile:38)
*** Parse error: Missing dependency operator (Makefile:40)
*** Parse error: Need an operator in 'endif' (Makefile:44)
*** Parse error: Missing dependency operator (Makefile:46)
*** Parse error: Need an operator in 'endif' (Makefile:50)
*** Parse error: Missing dependency operator (Makefile:52)
*** Parse error: Need an operator in 'else' (Makefile:55)
*** Parse error: Need an operator in 'endif' (Makefile:61)
*** Parse error: Missing dependency operator (Makefile:63)
*** Parse error: Need an operator in 'endif' (Makefile:66)
*** Parse error: Missing dependency operator (Makefile:67)
*** Parse error: Need an operator in 'endif' (Makefile:69)
The text was updated successfully, but these errors were encountered: