If you are compiling against redland correctly you have two choices
to set up the compile flags correctly

either a)
$ redland-config --cflags
-I/usr/include/rasqal
(which uses the program /usr/bin/redland-config in librdf0-dev)

or b)
$ pkg-config redland --cflags
-I/usr/include/rasqal
(which uses /usr/lib/pkgconfig/redland.pc in librdf0-dev)

Both of which will set up the include path correctly.

BTW a) is deprecated but supported.

Dave



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to