-
Notifications
You must be signed in to change notification settings - Fork 14
Failure building in linux #37
Comments
Was trying to do #23, but i fail at things :( |
WOMM (OS X) Looks like it hasn't downloaded mingw or put it into your path properly maybe? |
@mattwynne you tried with |
On 4 Mar 2013, at 08:05, Aslak Hellesøy notifications@github.com wrote:
➤ ruby -v |
I managed to hack around this: module Win32
module Resolv
def get_hosts_path
'/etc/hosts'
end
module_function :get_hosts_path
end
end This file needs to go into |
It occasionally happens on travis as well. See build 5363278. |
@dkowis this should be fixed now. Can you try again? |
The root cause for this issue is in the platform faking mechanism of rake-compiler when used with |
Travis isn't failing so there must be something I'm failing to build or whatever, but I'm not sure what it could be, wasn't happening in 1.9.3 :(
The text was updated successfully, but these errors were encountered: