The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=452 ====================================================================== Reported By: schivmeister Assigned To: ====================================================================== Project: Redland librdf RDF API Issue ID: 452 Category: api Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-07-11 17:17 Last Modified: 2011-07-11 17:17 ====================================================================== Summary: Incorrect references to raptor and rasqal headers Description: Issue:
The latest raptor release has its headers in $include/raptor2/, and rasqal in $include/rasqal/, so including just raptor.h and rasqal.h will cause errors. I'm also unsure if the raptor header included should be raptor2/raptor2.h or raptor/raptor.h, but upon trial and error it looks like raptor2.h is correct. Anyway, see attached patch for the changes. These are the affected files: librdf.h rdf_log.h rdf_init.h rdf_serializer.h Background: https://bugs.archlinux.org/task/25090 Steps to Reproduce: Include the affected header files in a blank C++ file. Then simply compile and watch the errors one by one while fixing. Additional Information: Part of a bigger problem along with rasqal and liblrdf [http://sourceforge.net/projects/lrdf/] that cause build failures of software requiring raptor if both raptor1 and raptor2 are installed. Example is ardour [http://www.ardour.org/]. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-07-11 17:17 schivmeister New Issue 2011-07-11 17:17 schivmeister File Added: redland-includes.patch ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
