[pylucene-dev] Build on solaris
Zhang, Zhishuang
zhangz2 at wharton.upenn.edu
Mon Jul 3 07:32:45 PDT 2006
Hi,
I got a message below, and don't what to do. Anyone saw this message before?
>make
mkdir -p release/classes
cd lucene-java-2.0.0-417135; patch -Nup1 < ../patches.lucene; echo ok
Looks like a unified context diff.
File to patch: patches.lucene
No file found -- skip this patch? [no]
File to patch:
Here is the snippet of my Makefile:
PREFIX=/usr/local
PREFIX_PYTHON=$(PREFIX)
GCJ_HOME=/usr/local
GCJ_LIBDIR=$(GCJ_HOME)/lib
GCJ_STATIC=0
LIB_INSTALL=
#DB=$(PYLUCENE)/db-$(DB_VER)
PREFIX_DB=$(PREFIX)/BerkeleyDB.$(DB_LIB_VER)
CC=$(GCJ_HOME)/bin/gcc41
CXX=$(GCJ_HOME)/bin/g++41
JCC=$(GCJ_HOME)/bin/gcj41
JCCH=$(GCJ_HOME)/bin/gcjh41
More information about the pylucene-dev
mailing list