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

Does not build on FreeBSD #139

Open
devosalain opened this issue Aug 28, 2022 · 1 comment
Open

Does not build on FreeBSD #139

devosalain opened this issue Aug 28, 2022 · 1 comment

Comments

@devosalain
Copy link

Error given,
gmake

gmake
==== Building wren_cli (release_64bit) ====
Creating obj/64bit/Release
async.c
core.c
dl.c
fs-poll.c
fs.c
getaddrinfo.c
getnameinfo.c
idna.c
inet.c
io.c
linux-core.c
../../deps/libuv/src/unix/linux-core.c:38:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
         ^~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [wren_cli.make:259: obj/64bit/Release/linux-core.o] Error 1
gmake: *** [Makefile:42: wren_cli] Error 2
HOST:x: /home/x/wren-cli/projects/make >
@ruby0x1
Copy link
Member

ruby0x1 commented Aug 28, 2022

make sure you use the make files in the bsd specific folder (in case you haven't).

https://github.com/wren-lang/wren-cli/tree/main/projects/make.bsd

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

No branches or pull requests

2 participants