Hi,
I'm trying to install viper_full_20060131 on fedora.
During the step 2, for the perl config.pl instruction, i have this in
return:
: command not foundline 4:
'/combine-jars.sh: line 6: syntax error near unexpected token `do
'/combine-jars.sh: line 6: `do
Trying with the make all instruction :
. ./viper-cfg.sh; \
for f in api pe chronicle jmpeg apploader gt ; \
do \
cd $f; \
make all; \
for j in bin/*.jar ; \
do \
CLASSPATH=`"/usr/bin/perl" "${VIPER_ROOT}/scripts/addPath.pl"
"CLASSPATH" "${VIPER_ROOT}/$f/$j"` ; \
done ; \
cd .. ; \
done
: command not foundiper/viper-full-20060131/gt/ViPER-gt-cfg.sh: line
4:
: command not foundiper/viper-full-20060131/gt/ViPER-gt-cfg.sh: line
9:
: invalid optionh/Viper/viper-full-20060131/gt/ViPER-gt-cfg.sh: line
13: set: -
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
make: *** [all] Error 2
Can somebody help me?
thx