----- Original Message ----- From: "Josh Carr"

C:/Ruby192/lib/ruby/1.9.1/i386-mingw32/ruby/ruby.h:25:25: ruby/config.h: No such file
or directory

=================================================

This is the first thing that needs to be fixed.
Does the file
C:/Ruby192/lib/ruby/1.9.1/i386-mingw32/ruby/config.h
exist ?

If so, then that's probably the one that's supposed to be found ... and the build is probably trying to find the non-existent
C:/Ruby192/lib/ruby/1.9.1/i386-mingw32/ruby/ruby/config.h

In which case it's just a matter of fixing up the path.
Seems that C:/Ruby192/lib/ruby/1.9.1/i386-mingw32/ruby/ruby.h gets found ok.

Basically, we need to locate and include that config.h before we go any further.

Cheers,
Rob

Reply via email to