[#408634] How do I make lots of classes aware of each other? — "Andrew S." <lists@...>

I'm apparently missing something fundamental in my knowledge of classes

10 messages 2013/07/02

[#408712] Ruby web service with REST support — "Shubhada S." <lists@...>

Hi All,

17 messages 2013/07/05

[#408812] create variables depending on counter — stefan heinrich <lists@...>

Hi community,

21 messages 2013/07/09

[#408854] execute commands within SMTP email code: send content in variables and not actual variables — dJD col <lists@...>

I am trying to send an email using the code below. I am able to send the

9 messages 2013/07/10

[#409031] tap { break } idiom deserves its own Kernel method? — Andy Lowry <lists@...>

I use this idiom from time to time:

13 messages 2013/07/22

[#409072] Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...>

This is what I want to do.

19 messages 2013/07/23
[#409102] Re: Link To Masses Of External Data In Openoffice? — Tamara Temple <tamouse.lists@...> 2013/07/24

[#409103] Re: Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...> 2013/07/25

tamouse m. wrote in post #1116598:

[#409122] Re: Link To Masses Of External Data In Openoffice? — Tamara Temple <tamouse.lists@...> 2013/07/26

[#409142] Re: Link To Masses Of External Data In Openoffice? — "Austin J." <lists@...> 2013/07/26

tamouse m. wrote in post #1116750:

[#409073] class <=> module — Bráulio Bhavamitra <lists@...>

Hello all,

17 messages 2013/07/23

[#409104] Ruby newbie question on Methods (NoMethoderror) — "Crispian A." <lists@...>

I have recently started learning ruby and so I am writing a small little

10 messages 2013/07/25

[#409170] Working through Ch.10 for learning to program 2.0 (Chris Pine) — JD JD <lists@...>

So, I have been working through this book, and have been doing ok up

33 messages 2013/07/28
[#409195] Re: Working through Ch.10 for learning to program 2.0 (Chris Pine) — Harry Kakueki <list.push@...> 2013/07/29

I tried this and came up with a one-liner that seems to do it. It sorts the

[#409258] WATIR - ScriptError popup on IE - Unable to get rid of! — Graeme Halls <lists@...>

I am new to Ruby & Watir, and I am having a nightmare with IE and Script

11 messages 2013/07/31

Re: Problems with Ruby on Windows + devkit + bundler + multiple drives

From: "Nation, Carey" <Carey.Nation@...>
Date: 2013-07-30 14:19:56 UTC
List: ruby-talk #409232
I don't remember the details, but iirc, there are some limitations with the devkit install and drives.  I don't think that it has to be on c: particularly, but it may be something like it wants to be on the same drive as "everything else."  Maybe.  YMMV.


-----Original Message-----
From: Ben Dean [mailto:lists@ruby-forum.com] 
Sent: Friday, July 26, 2013 2:19 PM
To: ruby-talk ML
Subject: Problems with Ruby on Windows + devkit + bundler + multiple drives

I'm having a strange issue with this combination of ruby on Windows, with the devkit, bundler, and trying to get a gem to build native extensions when installed to a vendor/bundle folder on a different drive than ruby.

The Gemfile I'm using is simple:
    source 'https://rubygems.org/'
    gem 'puma', '1.6.3'

And here's the commands I'm running:

d:\test>bundle install --path vendor/bundle Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Installing rack (1.5.2)
Installing puma (1.6.3)
Using bundler (1.3.5)
Your bundle is complete!
It was installed into ./vendor/bundle

d:\test>bundle exec ruby -e "require 'puma'"
D:/test/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/server.rb:12:in
`require': cannot load such file -- puma/puma_http11 (LoadError)
        from
D:/test/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/server.rb:12:in
`<top (required)>'
        from
D:/test/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma.rb:14:in
`require'
        from
D:/test/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma.rb:14:in `<top (required)>'
        from -e:1:in `require'
        from -e:1:in `<main>'

The weird thing is, if I run this from c:\test, it works just fine.

Here's some versions:
OS: Windows Server 2008 R2 Standard
Ruby: 1.9.3p448
DevKit: DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe (this is the file I downloaded, not sure how to get the version from devkit)
Bundler: 1.3.5
Rubygems: 2.0.6

I've also attached the Makefile that was in D:\test\vendor\bundle\ruby\1.9.1\gems\puma-1.6.3\ext\puma_http11.

It's worth mentioning that when I run the bundle install from d:\test, it creates a folder c:\test\vendor\bundle\ruby\1.9.1\gems\puma-1.6.3\ext\puma_http11\.gem.20130726-6804-9xfe7q
to which it copies the puma_http11.so file.

I didn't see any sort of mkmf.log at all either. Not sure what's going on.

Attachments:
http://www.ruby-forum.com/attachment/8634/Makefile


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


In This Thread

Prev Next