On Mon, Jan 23, 2012 at 12:15:52PM +0200, Ozan Çağlayan wrote:
On 22.01.2012 23:19, John Rigg wrote:
... configure:4589: checking for CFPreferencesCopyAppValue configure:4607: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:11:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory compilation terminated.
Are you sure that the error is related to this? My configure&make completes succesfully but in my config.log I have those lines too. Actually they're normal tests to check for the availability of CoreFoundation libraries.
Thanks for the replies. I think I found the problem. Debian testing puts some of the required libraries in /usr/lib/x86_64-linux-gnu instead of /usr/lib. Sorry for the noise.
John