Hi Justin,
I haven't used OS X for a while, but I know there are some issue with the
Makefile of the emulator that has to be manually patched to include TKOBJS.
You may also need to compile using static linking, but for those details you
should contact the package managers for Mac OS X.
Anyway, in order to compile contrib/psql, you have to provide the option
--enable-contrib-psql
If the configuration process complains about libpq-fe.h , you have to
explicitly give the postgre instalation directory (BTW, you need package
libpq-dev). On Ubuntu Linux I run the following:
% ls
mozart/
% mkdir build-with-psql
% cd build-with-psql
% ../mozart/configure --enable-contrib-psql \
--with-psql-inc=/usr/include/postgresql/ \
--prefix=/home/tchorix/Mozart/trunk/install-with-psql
If you have problems with micq, just disable it by doing:
--disable-contrib-micq as configure option.
I hope it helps.
cheers
Boriss
Justin Henzie wrote:
All,
Has anyone got precise instructions on how to build latest sources on OS X.
I can only get so far then I run into all sorts of problems.
All I am trying to do is build the contrib/psql module.
Any help appreciated
-Justin
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users