On 22 May 2014, at 11:15, Axel Luttgens <axel.luttgens@skynet.be> wrote:
Hello,
When compiling 3.0.3 with talloc installed in non standard directories, I have to provide configure with a hint by setting the CFLAGS variable:
CFLAGS='-I/path/to/tallocincludes' ./configure \ [...] \ --with-talloc-include-dir='/path/to/tallocincludes' \ --with-talloc-lib-dir='/path/to/talloclibs' \ [...]
Otherwise, make halts almost immediately with:
'talloc.h' file not found #include <talloc.h> ^ 1 error generated. make: *** [build/objs/src/lib/cbuff.lo] Error 1
This is not needed with 3.0.2 on the same machine (Mac OS X 10.8.5, with the latest Command Line Tools for Xcode 5.1.1).
*sigh* Missed backport of boiler.mk from master. Should be fine now. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2