[plt-scheme] 4.0.2 on OS X 10.3.9
I reported this previously as bug 9549, for version 4.0.1:
http://bugs.plt-scheme.org/query/?cmd=view&pr=9549
It works when built from source on the same system, so it's probably a
matter of compatibility between Mac OS 10.3.9 and whatever the release
was built on (10.4.something, I believe). You should be able to build
it from source as a workaround, if you have the developer tools
installed; meanwhile, I'll see if someone can whip up a
10.3.9-compatible version of the release.
--Carl
On Tue, Aug 5, 2008 at 10:45 PM, David T. Pierson <dtp at mindstory.com> wrote:
> Hi,
>
> The download page for 4.0.2 says:
>
> System Requirements: ... Mac OS X (10.3 and up)
>
> I am trying to use 4.0.2 on a PowerPC Mac running OS X 10.3.9. The GUI
> apps like DrScheme don't come up when launched (no windows, no error
> messages, nothing). The command-line tools give me an error like this:
>
> $ /Applications/PLT\ Scheme\ v4.0.2/bin/mzscheme
> dyld: /Applications/PLT Scheme v4.0.2/bin/mzscheme Undefined symbols:
> PLT_MzScheme undefined reference to ___stderrp expected to be defined in /usr/lib/libSystem.B.dylib
> Trace/BPT trap
>
> Is 10.3 really supported? Any suggestions?
>
> Thanks.
>
> David