From: Laurent S. <lsa...@ap...> - 2007-10-30 13:29:35
|
Hi Rod, I never tried doing this, which is a shame, but I would start like this: 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the new builded RubyCocoa 3) embed the new builded RubyCocoa in your app You might also want to embed libruby too. There will be a problem with the threading support, which is different in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same binary (we use preprocessor macros to isolate the non-required code), we need to fix this so that at runtime RubyCocoa can activate the right code path according to the system version. Laurent On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: > Is it possible to build a standalone RubyCocoa app on Leopard and have > it run in Tiger? In other words, does the RubyCocoa framework support > 10.4? > > Thanks, > > Rod > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |