Your compiler seems confused. I have this at printtup.c:656:
PrinttupAttrInfo *thisState = myState->myinfo + i;
Datum origattr = myState->values[i],
attr;
bytea *outputbytes;
I dont see any 'message' there, and am confused. This is strange
Luojia Chen wrote:
> Hi,
>
> Please see my inline reply.
>
> Bruce Momjian wrote:
> > Would you tell use what is on this line?
> >
> > /usr/include/sys/siginfo.h:259:
>
> ctid_t __ctid; /* contract ID */
OK, do a 'grep' and find out what /usr/include/* file contains the
d
Would you tell use what is on this line?
/usr/include/sys/siginfo.h:259:
Seems you need an extra #include for that platform. Try adding
"#include " before the signal.h include and see if that
helps.
If your signal.h can't be used without a previous include being present
it sounds like
Hi,
I tried to build postgresql-8.0.0beta5 and postgresql-7.4.6 on Solaris
10 x86 following the instruction by doing:
1. ./configure
2. gmake
When I implemented the step 2. I got the following error messages:
---
/usr/local/bin/gcc -O2 -pipe -fno-strict-aliasing -Wall
-Wmissing-prototype