The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=410 ====================================================================== Reported By: stanley06 Assigned To: ====================================================================== Project: Rasqal RDF Query Library Issue ID: 410 Category: installation Reproducibility: always Severity: major Priority: normal Status: new Query Language: ====================================================================== Date Submitted: 2011-01-18 20:42 Last Modified: 2011-01-18 20:42 ====================================================================== Summary: liblrdf-0.4.0 fails to MAKE with fresh installation Description: liblrdf-0.4.0 fails to MAKE with fresh installation due to missing ladspa.h in: examples/showdefaults.c and examples/showtaxonomy.c
Steps to Reproduce: MAKE the library where liblrdf had never been installed. Additional Information: This can be fixed by changing: #include <ladspa.h> to #include "../src/ladspa.h" in these two files. There may also be a better than this brute force method. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-01-18 20:42 stanley06 New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
