Re: [MacRuby-devel] BridgeSupport stack overflow

2012-02-24 Thread Kevin Colyar
Were you able to find a solution for this? I'm having the same issue... including --bs flag and getting Abort Trap on OSX 10.6 -- Kevin Colyar http://kevin.colyar.net ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macos

Re: [MacRuby-devel] BridgeSupport stack overflow

2011-03-03 Thread Martin Hawkins
Just to confirm; I have created a 'Do Nothing' MacRuby app from scratch (which literally does nothing except show the vanilla window). Built with the --bs option added to the embed script, this runs ok on 10.6.6 and crashes in the same way as described above on 10.6. I tried removing files from th

[MacRuby-devel] BridgeSupport stack overflow

2011-02-28 Thread Martin Hawkins
I have an application that needs to access some constants - KeyDirectObject from AppleEvents.h, requiring AE.bridgesupport; and KInternetEventClass and KAEGetURL from InternetConfig.h, requiring HIServices.bridgesupport. I had to upgrade to the BridgeSupport Preview 3 for the constants to be 'seen'