pg_sendmail function compile problem
От | Joseph |
---|---|
Тема | pg_sendmail function compile problem |
Дата | |
Msg-id | 004501c0832e$af503f20$190101c3@workstation18 обсуждение исходный текст |
Ответ на | pg_sendmail function compile problem ("Joseph" <lters@mrtc.com>) |
Ответы |
Re: pg_sendmail function compile problem
|
Список | pgsql-general |
I added an include line but now it gives me the following error... make /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/local/pgsql/include -I/usr /include/pgsql -c mail.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/local/pgsql/include -I/usr/inc lude/pgsql -c -fPIC -DPIC mail.c -o .libs/mail.lo In file included from /usr/include/pgsql/c.h:47, from /usr/include/pgsql/postgres.h:40, from mail.c:29: /usr/include/pgsql/config.h:662: os.h: No such file or directory make: *** [mail.lo] Error 1 The os.h file points to ../.././src/include/port/linux.h which does not exist? :-( I am showing my ignorance here I guess. > "Joseph" <lters@mrtc.com> writes: > > In file included from mail.c:29: > > /usr/include/pgsql/utils/elog.h:37: parse error before `CritSectionCount' > > /usr/include/pgsql/utils/elog.h:37: warning: data definition has no type or > > storage class > > At a guess, this code is neglecting to include postgres.h first. All > of the internal headers in PG assume that you included postgres.h > beforehand. > > regards, tom lane >
В списке pgsql-general по дате отправления: