X-Recipient: archive-cygwin AT delorie DOT 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 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/