On Wed, 19 Sep 2012, Mohamed Lrhazi wrote:
just to clarify, I did not think I needed to change anything to the
Makefile. Making the changes I mention or not, seem to behave exactly
the same.
You must make changes to the Makefile to remove the comments for the section
that corresponds to the variables for your OS. A sort of manual 'configure'
step.
Andi..
Thanks,
Mohamed.
On Wed, Sep 19, 2012 at 1:46 PM, Mohamed Lrhazi <ml...@georgetown.edu> wrote:
On Wed, Sep 19, 2012 at 12:40 PM, Andi Vajda <va...@apache.org> wrote:
Did you follow the instructions at the top of the Makefile ?
# Steps to build
# 1. Edit the sections below as documented
# 2. Edit the JARS variable to add optional contrib modules not defaulted
# 3. make
# 4. make install
I set the var section to:
ANT=/opt/ant/bin/ant
JAVA_HOME=/usr/java/jdk1.6.0_29
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON) -m jcc --shared
NUM_FILES=4
and have no need for changing JARS variable, I dont think.
make clean
make
results in the same jar error!
Thanks a lot,
Mohamed.