[redland-dev] linking with sqlite3 on cygwin

Gregg Reynolds dev at mobileink.com
Wed Mar 18 16:41:47 CET 2009


FYI to get redland to link with sqlite3 3.6.11
(sqlite-amalgamation-3.6.11.tar.gz) on cygwin I had to change file
sqlite3.pc.in from

Version: @RELEASE@

to

Version: @VERSION@

make check failed one test:

rdf_model_test: Testing model cloning
rdf_model_test: Creating new hashes storage
rdf_model_test: Failed to create new hashes storage name test with
options hash-type='bdb',dir='.',write='yes',new='yes',contexts='yes'
FAIL: rdf_model_test

But it was configured without bdb so I suppose that's ok.

-gregg


More information about the redland-dev mailing list