This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132567 - Cygwin ruby interpreter support doesn't work
Summary: Cygwin ruby interpreter support doesn't work
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 18:47 UTC by pgbossi
Modified: 2011-01-28 20:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pgbossi 2008-04-10 18:47:51 UTC
Basic cygwin ruby support doesn't work. For example, by default a plain hello world example fails to execute, giving error:
/usr/bin/ruby: no such file to load -- C:\Program Files\NetBeans 6.1 Beta\ruby2\sync-stdio.rb (LoadError)

If NB is started without output synchronization it fails to manage gems that have been installed in cygwin:
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require': no such file to load -- rbtree
(LoadError)
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
        from C:/Documents and Settings/xxxx/My Documents/NetBeansProjects/xxxx/lib/cygwin_test.rb:4

This has happened with NB 6.1 Beta (Build 200803050202) on Win XP with JDK 1.5.0_15 and cygwin ruby interpreter: ruby
1.8.6 (2007-03-13 patchlevel 0) [i386-cygwin]

See thread http://ruby.netbeans.org/servlets/ReadMsg?list=users&msgNo=1251
Comment 1 Martin Krauskopf 2008-04-11 08:38:21 UTC
Thanks for filling it Giuliano.