22 May
2014
22 May
'14
6:15 a.m.
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