No love from Arduino on my Powerbook G3/500 (what, you wanna buy me a macbook? (actually, it sounds like I don't want one: Thermal Greasy: Apple Sics Lawyers on Something Awful) )
Here's the crash log. Anyone else have this problem?
Host Name: MDn
Date/Time: 2006-05-07 15:12:26 -0700
OS Version: 10.3.8 (Build 7U16)
Report Version: 2
Command: Arduino
Path: /Applications/arduino-0004/Arduino 04.app/Contents/MacOS/Arduino
Version: ??? (0.0.1d1)
PID: 619
Thread: Unknown
Link (dyld) error:
dyld: /Applications/arduino-0004/Arduino 04.app/Contents/MacOS/Arduino Undefined symbols:
/Applications/arduino-0004/librxtxSerial.jnilib undefined reference to _printf$LDBL128 expected to be defined in /usr/lib/libSystem.B.dylib
Gabe
Did you run "macosx_setup.command" ?
You'll need to upgrade to 10.3.9, as (apparently) lots of system libraries changed in that update. I'll add that requirement to the documentation.
Hmm, I've got a set of reasons for having not upgraded to 10.3.9 yet and I'm hoping to keep holding out. I'll try sticking in the 10.3.9 /usr/lib/libSystem.B.dylib ? This has worked in other apps that require 10.3.9.
thanks,
Gabe
It's worth a shot.
If that doesn't work, and you have the developer tools installed, you could try building Arduino from source. Check out the code from subversion: https://developer.berlios.de/svn/?group_id=3590 and open the Xcode project in build/macosx. Set the active target to App and it should build and run.
Aside from regular serial buffer overflows, Arduino 0004 is working fine since I stuck in that 10.3.9 dylib.
Gabe