Re: Re: BSD gettext

From: pgsql-hackers(at)thewrittenword(dot)com
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: BSD gettext
Date: 2001-05-23 20:43:04
Message-ID: 20010523154303.C18841@postal.il.thewrittenword.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)thewrittenword(dot)com)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-05-23 21:21:14 Re: More pgindent follies
Previous Message Tom Lane 2001-05-23 19:50:09 Re: Not released yet, but could someone take a quick peak ...