RE: unable to make libunicode-0.4



Thank you very much for your time.

-----Original Message-----
From: gnumeric-list-admin gnome org
[mailto:gnumeric-list-admin gnome org]On Behalf Of Jody Goldberg
Sent: Sunday, October 22, 2000 2:07 PM
To: Phillip J Shelton
Cc: gnumeric-list gnome org
Subject: Re: unable to make libunicode-0.4


On Sun, Oct 22, 2000 at 08:24:19AM -0400, Phillip J Shelton wrote:
glibc-2.1.3-21
egcs-1.1.2-30

    42      __const char **__restrict __inbuf,

Theres your problem.  That version of glibc is not getting along
well with that version of egcs.

from a newer glibc's /usr/include/sys/cdefs.h
    /* __restrict is known in EGCS 1.2 and above. */
    #if !__GNUC_PREREQ (2,92)
    # define __restrict     /* Ignore */
    #endif

You should be fine if you compile with 'CFLAGS=-D__restrict'
or update glibc or egcs.

Good Luck

_______________________________________________
gnumeric-list mailing list
gnumeric-list gnome org
http://mail.gnome.org/mailman/listinfo/gnumeric-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]