16 Feb
2018
16 Feb
'18
11:15 a.m.
On Feb 16, 2018, at 10:22 AM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
I've set up a build environment with libkqueue 2.1.0 and gcc 7.3.0 on RHEL 7.1. Now I'm trying to build FreeRADIUS v4.0.x, but I didn't go far.
"configure" passed, but "make" fails very early with:
(...) CC src/lib/io/ring_buffer.c src/lib/io/ring_buffer.c:27:10: fatal error: freeradius-devel/io/ring_buffer.h: No such file or directory #include <freeradius-devel/io/ring_buffer.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Hmm... that is odd. It used to work, and it builds on the travis automatic build system. I've pushed some rules to automatically create the relevant links. Alan DeKok.