Re: compile error

Поиск
Список
Период
Сортировка
От Soma Interesting
Тема Re: compile error
Дата
Msg-id 5.0.2.1.0.20010402143827.00b1ecb0@pop.telus.net
обсуждение исходный текст
Ответ на compile error  (Soma Interesting <dfunct@telus.net>)
Ответы Re: compile error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reindexing sequences
Следующее
От: Jeremy Radlow
Дата:
Сообщение: Re: Cascading deletes with rules in 7.0.3: why doesn't this work?