On Mon, 17 Sep 2018 21:22:37 +0300 Java House <java4...@gmail.com> wrote:
> Hello > > I decided to start using Gnu Guile and while I managed to > build Gnu Guile > http://nikolasnikou.blogspot.com/2018/08/build-guile-for-freebsd.html > > I am still trying to build Gnu Artanis under FreeBSD 11.2 > I come to the point that gmake fails with following error > > In unknown file: > 4 (primitive-load-path "artanis/server/epoll" > #<procedure?>) In ice-9/eval.scm: > 626:19 3 (_ #<directory (artanis server epoll) > 80509ef00>) 173:47 2 (_ #<directory (artanis server > 80509ef00>epoll) 80509ef00>) > In unknown file: > 1 (dynamic-func "epoll_create" > #<dynamic-object #f>) In ice-9/boot-9.scm: > 752:25 0 (dispatch-exception _ _ _) > > ice-9/boot-9.scm:752:25: In procedure dispatch-exception: > In procedure dynamic-pointer: Symbol not found: > epoll_create gmake: *** [Makefile:77: > obj/artanis/artanis.go] Error 1 > > > I couldnt find any way how to include a library that > supports epoll_create > > Does anyone know how to solve this issue? epoll_create() (and all epoll facility) is Linux-specific. http://man7.org/linux/man-pages/man2/epoll_create.2.html > Thank you for your help > KInd Regards > Nikolas > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscr...@freebsd.org" _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"