Re: Re: BSD gettext - Mailing list pgsql-hackers

From pgsql-hackers@thewrittenword.com
Subject Re: Re: BSD gettext
Date
Msg-id 20010523154303.C18841@postal.il.thewrittenword.com
Whole thread Raw
In response to Re: BSD gettext  (Alessio Bragadini <alessio@albourne.com>)
List pgsql-hackers
On Wed, May 23, 2001 at 10:55:35AM +0300, Alessio Bragadini wrote:
> Peter Eisentraut wrote:
> 
> > This is a compilation of the BSD-licensed gettext tools from NetBSD plus
> > some of my own code, put into a (hopefully) portable package, intended to
> > be evaluated for possible use in PostgreSQL.  Give it a try if you're
> > interested.  I've already tried it on FreeBSD, Linux, and Unixware, so
> > don't bother with those.
>  
> I tried on Digital Unix 4.0f, using Digital cc:
> 
> Making all in gettext
> make[2]: Entering directory `/tmp/bsd-gettext-0.0/gettext'
> cc -DHAVE_CONFIG_H -I. -I. -I.. 
> -DLOCALEDIR=\"/tmp/gettext/share/locale\" -I ../libintl   -g -c
> gettext-main.c
> cc: Severe: ../config.h, line 36: Cannot find file <unistd.h> specified
> in #include directive. (noinclfilef)
> #include <unistd.h>
> -^
> make[2]: *** [gettext-main.o] Error 1

Make sure you have no spaces after -I on Tru64 UNIX.

-- 
albert chin (china@thewrittenword.com)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Not released yet, but could someone take a quick peak ...
Next
From: Tom Lane
Date:
Subject: Re: More pgindent follies