Hi, I just tried to build ChucK on my MacBook Pro. It did not build. Is there some executable out there for intel macs? Or a tweak to the source or the build process? Thanks, Eric -- "Tyranny is tyranny, let it come from whom it may." -- Revolutionary conscripts, 1776
Hi Eric, We haven't gotten around to supporting ChucK on MacBook Pro's, but we hope to. If you can copy/paste the error messages during compilation, we will see if there is a quick way to fix it now. We hope to formally support chuck on Intel Mac's starting in 1.2.0.6. Thanks! Ge! On Fri, 31 Mar 2006, Eric Gilbert wrote:
Hi,
I just tried to build ChucK on my MacBook Pro. It did not build. Is there some executable out there for intel macs? Or a tweak to the source or the build process?
Thanks, Eric
-- "Tyranny is tyranny, let it come from whom it may." -- Revolutionary conscripts, 1776
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
When does 1.2.0.6 come out? Has anyone tried running ChucK under translation on an Intel Mac? ----- from make osx with latest chuck from website ---- /var/tmp//ccfsAgZJ.s:20471:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20472:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20496:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20497:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20576:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20577:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20601:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20602:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20711:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20712:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20842:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20843:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21000:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21001:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21057:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21058:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21115:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21116:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21174:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21175:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21235:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21236:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21294:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21295:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21360:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21361:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21423:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21424:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21484:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21485:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21551:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21552:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21618:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21619:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:21679:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:21680:no such 386 instruction: `stfd' ... and on and on and on Eric On Mar 31, 2006, at 4:14 PM, Ge Wang wrote:
Hi Eric,
We haven't gotten around to supporting ChucK on MacBook Pro's, but we hope to. If you can copy/paste the error messages during compilation, we will see if there is a quick way to fix it now. We hope to formally support chuck on Intel Mac's starting in 1.2.0.6.
Thanks!
Ge!
On Fri, 31 Mar 2006, Eric Gilbert wrote:
Hi,
I just tried to build ChucK on my MacBook Pro. It did not build. Is there some executable out there for intel macs? Or a tweak to the source or the build process?
Thanks, Eric
-- "Tyranny is tyranny, let it come from whom it may." -- Revolutionary conscripts, 1776
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
When does 1.2.0.6 come out?
It depends on the features that gets implemented. We are focusing on garbage collection and string manipulation. If we can get a significant feature done before both of those, there could be an intermediate release.
----- from make osx with latest chuck from website ---- /var/tmp//ccfsAgZJ.s:20471:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20472:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20496:no such 386 instruction: `fctiw' /var/tmp//ccfsAgZJ.s:20497:no such 386 instruction: `stfd' /var/tmp//ccfsAgZJ.s:20576:no such 386 instruction: `fctiw'
Hmm. I think we need a bit more information than that... This looks like errors in some assembly stubs somewhere, but is it the beginning of the error? If you can track down the beginning that would be most helpful. We don't have any intel macs around yet, so it's a bit hard to test... Best, Ge!
participants (2)
-
Eric Gilbert
-
Ge Wang