Re: AIX compilation problems (was Re: Proposal ...) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: AIX compilation problems (was Re: Proposal ...)
Date
Msg-id Pine.LNX.4.44.0209272008290.1149-100000@localhost.localdomain
Whole thread Raw
In response to Re: AIX compilation problems (was Re: Proposal ...)  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List 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@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: AIX compilation problems (was Re: Proposal ...)
Next
From: Jim Mercer
Date:
Subject: Re: hacker help: PHP-4.2.3 patch to allow restriction of database access