compilation issues

Поиск
Список
Период
Сортировка
От Salvatore Sferrazza
Тема compilation issues
Дата
Msg-id 3956B82F.990FD2B8@instigate.net
обсуждение исходный текст
Список pgsql-novice
hi all.

i've been interested in PostgreSQL for a while and recently downloaded
version 7.  however during compilation on my machine (using gmake and
Solaris 8 x86) i get the following errors:

########

gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes
-Wmissing-declarations -I..    -c -o stringinfo.o stringinfo.c
stringinfo.c: In function `appendStringInfo':
stringinfo.c:104: `va_list' undeclared (first use in 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: warning: implicit declaration of function `va_start'
stringinfo.c:121: `args' undeclared (first use in this function)
stringinfo.c:124: warning: implicit declaration of function `va_end'
gmake[2]: *** [stringinfo.o] Error 1
gmake[2]: Leaving directory `/opt/local/postgresql-7.0/src/backend/lib'
gmake[1]: *** [lib.dir] Error 2
gmake[1]: Leaving directory `/opt/local/postgresql-7.0/src/backend'
gmake: *** [all] Error 2

########

the compilation process prior to this error appeared normal.  i have
read the FAQ and did not see a reference to this issue anywhere.  do i
need to modify the makefile at all?  i ran configure before gmake.

TIA,

Sal



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

Предыдущее
От: "Joseph"
Дата:
Сообщение: RE: Postgres with php3
Следующее
От: Carsten Huettl
Дата:
Сообщение: FATAL 1: Database dbname=template1 does not exist in pg_database