The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=471 ====================================================================== Reported By: davechallis Assigned To: ====================================================================== Project: Rasqal RDF Query Library Issue ID: 471 Category: installation Reproducibility: always Severity: minor Priority: normal Status: new Query Language: ====================================================================== Date Submitted: 2011-09-05 14:46 Last Modified: 2011-09-05 14:46 ====================================================================== Summary: Compile error when RASQAL_DEBUG set to > 1 Description: If RASQAL_DEBUG is defined in rasqal_internal.h, and set to > 1, compilation fails with:
rasqal_general.c: In function 'rasqal_query_language_register_factory': rasqal_general.c:385:3: error: 'rasqal_query_language_factory' has no member named 'names' Steps to Reproduce: 1. ./configure 2. In src/rasqal_internal.h, after: #ifdef LIBRDF_DEBUG #define RASQAL_DEBUG 1 #endif add: #undef RASQAL_DEBUG #define RASQAL_DEBUG 2 3. Run make Additional Information: Same happens in 0.9.26. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-09-05 14:46 davechallis New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
