This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tokyo cabinet


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]