id	summary	reporter	owner	description	type	status	priority	component	resolution	keywords	cc
382	Ingen: strange build fail on OSX	zorglub421@…		"Hello Ingen team,

I'm trying to compile ingen on OSX, having compiled librdf by hand (raptor, rasqal, redland under /opt/librdf) and get stalled on this error of waf configure:

philou@bookpro:~/src/audio-dsp-math/ingen-svn$ PKG_CONFIG_PATH=""/opt/librdf/lib/pkgconfig:$PKG_CONFIG_PATH"" ./waf configure --prefix=/opt/ingen
Checking for program gcc                    : ok /usr/bin/gcc 
Checking for program cpp                    : ok /usr/bin/cpp 
Checking for program ar                     : ok /usr/bin/ar 
Checking for program ranlib                 : ok /usr/bin/ranlib 
Checking for gcc                            : ok  
Checking for program g++                    : ok /usr/bin/g++ 
Checking for g++                            : ok  
Checking for redland >= 1.0.6               : Variable 'top_build_prefix' not defined in '/opt/librdf/lib/pkgconfig/redland.pc' 
 error: the configuration failed (see '/Users/philou/src/audio-dsp-math/ingen-svn/build/config.log')

the content of redland.pc is:

-

prefix=/opt/librdf
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

plugindir=${libdir}/redland

swig=${prefix}/share/redland/Redland.i

Name: Redland RDF API Library
Description: Redland RDF API and triple store library
Requires: raptor >= 1.4.17, rasqal >= 0.9.16, rasqal <= 0.9.99
Version: 1.0.9
Libs: -L${libdir} -lrdf
Libs.private:   -L/opt/local/lib/db45 -ldb-4.5 ${top_build_prefix}libltdl/libltdlc.la
Cflags: -I${includedir}

-

what is this 'top_build_prefix' pkgconf variable?

Regards"	Bug Report	closed	blocker	Ingen	fixed	ingen build osx	
