#466 closed defect (fixed)
csc -gui broken (OS X)
Reported by: | ddp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | compiler | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
It looks like "-gui" got broken somewhere along the line on OS X:
% csc -gui c-forge.scm
i686-apple-darwin10-gcc-4.2.1: /usr/local/share/chicken/chicken.rc.o: No such file or directory
Error: shell command terminated with non-zero exit status 256: gcc c-forge.o /usr/local/share/chicken/chicken.rc.o -o c-forge -m64 -L"/usr/local/lib" -lchicken -lm
Looking at defaults.make and rules.make the mac.r and CHICKEN.icns are where they're supposed to be (I think) but csc is going after the Windows .rc resource file instead.
Note: See
TracTickets for help on using
tickets.
Ugh - indeed. A fix will be committed to "experimental" shorty.
Thanks for the report.