Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Ocra when building #61

Open
niuage opened this issue Oct 20, 2015 · 1 comment
Open

Issue with Ocra when building #61

niuage opened this issue Oct 20, 2015 · 1 comment

Comments

@niuage
Copy link

niuage commented Oct 20, 2015

When I run bundle exec rake build --trace, I get this at some point:

Yay.

But then:

attr_reader :path
if File::ALT_SEPARATOR.nil?
  File::ALT_SEPARATOR = "\\" # this is line 19
end
SEPARATOR_PAT = /[#{Regexp.quote File::ALT_SEPARATOR}#{Regexp.quote File::SEPARATOR}]/ # }
ABSOLUTE_PAT = /\A([A-Z]:)?#{SEPARATOR_PAT}/i

Any ideas? I thought maybe it was my local ruby version. I tried with both 2.2.0 and 1.9.3. Thanks.

@coontail
Copy link

coontail commented May 5, 2017

Same issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants