Webboard: Building in freeBsd

2002-06-27 Thread nobody
Author: maxime Email: Message: Thank you. I add new pgsql include path to CVS. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Building in freeBsd

2002-06-26 Thread nobody
Author: kentsin Email: [EMAIL PROTECTED] Message: in my box, the postgresql libpq-fe.h is installed in /usr/local/include The cvs version could not build for that reason. After adding a line test -f /usr/local/include/libpq-fe.h && PGSQL_INCDIR=/usr/local/include it build success. The about