Can't install neither original nor green shoes

Hi,

I wanted to install original or green shoes and I get these errors:

Original shoes:

I followed the exact instructions as posted here:

And then rake won't run:
rake aborted!
No such file or directory - curl-config --cflags

Green shoes:
I followed the exact instructions as posted here:

WARNING: Error fetching data: SocketError: getaddrinfo: Name or service
not known (http://rubygems.org/latest_specs.4.8.gz)
Successfully installed green_shoes-1.1.365
1 gem installed
Installing ri documentation for green_shoes-1.1.365...
unable to convert "\xA9" from ASCII-8BIT to UTF-8 for
lib/shoes/minitar.rb, skipping
Installing RDoc documentation for green_shoes-1.1.365...
unable to convert "\xA9" from ASCII-8BIT to UTF-8 for
lib/shoes/minitar.rb, skipping

I am using Ubuntu 12.04 with RVM and Ruby 1.9.3

need help
regards,
seba

···

--
Posted via http://www.ruby-forum.com/.

WARNING: Error fetching data: SocketError: getaddrinfo: Name or service
not known (http://rubygems.org/latest_specs.4.8.gz\)

hi

I once had a similar error and was a problem with the DNS configuration. You can use the google ones

regards

jordi

Jordi Massaguer Pla wrote in post #1073884:

WARNING: Error fetching data: SocketError: getaddrinfo: Name or service
not known (http://rubygems.org/latest_specs.4.8.gz\)

hi

I once had a similar error and was a problem with the DNS
configuration. You can use the google ones

https://developers.google.com/speed/public-dns/

regards

jordi

I don't think it's DNS. Why would then curl-config not be found and also
the conversion error is strange.

···

--
Posted via http://www.ruby-forum.com/\.

Sebastjan H. wrote in post #1073889:

Jordi Massaguer Pla wrote in post #1073884:

WARNING: Error fetching data: SocketError: getaddrinfo: Name or service
not known (http://rubygems.org/latest_specs.4.8.gz\)

hi

I once had a similar error and was a problem with the DNS
configuration. You can use the google ones

https://developers.google.com/speed/public-dns/

regards

jordi

I don't think it's DNS. Why would then curl-config not be found and also
the conversion error is strange.

As it turns out, green_shoes work, I am not sure though whether the
conversion error will have some effect.

I would still appreciate any help with original shoes installation.

regards
seba

···

--
Posted via http://www.ruby-forum.com/\.

That error was shown when generating documentation, Shoes itself is
not affected. You might be missing a page or two in your local
autogenerated green_shoes documentation (use `gem server` in console
and navigate to http://localhost:8808/ to view it), but it's kinda
useless anyway, as Shoes has its own docs.

-- Matma Rex

···

2012/8/30 Sebastjan H. <lists@ruby-forum.com>:

As it turns out, green_shoes work, I am not sure though whether the
conversion error will have some effect.