[plt-scheme] Building Distribution Bundle with Framework on Win32 problems

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Nov 12 15:32:15 EST 2008

Sorry --- that's a bug in 4.1.2 that has been fixed for the next
release.

You may want to try out the nightly build:

  http://pre.plt-scheme.org/installers/


Matthew

At Wed, 12 Nov 2008 15:26:36 -0500, "Christopher Bowron" wrote:
> I was trying to build my app into a distributable bundle and was getting
> errors.  So I tried simplifying into something that still gets the errors.
> 
> When I try to build an app that contains Framework, I get the following
> error: (Scheme->Create Executable: Distribution / MrEd)
> 
> "collection-path: collection not found: "main.ss" in any of:
> (#<path:C:\Documents and Settings\c.bowron\Application Data\PLT
> Scheme\4.1.2\collects> #<path:C:\Program Files\PLT\collects>)
> 
>  === context ===
> C:\Program Files\PLT\collects\compiler\embed-unit.ss:804:60
> C:\Program Files\PLT\collects\compiler\embed-unit.ss:703:4:
> do-write-module-bundle"
> 
> on Windows XP, using Version 4.1.2
> 
> This is the program, and it works if I just run it:
> ------------------------------------
> #lang scheme/gui
> 
> (require framework)
> 
> (let ((f (new frame:basic% (label "Hello World") (parent #f) (width 320)
> (height 200))))
>   (send f show #t))
> 
> -- 
> Christopher W. Bowron <chris at bowron.us>
> [ Nothing is exciting if you know what the outcome will be ]
>    - Joseph Campbell
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.