The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=447 ====================================================================== Reported By: aponomarenko Assigned To: ====================================================================== Project: Redland librdf RDF API Issue ID: 447 Category: installation Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-05-27 11:47 Last Modified: 2011-05-27 11:47 ====================================================================== Summary: rdf_utf8.h:35:23: fatal error: rdf_types.h: No such file or directory Description: The rdf_types.h header file is not installed after the usual "make install" command. It is included by installed rdf_utf8.h and this causes compiling errors:
rdf_utf8.h:35:23: fatal error: rdf_types.h: No such file or directory compilation terminated Steps to Reproduce: 1. wget http://download.librdf.org/source/redland-1.0.13.tar.gz 2. tar -xvzf redland-1.0.13.tar.gz 3. cd redland-1.0.13 4. ./configure --prefix /usr/local/redland-1.0.13 5. make && make install 6. cat /usr/local/redland-1.0.13/include/rdf_utf8.h | grep rdf_types.h 7. file /usr/local/redland-1.0.13/include/rdf_types.h Additional Information: This issue is actual for previous releases too (1.0.12, 1.0.11, ...). See also: http://linuxtesting.org/upstream-tracker/versions/redland.html ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-05-27 11:47 aponomarenko New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
