tokyo cabinet

Gregg Reynolds dev@mobileink.com
Thu Mar 26 16:42:00 GMT 2009


Tokyo Cabinet is an LGPL-licensed GDBM/BDB-like database manager.
http://tokyocabinet.sourceforge.net/index.html

I managed to get a cygwin build running, but make check fails.  I'm a
little pressed for time so I wonder if anybody out there has a running
cygwin build or would like to help debug this.

To get the build, I had to patch math.h (it's supposedly fixed in 1.7)
in order to pick up the isnormal macro, with

#if !defined(__STRICT_ANSI__) || defined(__cplusplus) ||
__STDC_VERSION__ >= 199901L

and then deal with missing strtold with

#define strtold(a,b) ((long double)strtod((a),(b)))

make check fails on

tchtest write casket 50000 5000 5 5

Thanks,

Gregg

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list