From: Peter Cooper Date: 2007-09-04T06:09:49+09:00 Subject: Re: ruby-serialport on OS X? On 9/3/07, Giles Bowkett wrote: > Another update: Tried adding a blank create method - figured the > private_class_method call might be trying to hit something defined in > C. No dice: Don't edit .bundle files. It won't achieve anything and just give you nasty errors (as you've found) :) It's /sort of/ the equivalent of .so files like you'd find on Linux, so any code in there is basically just debugging stuff. I can't really help though. I use ruby-serialport for interacting with a GPRS / SMS modem and it compiled fine. I had to change the references to /dev/ttyS etc to the device names of my modem, but it all went okay. This was on PowerPC at the time though.. I haven't tried on Intel since. Cheers, Peter Cooper http://www.petercooper.co.uk/