compile error

Поиск
Список
Период
Сортировка
От Patrick J Barabe
Тема compile error
Дата
Msg-id Pine.GSO.4.58.0402021010060.24735@ptah.u.arizona.edu
обсуждение исходный текст
Ответы Re: compile error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-ports по дате отправления:

Предыдущее
От: Sami Kuhmonen
Дата:
Сообщение: Re: port for interix
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compile error