(in /Users/steve/Developer/Cappuccino/cappuccino/Foundation)
Compiling [ObjJ] CPArray+KVO.j...
As another question, I notice that the compile messages seem to have
IE7 and IE8 specific versions. Is compatibility between browsers
really so bad? I assume yes. :)
Thanks,
Steve.
A workaround for now seems to be compiling without the jsc engine. You
can do most of it with jsc, get past the sticking point without, then
turn jsc back on.
Yep, back to stuck for me too:
(in /Users/steve/Developer/Cappuccino/cappuccino/Foundation)
Compiling [ObjJ] CPArray+KVO.j...
<pauses forever>
You'll need to run bootstrap.sh again.
> InternalError: Can't find method java.io.BufferedWriter.write
> (string,object). (/usr/local/narwhal/engines/rhino/lib/io-
If you're on 10.5, sudo -E doesn't work either, so try this:
sudo bash -c "source ~/.bash_profile; ./bootstrap.sh"
sudo bash -c "source ~/.bash_profile; jake install"
That will take you back to being stuck at CPArray+KVO. I have noticed
that it seems to get through compiling that file (earlier in the
process), so it's the building part of it that is a problem.
I'm trying to come up to speed on narwhal to be able to figure this
problem out. It's a great platform, almost makes me want to program in
native Javascript! Almost. :)
I answered earlier that if you're on 10.5, sudo -E doesn't work
either, so try this:
sudo bash -c "source ~/.bash_profile; ./bootstrap.sh"
sudo bash -c "source ~/.bash_profile; jake install"