Displaying 2 results from an estimated 2 matches for "lxapianqueryparser".
Did you mean:
xapianqueryparser
2005 Mar 28
4
Problem with bindings and MinGW
...on['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 = (
"%(xapianbase)s/bin/libxapianqueryparser-5....
2005 Mar 28
4
Problem with bindings and MinGW
...on['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 = (
"%(xapianbase)s/bin/libxapianqueryparser-5....