Re: AIX compilation problems (was Re: Proposal ...)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>
Cc: PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: AIX compilation problems (was Re: Proposal ...)
Date: 2002-09-28 11:10:53
Message-ID: Pine.LNX.4.44.0209272008290.1149-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zeugswetter Andreas SB SD writes:

> The problem is, that scan.c includes unistd.h before postgres.h
> and thus unistd.h defines _LARGE_FILE_API which is not allowed
> together with _LARGE_FILES. Do you know an answer ?

Actually, a better idea I just had is to include scan.c at the end of
gram.c and compile them both into one object file.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Mercer 2002-09-28 13:23:34 Re: hacker help: PHP-4.2.3 patch to allow restriction of database access
Previous Message Peter Eisentraut 2002-09-28 11:10:37 Re: AIX compilation problems (was Re: Proposal ...)