The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=468 ====================================================================== Reported By: pogma Assigned To: ====================================================================== Project: Redland librdf RDF API Issue ID: 468 Category: portability Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-08-25 20:12 Last Modified: 2011-08-25 20:12 ====================================================================== Summary: xlc on AIX configure tests for both HAVE_BDB_OPEN_7_ARGS and HAVE_BDB_OPEN_6_ARGS pass Description: When building redland on AIX with xlc and bdb-4.7 we noticed that the bdb test failed. It turned out to be because the configure test for 6, 7 arg bdb_open only warned (and thus assumed that db_open took 6 arguments).
Additional Information: Rather than trying to figure out how to make xlc error on the configure test, it seemed easier to change the preprocessor conditional in src/rdf_hash_bdb.c ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-08-25 20:12 pogma New Issue 2011-08-25 20:12 pogma File Added: rdf_hash_bdb.patch ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
