[pylucene-dev] Clock skew detected
Ram Peters
rampeters at gmail.com
Fri Feb 23 15:07:22 PST 2007
I am getting the following error, I am not sure what that means. Any
help is appreciated. Thank you:
strip release/_PyLucene.so
build of release/_PyLucene.so complete
make: warning: Clock skew detected. Your build may be incomplete.
I am Running the following:
Python 2.4.2
gcc-3.4.4
PyLucene MakeFile settings:
# Linux (with gcc 3.4.4 and libgcj statically linked)
#PREFIX=/usr/local
PREFIX=/usr
PREFIX_PYTHON=$(PREFIX)
LIBDIR_NAME=lib
GCJ_HOME=/usr/local/gcc-3.4.4
GCJ_LIBDIR=$(GCJ_HOME)/$(LIBDIR_NAME)
GCJ_STATIC=1
LIB_INSTALL=libstdc++.so.6 libgcc_s.so.1
#DB=$(PYLUCENE)/db-$(DB_VER)
#PREFIX_DB=$(PREFIX)/BerkeleyDB.$(DB_LIB_VER)
ANT=ant
#PYTHON=$(PREFIX_PYTHON)/bin/python
PYTHON=$(PREFIX_PYTHON)/bin/python2.4
More information about the pylucene-dev
mailing list