Re: compile error - Mailing list pgsql-general

From Soma Interesting
Subject Re: compile error
Date
Msg-id 5.0.2.1.0.20010402143827.00b1ecb0@pop.telus.net
Whole thread Raw
In response to compile error  (Soma Interesting <dfunct@telus.net>)
Responses Re: compile error
List pgsql-general
At 11:03 AM 4/2/2001 -0700, you wrote:
>linking ./include/port to interfaces/odbc/port
>mkdir: cannot create directory `interfaces/odbc': No such file or directory
>ln: ./include/port: hard link not allowed for directory
>configure: error: can not link interfaces/odbc/port to ./include/port

Ok, that error was because I'd only installed postgres from the base
archive. Silly me.

However this error... who knows....

Pg.xs: In function `XS_Pg_PQprint':
Pg.xs:584: `na' undeclared (first use in this function)
Pg.xs:584: (Each undeclared identifier is reported only once
Pg.xs:584: for each function it appears in.)
Pg.xs: In function `XS_PG_results_fetchrow':
Pg.xs:1255: `sv_undef' undeclared (first use in this function)
Pg.xs: In function `XS_PG_results_print':
Pg.xs:1295: `na' undeclared (first use in this function)
make[2]: *** [Pg.o] Error 1
make[2]: Leaving directory `/home/dfunct/postgresql-7.0.3/src/interfaces/perl5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dfunct/postgresql-7.0.3/src/interfaces'
make: *** [all] Error 2

Judging by the mailing list archives, lots of people have ran into this,
but none received answers. (why is it searching the mailing list on
anything 75% of the time returns multiple people asking the same thing with
no answers in the thread?).


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: reindexing sequences
Next
From: Jeremy Radlow
Date:
Subject: Re: Cascading deletes with rules in 7.0.3: why doesn't this work?