Added by Norman Khine over 13 years ago
Hello,
running
$ cmake ../ -DPOSTGRES_PREFIX=/Library/PostgreSQL/8.4/ -DGM_PREFIX=/opt/local/
$ make
gives this traceback: http://pastie.org/2310128
i am using the latest pull from git 'commit 45555e5fe1549e80018401b4d2fd3c2ee9ddf125' and am on OS X 10.6
any advise much appreciated.
norman
ok i found the problem, it is to do with the postgres installation is 32bit only, but my python installation is 64bit.
will try to build postgresql from source and see how this goes!
thanks