[odb-users] Failed odb-tests at "callback"

Boris Kolpackov boris at codesynthesis.com
Mon Nov 24 04:52:12 EST 2014


Hi Alexander,

Alexander Lonsberry <ajl17 at case.edu> writes:

> I cannot get past the "callback" test when I run "make check"
> 
> *My Machine*:
> Windows 7 running MSYS with 64bit MinGW (tdm64-gcc-4.8.1-3).
> 
> *Database*
> PostgreSQL Version 9.3.5 64bit
> 
> *ODB C++*
> odb-2.3.0, libodb-2.3.0, libodb-pgsql-2.3.1, odb-tests-2.3.0
> 
> I run configure and make without a problem, however I then run make check
> and get an error. I have attached a text file of the output.

Thanks for the information and the output. I am pretty sure this
has to do with differences in newlines. Try to re-configure the
tests with these DIFFFLAGS:

./configure ... DIFFFLAGS=-ubB

This is how we run ODB tests on MinGW and everything works fine.

Boris



More information about the odb-users mailing list