2 Jun 23:06
Re: can't build on osx
From: Michael Roberts <mike@...>
Subject: Re: can't build on osx
Newsgroups: gmane.comp.lang.smalltalk.fonc
Date: 2008-06-02 21:06:09 GMT
Subject: Re: can't build on osx
Newsgroups: gmane.comp.lang.smalltalk.fonc
Date: 2008-06-02 21:06:09 GMT
Do you have the latest XCode? I don't know if that's relevant. If I check out the repository fresh, in trunk/obect 'make boot' fails. However, cd gc-7.0 ./configure then make boot seems to work. (Not very scientific). Then I can make stage1 make stage2 make test2 etc does that help? Mike On Sun, Jun 1, 2008 at 5:00 AM, Dethe Elza <delza@...> wrote: > On 27-May-08, at 1:39 PM, Michael Roberts wrote: > >> sorry for replying to my own post >> >> I think from trunk/object >> make config GCDIR=gc-7.0 >> >> then make as normal. (I had to do a distclean) >> >> cheers, >> Mike > > I've tried this, but I was getting a different error: > > ../boot/idc -B../boot/ -O -k -c _object.st -o ../stage1/_object.o > ../boot/idc: line 242: ../boot/idc1: No such file or directory > make[1]: *** [../stage1/_object.o] Error 127 > idc > /bin/sh -ec 'cp -p ../gc-7.0/.libs/libgc.a ../stage1/gc.a' > cp: ../gc-7.0/.libs/libgc.a: No such file or directory > make[1]: [../stage1/gc.a] Error 1 (ignored) > ../boot/idc -B../boot/ -O -I../st80 -k -c ArgumentVariableNode.st -o > ../stage1/ArgumentVariableNode.o > ../boot/idc: line 242: ../boot/idc1: No such file or directory > make[1]: *** [../stage1/ArgumentVariableNode.o] Error 127 > make: *** [stage1] Error 2 > > I'm running OS X r10.5.2, tried on both an iMac and a MacBook. Trying to > build from trunk. Any suggestions? > > --Dethe > > _______________________________________________ > fonc mailing list > fonc@... > http://vpri.org/mailman/listinfo/fonc >
RSS Feed