[MacRuby-devel] Invitation to connect on LinkedIn

2011-05-18 Thread Stéphane Wirtel
LinkedIn MacRuby, I'd like to add you to my professional network on LinkedIn. - Stéphane Stéphane Wirtel Software Engineer & Support Manager at OpenERP S.A. Charleroi Area, Belgium Confirm that you know Stéphane Wirtel https://www.linkedin.com/e/-yahmtx-gnu7rmg3-6b/isd/292019

[MacRuby-devel] macruby_deploy and nokogiri - LoadError on some mac

2011-05-18 Thread Francis Chong
Hi I tried to use macruby_deploy to embed my macruby based mac app with gems (/usr/local/bin/macruby_deploy --compile --embed --gem nokogiri) The resulting app run fine on my machine. However, on many of our testers, the app failed with "LoadError". It seems nokogiri depends on a libiconv with

Re: [MacRuby-devel] macruby_deploy and nokogiri - LoadError on some mac

2011-05-18 Thread Eloy Duran
Hi, It seems that the nokogiri gem that you are bundling has been compiled against a iconv installation in /opt/local (macports|homebrew). Some users probably have it as well which is why they wouldn't complain, but people with a default osx installation don't. Here's what it does on my system,

Re: [MacRuby-devel] macruby_deploy and nokogiri - LoadError on some mac

2011-05-18 Thread Laurent Sansonetti
Good catch! It looks like we could improve macruby_deploy to warn (or die?) if of the embedded binaries link against something in /opt (or better, in anything but the default link paths). That would make sure this problem would not happen again. Laurent On May 18, 2011, at 9:06 AM, Eloy Duran

Re: [MacRuby-devel] macruby_deploy and nokogiri - LoadError on some mac

2011-05-18 Thread Laurent Sansonetti
http://www.macruby.org/trac/ticket/1286 Laurent On May 18, 2011, at 1:57 PM, Laurent Sansonetti wrote: > Good catch! > > It looks like we could improve macruby_deploy to warn (or die?) if of the > embedded binaries link against something in /opt (or better, in anything but > the default link

[MacRuby-devel] Asking Apple for Syntax Highlighting

2011-05-18 Thread Alec Sloman
A follow up to my earlier thread re: syntax highlighting in XCode 4. I just submitted a feature request with Apple, but subsequently noticed that Matt Aimoneti had posted something similar in the Apple Dev. Forums and he was advised to do the same thing (submit via their bug reporter), by Apple, tw

Re: [MacRuby-devel] Asking Apple for Syntax Highlighting

2011-05-18 Thread Matt Aimonetti
I checked my open bugs and I don't see one for this. Even if someone else filed the bug, it's always good for Apple to see that more that one person cares about a given fix/feature. Thanks, - Matt On Wed, May 18, 2011 at 10:14 PM, Alec Sloman wrote: > A follow up to my earlier thread re: synta

Re: [MacRuby-devel] Asking Apple for Syntax Highlighting

2011-05-18 Thread Vincent Isambart
Hi, > I am curious if anything ever came of that? I don't want to annoy them with > duplicated requests :P >From what I understand, having duplicates (coming from different people) is the only way to increase the priority for Apple to fix the problem. _