Excerpts from David L.Kaplan's message of Thu Feb 11 15:10:10 -0700 2010: > I can gem uninstall and install sup 0.9 no sweat, but gem update sup, as well > as gem install sup after uninstalling all sup gems, gives me the following > error: > > gem install sup > Updating installed gems > Updating sup > Building native extensions. This could take a while... > ERROR: Error installing sup: > ERROR: Failed to build gem native extension. > > /usr/bin/ruby1.8 extconf.rb > checking for unistd.h... yes > checking for locale.h... yes > checking for ncurses.h... yes > checking for wmove() in -lncursesw... no > checking for wmove() in -lpdcurses... no
Sounds like you're missing libncursesw5-dev and/or libncurses5-dev. Try installing both of those. > Thanks for any help. HTH > Cheers, > David -- | | \ / Quantum Junction I Get in both lanes _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
