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 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? 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"