compile error

From: Patrick J Barabe <pbarabe(at)U(dot)Arizona(dot)EDU>
To: pgsql-ports(at)postgresql(dot)org
Subject: compile error
Date: 2004-02-02 17:16:16
Message-ID: Pine.GSO.4.58.0402021010060.24735@ptah.u.arizona.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


hi, i'm getting a compile error on Solaris 9 with the following config
options:

% ./configure
--with-includes=/opt/local/include:/usr/include:/opt/sfw/include
--with-libraries=/opt/local/lib/:/usr/lib:/opt/sfw/lib --with-java

i previously had successfully compiled and installed version 7.3.2.
please let me know if i can provide other information to help sort this
out.

regards,
patrick barabe

compile error:

% gmake
...
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include -I/opt/local/include
-I/usr/include -I/opt/sfw/include -c -o stringinfo.o stringinfo.c
stringinfo.c: In function `appendStringInfo':
stringinfo.c:73: `__builtin_va_alist' undeclared (first use in this
function)
stringinfo.c:73: (Each undeclared identifier is reported only once
stringinfo.c:73: for each function it appears in.)
stringinfo.c:69: warning: `args' might be used uninitialized in this
function
gmake[3]: *** [stringinfo.o] Error 1
gmake[3]: Leaving directory
`/opt/local/src/postgresql-7.4.1/src/backend/lib'
gmake[2]: *** [lib-recursive] Error 2
gmake[2]: Leaving directory
`/opt/local/src/postgresql-7.4.1/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/opt/local/src/postgresql-7.4.1/src'
gmake: *** [all] Error 2

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Sami Kuhmonen 2004-02-03 12:51:24 Re: port for interix
Previous Message Tom Lane 2004-01-31 22:44:48 Re: error compiling under 11.23