[redland-dev] [Rasqal RDF Query Library 0000471]: Compile error when RASQAL_DEBUG set to > 1
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Mon Sep 5 16:46:54 CEST 2011
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
======================================================================
More information about the redland-dev
mailing list