From: | "jhlee" <xyz2(at)netsgo(dot)com> |
---|---|
To: | <pgsql-ports(at)postgresql(dot)org> |
Subject: | stringinfo.c compile error |
Date: | 2000-10-18 15:24:11 |
Message-ID: | 000801c03917$78e8af00$140101c0@edin10 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
My system is a standard Solaris 8 (Intel) environment.
please help me !
./configure --enable-multibyte --with-odbc
gmake
.........
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 `/usr/share/src/pgsql/src/backend/lib'
gmake[1]: *** [lib.dir] Error 2
gmake[1]: Leaving directory `/usr/share/src/pgsql/src/backend'
gmake: *** [all] Error 2.
version
postregesql 7.0.2
gcc : 2.95.2
gmake : 3.78.1
flex : 2.5.4
my path
PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/opt/sfw/bin
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2000-10-18 15:44:53 | Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2) |
Previous Message | Joerg Hessdoerfer | 2000-10-18 13:38:19 | Regression test results for binary NT distro |