1 Aug 2005 01:41
xapian-bindings for python doesn't compile on OSX Tiger
Valentino Volonghi aka Dialtone <dialtone <at> divmod.com>
2005-07-31 23:41:03 GMT
2005-07-31 23:41:03 GMT
This is the output of the 'make' command for the python bindings (0.9.2).
xapian-core compiles fine.
aiolia:~/Desktop/2005-08-01/xapian-bindings-0.9.2 dialtone$ make
make all-recursive
Making all in python
make all-recursive
Making all in docs
Making all in examples
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wno-unused \
-Wno-uninitialized -g -O2 -I/usr/local/include -o _xapian.la \
-rpath /Library/Frameworks/Python.fr [cut]
g++ -o .libs/_xapian.so -bundle .libs/xapian_wrap.o \
/usr/local/lib/libxapian.dylib
/usr/bin/ld: Undefined symbols:
_PyArg_ParseTuple
_PyCFunction_Type
_PyCObject_FromVoidPtr
_PyCObject_Import
_PyDict_GetItemString
_PyDict_SetItemString
_PyErr_Clear
_PyErr_Fetch
_PyErr_Format
_PyErr_Occurred
_PyErr_SetString
_PyExc_IOError
_PyExc_IndexError
(Continue reading)
RSS Feed