On 10/23/13 1:07 AM, Branko Čibej wrote: > Issues: > > - 'make ctypes-python' fails
Works for me. I had ctypesgen's at r147. I notice yours is at r151. I updated to r151 and rebuilt and it still worked just fine. Care to elaborate on what the problem or error message was? > - Swig bindings do not build with the generated wrappers included in > the tarball. Running autogen.sh regenerates them and the bindings > then build succesfully. Known issue. > - C tests do not work with the --enable-optimize configure option Should be fixed with the removal of the -fwhole-program option in the next release. > - wc-queries-test #3 fails with SQLite 3.8.0, but passes with > the default system version, 3.7.12. > -- There is a bug in the test: we should not fail a regression > test because we do not like how particular version of SQLite > does queries, as long as the query results are correct. I'd suggest that we start an independent thread on this. Because I suspect it's going to be a much longer discussion. > - 'make check-javahl' requires 'make install' Looks like we need to setup the DYLD_LIBRARY_PATH or add more paths to -Djava.library.path for this to work properly on the Mac. Other platforms get away with rpaths for this. > - 'make check-swig-rb' requires 'make install-swig-rb' Can't replicate this problem and in fact I remember specifically fixing this before 1.8.x branched. What error did you get? > -- 'make install-swig-rb' tries to install "something" into the > Ruby site dir, which requires root privilege Confirmed.

