[plt-scheme] Build Error
On Jan 19, 2007, at 10:55 PM, Eli Barzilay wrote:
> On Jan 19, Brent Fulgham wrote:
>> I'm getting a build error with tonight's SVN pull. Is this a known
>> issue? (And how can I work around it -- I no longer can launch
>> DrScheme!)?
>
> Looks like you had a problem building the Starter.app earlier. Do a
> full build (preferably from a completely clean directory) and search
> through the output for "Starter.app".
That doesn't reveal too much to me. It seems to be creating the
necessary directories and so forth:
======================================================================
Creating directory: /Users/brent/Projects/plt/plt/src/mred/gc2/../
Starter.app/Contents
Creating directory: /Users/brent/Projects/plt/plt/src/mred/gc2/../
Starter.app/Contents/MacOS
Creating directory: /Users/brent/Projects/plt/plt/src/mred/gc2/../
Starter.app/Contents/Resources
writing file /Users/brent/Projects/plt/plt/src/mred/gc2/../
Starter.app/Contents/PkgInfo
writing file /Users/brent/Projects/plt/plt/src/mred/gc2/../
Starter.app/Contents/Info.plist
[...]
mkdir -p "/Library/Frameworks"
cd ..; rm -rf /Applications/plt/collects/launcher/Starter.app
mkdir -p /Applications/plt/collects/launcher
cd ..; cp -r mred/Starter.app /Applications/plt/collects/launcher/.
[...]
setup-plt: in /Applications/plt/collects/xml/
setup-plt: Installing MrEd launcher /Applications/plt/DrScheme.app
copy-file: source file does not exist; cannot copy: /Applications/plt/
collects/launcher/Starter.app/Contents/PkgInfo to: /Applications/plt/
DrScheme.app/Contents/PkgInfo
======================================================================
I configured this time with "--enable-libfw". I'm trying with all
default values to see what happens.
-Brent