When I developed on Windows I tend to use the windows stuff and the windows gems, you don't need cygwin to run a development environment.
I used to run a kind of hybrid where I would run the console from Cygwin and mongrel etc. from the Dos command line. That's what worked for me. Recently I installed wubi and now run Ubuntu natively and installed everything there. On Tue, Oct 7, 2008 at 8:21 PM, nguyen duc giang <[EMAIL PROTECTED]>wrote: > hi everybody, > > i just bought a new computer and now start working on it. > after installing Cygwin, Rails 2.0.2, Gems 1.1.1, i tried to install > required gems for work. > unfortunately i failed from the very first step, installing mongrel. im > using Windows XP SP2. > here goes the error: > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > $ gem install mongrel > Bulk updating Gem source index for: http://gems.rubyforge.org/ > Building native extensions. This could take a while... > ERROR: Error installing mongrel: > ERROR: Failed to build gem native extension. > /usr/bin/ruby.exe extconf.rb install mongrel > creating Makefile > make > gcc -I. -I/usr/lib/ruby/1.8/i386-cygwin -I/usr/lib/ruby/1.8/i386-cygwin > -I. -g -O2 -c fastthread.c > fastthread.c: In function `wait_condvar': > fastthread.c:626: warning: passing arg 1 of `rb_ensure' from incompatible > pointer type > gcc -shared -s > -Wl,--enable-auto-image-base,--enable-auto-import,--export-all -L"/usr/lib" > -o fastthread.so fastthread.o -lruby -ldl -lcrypt > make install > mkdir -p /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/lib > /usr/bin/install -c -m 0755 fastthread.so > /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/lib > /usr/bin/sh: /usr/bin/install: No such file or directory > make: *** [/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/lib/fastthread.so] > Error 127 > > Gem files will remain installed in > /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1 for inspection. > Results logged to > /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/ext/fastthread/gem_make.out > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > > anybody can help me out? tks in adv. > > > > > -- Thanks and regards, Francis Fish --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
