FreeRADIUS 3.0.3, --with-talloc-include-dir and CFLAGS
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). Sincerely, Axel
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
Le 22 mai 2014 à 12:41, Arran Cudbard-Bell a écrit :
On 22 May 2014, at 11:15, Axel Luttgens 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:
[...]
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.
Wow, this has been quick! Indeed, the CFLAGS kludge isn't needed anymore with current version of boiler.mk on the git server. Many thanks, Arran, Axel
participants (2)
-
Arran Cudbard-Bell -
Axel Luttgens