I wasn't sure which file to post since I was doing (require :cocoa-application) from Terminal. To make sure I wasn't picking up any extra settings, I started with ./dx86cl64 -n.<br><br>However, it seems to have been some cruft somewhere in the image (maybe?). I checked out a fresh copy of darwinx86 and it is building the app now.<br>
<br>Sorry for the noise,<br>Chris.<br><br><br><div class="gmail_quote">On Mon, Sep 20, 2010 at 10:46 AM, Robert Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 9/20/10 Sep 20 -10:30 AM, Chris Van Dusen wrote:<br>
> When I first saw the error, my first thought was the recent thread about<br>
> ASDF being on a different thread, but I don't know enough about such<br>
> things to comment with anything that even resembles feigned<br>
> knowledge/insight.<br>
<br>
</div>This really looks like ASDF either not being loaded properly, or<br>
easygui.asd being buggy. Two possibilities:<br>
<br>
Whatever package easygui.asd is written in is not properly importing<br>
find-system from the ASDF package. If you need help with this, you<br>
should post the contents of that file.<br>
<br>
A backtrace would be very helpful; I don't have any way to tell what is<br>
causing easygui.asd to be loaded. If it's being loaded by<br>
ASDF:LOAD-SYSTEM (or ASDF:OOS) then we know that ASDF is properly loaded<br>
and there's something wrong with easygui.asd. If it's being loaded "by<br>
hand" (e.g., somebody in xinspector.lisp calls (load "easygui.asd")),<br>
then all bets are off....<br>
<div class="im"><br>
r<br>
<br>
><br>
> Chris.<br>
><br>
> On Mon, Sep 20, 2010 at 9:58 AM, Robert P. Goldman <<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a><br>
</div><div class="im">> <mailto:<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a>>> wrote:<br>
><br>
> This looks like it might be a package error. Calling FIND-SYSTEM not<br>
> in the ASDF package perhaps?<br>
><br>
> "Chris Van Dusen" <<a href="mailto:cavandusen@gmail.com">cavandusen@gmail.com</a><br>
</div><div><div></div><div class="h5">> <mailto:<a href="mailto:cavandusen@gmail.com">cavandusen@gmail.com</a>>> wrote:<br>
><br>
> >That fixed it. However, I'm now getting the following when the App is<br>
> >opened:<br>
> ><br>
> >;Loading<br>
> #P"/Users/cvandusen/bin/ccl/cocoa-ide/fasls/xinspector.dx64fsl"...<br>
> >> Error: Undefined function FIND-SYSTEM called with arguments<br>
> (:COCOA.ASD) .<br>
> >> While executing: #<Anonymous Function #x3020022185FF>, in process<br>
> >listener(1).<br>
> >> Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available<br>
> >restarts.<br>
> >> If continued: Retry applying FIND-SYSTEM to (:COCOA.ASD).<br>
> >> Type :? for other options.<br>
> >> Type (:C <n>) to invoke one of the following restarts:<br>
> >0. Return to break level 1.<br>
> >1. #<RESTART CCL:ABORT-BREAK #x252953D><br>
> >2. Retry applying FIND-SYSTEM to (:COCOA.ASD).<br>
> >3. Apply specified function to (:COCOA.ASD) this time.<br>
> >4. Specify a function to use as the definition of FIND-SYSTEM.<br>
> >5. Retry loading<br>
> >#P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui/easygui.asd"<br>
> >6. Skip loading<br>
> >#P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui/easygui.asd"<br>
> >7. Load other file instead of<br>
> >#P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui/easygui.asd"<br>
> >8. Retry loading #P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui"<br>
> >9. Skip loading #P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui"<br>
> >10. Load other file instead of<br>
> >#P"/Users/cvandusen/bin/ccl/examples/cocoa/easygui"<br>
> >11. Retry loading<br>
> >#P"/Users/cvandusen/bin/ccl/cocoa-ide/cocoa-application.lisp"<br>
> >12. Skip loading<br>
> >#P"/Users/cvandusen/bin/ccl/cocoa-ide/cocoa-application.lisp"<br>
> >13. Load other file instead of<br>
> >#P"/Users/cvandusen/bin/ccl/cocoa-ide/cocoa-application.lisp"<br>
> >14. Return to toplevel.<br>
> >15. #<RESTART CCL:ABORT-BREAK #x252A63D><br>
> >16. Reset this thread<br>
> >17. Kill this thread<br>
> >1 ><br>
> ><br>
> >Any idea as to what is causing that?<br>
> ><br>
> >Thanks again,<br>
> >Chris.<br>
> ><br>
> >On Mon, Sep 20, 2010 at 9:23 AM, Gary Byers <<a href="mailto:gb@clozure.com">gb@clozure.com</a><br>
</div></div><div><div></div><div class="h5">> <mailto:<a href="mailto:gb@clozure.com">gb@clozure.com</a>>> wrote:<br>
> ><br>
> >> Sorry; should be fixed now (in r14290).<br>
> >><br>
> >><br>
> >> On Mon, 20 Sep 2010, Chris Van Dusen wrote:<br>
> >><br>
> >> Hi,<br>
> >>><br>
> >>> I updated trunk of CCL this morning and after running<br>
> (rebuild-ccl :full<br>
> >>> t), quitting and starting again (via dx86cl64) I did<br>
> >>> the following:<br>
> >>><br>
> >>> Welcome to Clozure Common Lisp Version 1.6-dev-r14289M-trunk<br>
> >>> (DarwinX8664)!<br>
> >>> ? (require :cocoa-application)<br>
> >>><br>
> >>> The app is started, but the following appears in Terminal:<br>
> >>><br>
> >>> ;Compiling "/Users/cvandusen/bin/ccl/cocoa-ide/xinspector.lisp"...<br>
> >>> ;Loading<br>
> >>><br>
> #P"/Users/cvandusen/bin/ccl/cocoa-ide/fasls/xinspector.dx64fsl"...Unhandled<br>
> >>> exception 10 at 0x3000000a9a47,<br>
> >>> context->regs at #x7fff5fbfd770<br>
> >>> received signal 10; faulting address: 0x200ff8<br>
> >>> non-existent physical address? for help<br>
> >>> [19200] Clozure CL kernel debugger:<br>
> >>><br>
> >>> If there is any more info I can provide, just let me know.<br>
> >>><br>
> >>> Thanks,<br>
> >>> Chris.<br>
> >>><br>
> >>><br>
> >_______________________________________________<br>
> >Openmcl-devel mailing list<br>
</div></div>> ><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a> <mailto:<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a>><br>
<div><div></div><div class="h5">> ><a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
><br>
> --<br>
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.<br>
><br>
><br>
<br>
</div></div></blockquote></div><br>