[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation of snapshot failed (31.12.)
From: |
Richard Frith-Macdonald |
Subject: |
Re: Compilation of snapshot failed (31.12.) |
Date: |
Sun, 31 Dec 2000 15:16:56 +0000 |
On Sunday, December 31, 2000, at 01:58 PM, Philippe C.D.Robert wrote:
> it fails with
> /usr/GNUstep/System/Headers/Foundation/NSDecimal.h:30: gmp.h: No such file or
> directory
I don't know about the snapshot, but the source in the cvs repository only
tries to
include gmp.h if HAVE_GMP is true, and GSConfig.h explicitly defines HAVE_GMP as
zero - to disable this stuff until it's fully implemented/working.