Re: compilation fail

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marek Florianczyk <franki(at)mentat(dot)oko(dot)com(dot)pl>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: Re: compilation fail
Date: 2001-02-19 17:07:20
Message-ID: Pine.LNX.4.30.0102191806400.977-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Marek Florianczyk writes:

> Output from cimpilation:
>
> gmake -C lib all
> gmake[2]: Entering directory `/usr/ports/databases/postgresql/work/src/backend/lib'
> cc -I../../include -I../../backend -I/usr/local/include -O -pipe -I.. -c -o stringinfo.o stringinfo.c
> stringinfo.c: In function `appendStringInfo':
> stringinfo.c:104: `va_list' undeclared (first use this function)
> stringinfo.c:104: (Each undeclared identifier is reported only once
> stringinfo.c:104: for each function it appears in.)
> stringinfo.c:104: parse error before `args'
> stringinfo.c:121: `args' undeclared (first use this function)
> gmake[2]: *** [stringinfo.o] Error 1
> gmake[2]: Leaving directory `/usr/ports/databases/postgresql/work/src/backend/lib'
> gmake[1]: *** [lib.dir] Error 2
> gmake[1]: Leaving directory `/usr/ports/databases/postgresql/work/src/backend'
> gmake: *** [all] Error 2
> su-2.03#

Can you show me the config.log file?

> My envoirments:
> FreeBSD 3.4 release
> gmake 3.78
> Postgresql-7.0.3

All of these should probably be upgraded.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Marek Florianczyk 2001-02-20 16:31:32 compilation fail, continue
Previous Message Tom Lane 2001-02-19 17:01:02 Re: compilation fail