Tomato-RAF
Tomato-RAF copied to clipboard
Cannot compile tomato RAF (hard coded paths)?
I followed the instructions (running on Ubunti 14.10 64bit) and when i do make distclean, i get the following (shows a hard coded path reference)
make[3]: Leaving directory /home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/nocat/src' Making clean in . make[3]: Entering directory
/home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/nocat'
test -z "nocat.conf" || rm -f nocat.conf
make[3]: Leaving directory /home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/nocat' make[2]: Leaving directory
/home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/nocat'
make -C siproxd clean
make[2]: Entering directory /home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/siproxd' CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/vicente/tomato/release/src/router/siproxd/scripts/missing aclocal-1.14 /bin/sh: /home/vicente/tomato/release/src/router/siproxd/scripts/missing: No such file or directory make[2]: *** [aclocal.m4] Error 127 make[2]: Leaving directory
/home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router/siproxd'
make[1]: *** [siproxd-clean] Error 2
make[1]: Leaving directory `/home/softcoder/Code/tomatoraf/Tomato-RAF/release/src/router'
make: *** [clean] Error 2
softcoder@softcoder-linux:~/Code/tomatoraf/Tomato-RAF/release/src-rt$