search for: _co

Displaying 3 results from an estimated 3 matches for "_co".

Did you mean: _ch
2005 Mar 16
1
Problem with win32-service
It compiles fine, but when the resulting library is required, it says: C:\_co\source\build\ruby\extensions\win32-service-0.4.5\test>ruby tc_daemon.rb C:/_co/source/build/ruby/extensions/win32-service-0.4.5/win32/service.so: `interactive?'' is not proper name for a struct member (NameError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18...
2005 Mar 01
5
Open3.popen3 bug
Running this program: require ''win32/open3'' i, o, e, pid = Open3.popen3("c:/ruby/bin/ruby.exe -e\"sleep 10\"") i.close Gives this result: C:\_co\source\build\web\temp>ruby t.rb t.rb:5: [BUG] Segmentation fault ruby 1.8.2 (2004-06-29) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. Closing any of the IO'...
2006 Jan 06
1
Alphanumeric pattern match in extensions.conf
I need to match an incoming call based on a prefixed string, and this solution was suggested to me some time back. exten => _conf.,1,Answer exten => _conf.,2,MeetMe(${EXTEN:4}|d) exten => _conf.,3,Hangup However incoming calls never match this pattern, and I cannot find any evidence in the wiki or on google that such a pattern is valid. I'm currently running a SVN trunk, but have tested with 1.0.X and 1.2.X. Is...