Hi folks, so far installing Xcode SDK 10.4u made it possible to install Device::SerialPort. I got my software running - using CitrusPerl! Packaging went nicley using CavaPackager!
Thanks to Mark and the team (if there is one) - I can do my presentation :-) on monday. Alexander Am 20.01.2012 um 05:54 schrieb Mark Dootson: > Hi, > > I tested a fresh install of CitrusPerl and can compile Device::SerialPort > with no problem. Both Unversal and intel only builds seem OK. > > So, to fix your issue: > > You are using a u32 (Universal ppc and i386) version of CitrusPerl on Mac OSX > 10.6.8 - Snow Leopard. > > You must ensure that the Xcode SDK 10.4u is installed. This is an optional > install when you install XCode. It is available on your installation CD's. > > Alternatively, if you are not interested in having ppc compatibility, use an > i32 (intel only) version of CitrusPerl instead which doesn't require this SDK. > > I suspect either option will solve your Device::SerialPort compilation > problem. > > With regard to your original Macports + XRC issue, I'm not an XRC user so I'm > unable to offer any immediate answers. I'll certainly test out your code > samples when I have the opportunity and see if I can pinpoint the problem. > > Regards > > Mark