Hi, Bruce,
Good news is that I've found that the reason caused the compilation
error messages about signal.h header file I reported to you before - I
used GCC binary built on Solaris 9 x86,which has old header files to
work with. The error got fixed after using the gcc binary for Solaris 10
x86.
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
Bruce Momjian wrote:
> 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
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 */
> Seems you need an extra #include for that platform. Try adding
> "#include " before the signal.h inclu
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