Error messages when compiling postgres6.5

From: inlin <is84068(at)cis(dot)nctu(dot)edu(dot)tw>
To: pgsql-general(at)postgresql(dot)org
Subject: Error messages when compiling postgres6.5
Date: 1999-06-20 07:05:19
Message-ID: Pine.GSO.3.96.990620150132.2481A-100000@cissol4
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Below is what I encountered when compiling postgres6.5...
My kernel version is slakware2.0.35 and my system got pg1.09
installed now.(But I have killed the process "postmaster")

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes
-I..
-c
stringinfo.c -o stringinfo.o
stringinfo.c: In function `appendStringInfo':
stringinfo.c:115: `va_list' undeclared (first use this function)
stringinfo.c:115: (Each undeclared identifier is reported only once
stringinfo.c:115: for each function it appears in.)
stringinfo.c:115: parse error before `args'
stringinfo.c:121: warning: implicit declaration of function `va_start'
stringinfo.c:121: `args' undeclared (first use this function)
stringinfo.c:123: warning: implicit declaration of function `va_end'
make[2]: *** [stringinfo.o] Error 1
make[2]: Leaving directory `/usr/src/postgresql-6.5/src/backend/lib'
make[1]: *** [lib.dir] Error 2
make[1]: Leaving directory `/usr/src/postgresql-6.5/src/backend'
make: *** [all] Error 2

===

What is the problem actually..:? (gcc compiler version?...)

Thanks very much for your help..

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-06-20 10:49:16 Re: [GENERAL] oid and index
Previous Message Kevin Heflin 1999-06-20 05:46:41 postgres 6.5 error