Displaying 2 results from an estimated 2 matches for "xapianbase".
Did you mean:
xapian_base
2005 Mar 28
4
Problem with bindings and MinGW
...""
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 "
"-L%(xapianbase)s/lib -lstdc++ "
"-lxapianqueryparser -lxapian "
% {'xapianbase': XAPIAN_BASE}).split()
EXTRA_CFLAGS = (
"-I%(xapianbase)s/include "
% {'xapianbase': XAPIAN_BASE}).split()
DATA_FILES = []
if sys.platform == "win32":
df = (...
2005 Mar 28
4
Problem with bindings and MinGW
...""
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 "
"-L%(xapianbase)s/lib -lstdc++ "
"-lxapianqueryparser -lxapian "
% {'xapianbase': XAPIAN_BASE}).split()
EXTRA_CFLAGS = (
"-I%(xapianbase)s/include "
% {'xapianbase': XAPIAN_BASE}).split()
DATA_FILES = []
if sys.platform == "win32":
df = (...