X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_71,SARE_MSGID_LONG40
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Date: Thu, 26 Mar 2009 11:27:31 -0500
Message-ID: <75cc17ac0903260927ke99cb69t6e89a0d7b32f960b@mail.gmail.com>
Subject: tokyo cabinet
From: Gregg Reynolds <dev@mobileink.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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/

