Hi,
I've :
1/ emptied my objj_build folder
2/ removed my CAPP_BUILD env variable
3/ run sudo sh install-tools :
--
sudo sh install-tools
Successfully installed objective-j-0.7.0
1 gem installed
Installing ri documentation for objective-j-0.7.0...
Installing RDoc documentation for objective-j-0.7.0...
Cappuccino Tools Installed
--
4/ run capp gen hello-0.7 and get this error :
Can't find executable for rhino
'which capp' gives :
/usr/local/bin/capp
Here is the list of the installed binaries :
ls /usr/local/bin/ | grep objj
lrwxr-xr-x 1 root wheel 30 May 20 09:14 bake ->
/usr/local/share/objj/bin/bake
lrwxr-xr-x 1 root wheel 31 May 20 09:14 blend ->
/usr/local/share/objj/bin/blend
lrwxr-xr-x 1 root wheel 30 May 20 09:14 capp ->
/usr/local/share/objj/bin/capp
lrwxr-xr-x 1 root wheel 33 May 20 09:14 narwhal ->
/usr/local/share/objj/bin/narwhal
lrwxr-xr-x 1 root wheel 33 May 20 09:14 nib2cib ->
/usr/local/share/objj/bin/nib2cib
lrwxr-xr-x 1 root wheel 30 May 20 09:14 objj ->
/usr/local/share/objj/bin/objj
lrwxr-xr-x 1 root wheel 31 May 20 09:14 objjc ->
/usr/local/share/objj/bin/objjc
lrwxr-xr-x 1 root wheel 32 May 20 09:14 ojtest ->
/usr/local/share/objj/bin/ojtest
lrwxr-xr-x 1 root wheel 32 May 20 09:14 plutil ->
/usr/local/share/objj/bin/plutil
lrwxr-xr-x 1 root wheel 31 May 20 09:14 press ->
/usr/local/share/objj/bin/press
And here is my path :
echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:~/Applications/bin:/usr/local/mysql/bin:/bin
I don't understand the problem.