[plt-scheme] "ill-formed code" in exp-tagged build?
On Feb 19, 2005, at 8:05 PM, Matthew Flatt wrote:
> At Sat, 19 Feb 2005 18:59:46 -0500, Stevie Strickland wrote:
>> I also have the following problems:
>>
>> a) CVS update trying to update the include/ directory (and failing)
>> despite it not being listed in CVS/Entries
>> b) collects/ and collects/launcher/ not being created before
>> plt-setup
>> starts trying to move items into the latter
>>
>> Trashing the repository and getting it anew doesn't help in either
>> case, and I'm seeing them on both my laptop and desktop (both running
>> Mac OS X). Has anyone else seen these issues before, and if so any
>> ideas on what's causing them?
>
> Yes: cvs 1.10, which is the one usually installed for OS X.
>
> The problem goes away with cvs 1.11.
Okay, great -- I've just downloaded and installed the latest CVS stable
release and a) is now a nonissue.
However, I'm still seeing b) when I do not have a previous DrScheme
installation (in my case I'm installing into $HOME/plt.exp) as the
following shows:
------------------------------------------------------------------------
------
cd ..; rm -rf /Users/sstrickl/plt.exp/collects/launcher/Starter.app
cd ..; rm -rf /Users/sstrickl/plt.exp/MrEd.app
cd ..; cp -r mred/MrEd.app /Users/sstrickl/plt.exp/.
cp PLT_MrEd.framework/Versions/299.32/PLT_MrEd
/Users/sstrickl/Library/Frameworks/PLT_MrEd.framework/Versions/299.32/
PLT_MrEd
cp -r PLT_MrEd.framework/Versions/299.32/Resources
/Users/sstrickl/Library/Frameworks/PLT_MrEd.framework/Versions/299.32/
Resources
ln -s Versions/299.32/PLT_MrEd
/Users/sstrickl/Library/Frameworks/PLT_MrEd.framework/
ln -s Versions/299.32/Resources
/Users/sstrickl/Library/Frameworks/PLT_MrEd.framework/
cd ..; cp -r mred/Starter.app
/Users/sstrickl/plt.exp/collects/launcher/.
cp: /Users/sstrickl/plt.exp/collects/launcher/.: No such file or
directory
make[4]: *** [install_wx_mac] Error 1
make[3]: *** [install] Error 2
make[2]: *** [mrinstall] Error 2
make[1]: *** [install-normal] Error 2
make: *** [install] Error 2
------------------------------------------------------------------------
------
Any ideas?
Thanks,
Stevie