Displaying 2 results from an estimated 2 matches for "xapian_base".
2005 Mar 28
4
Problem with bindings and MinGW
...if // NO_REMOTE_OPEN
(I hope, the web mail program will not break too many lines).
This patch works in conjunction with a Python distutils
styled "setup.py" script, that follows:
#!/usr/bin/env python
# setup file for xapian
import os, sys
from distutils.core import setup, Extension
XAPIAN_BASE = ""
try:
XAPIAN_BASE = os.environ['XAPIAN_BASE']
except KeyError:
print "warning: XAPIAN_BASE not set, use xapian-config
to determine it"
# please do not change the lines below
EXTRA_LDFLAGS = (
"-v -Wl,--enable-runtime-pseudo-reloc "
"-...
2005 Mar 28
4
Problem with bindings and MinGW
...if // NO_REMOTE_OPEN
(I hope, the web mail program will not break too many lines).
This patch works in conjunction with a Python distutils
styled "setup.py" script, that follows:
#!/usr/bin/env python
# setup file for xapian
import os, sys
from distutils.core import setup, Extension
XAPIAN_BASE = ""
try:
XAPIAN_BASE = os.environ['XAPIAN_BASE']
except KeyError:
print "warning: XAPIAN_BASE not set, use xapian-config
to determine it"
# please do not change the lines below
EXTRA_LDFLAGS = (
"-v -Wl,--enable-runtime-pseudo-reloc "
"-...