Contrary to my previous reports, I'm still not able to build cappuccino.
bootstrap.sh asks me whether I want to install JSC and claims it's optional -- if I choose not to install it, building cappuccino fails, however (narwahl-jsc missing).
When I *do* choose to include JSC in bootstrap.sh, I get the following error:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../src -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -arch ppc -c tc1.c
make[3]: *** No rule to make target `../src/libedit.la', needed by `tc1'. Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [deps/libedit-20100424-3.0/src/.libs/libedit.dylib] Error 2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
WARNING: building narwhal-jsc failed. Hit enter to continue.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Before building Cappuccino we recommend you set the $CAPP_BUILD environment variable to a path where you wish to build Cappuccino.
NOTE: If you have previously set $CAPP_BUILD and built Cappuccino you may want to delete the directory before rebuilding.
================================================================================
Bootstrapping of Narwhal and other required tools is complete.
NOTE: any changes made to the shell configuration files won't take place until you restart the shell.
Any pointers as to what I could try now?
Thanks in advance
Leif
Similarly I could never get bootstrap.sh to install jsc. Therefore I just defined rhino as the narwhal engine in my ~/.bash_profile
I am still waiting for a fix to come up for that issue btw, as rhino is quite slow.
Nicolas
Sent from my iPhone
> --
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To post to this group, send email to objec...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej?hl=en.
>
Thanks!
Leif
In the future perhaps try just removing the MacPorts bin directory (/opt/local/bin?) from your PATH environment variable. I'd be interested to know if that works.