I’m trying to compile Ruby 1.9.1 with Visual Studio 2008 Express and I’m
getting an error… and I do have my environnements variables set (PATH)
I am doing everything as written in the readme file…
(win32/configure.bat, nmake) It is compiling for a while and then I get
this error, always at the same place
See? Seems like “link” cannot find miniruby.exe, but it IS in the build
directory, I do not understand! I even tried to add the build dir into
the environnement variables, so miniruby.exe could be accessible
anywhere, but it still raises this error!
Anyone knows how to compile properly under windows ? :\
It may be that it’s trying to ‘override’ miniruby.exe but cannot. Make
sure there aren’t any file locks on deleting said file
[http://ccollomb.free.fr/unlocker/ is really handy for said task].
That being said, you could also build with mingw http://www.holymonkey.com/buildingshoesinwindows and/or join the
rubyinstaller dev list.
Cheers!
-=r
It may be that it’s trying to ‘override’ miniruby.exe but cannot. Make
sure there aren’t any file locks on deleting said file
[http://ccollomb.free.fr/unlocker/ is really handy for said task].
That being said, you could also build with mingw http://www.holymonkey.com/buildingshoesinwindows and/or join the
rubyinstaller dev list.
Cheers!
-=r
Well, thank you for your reply but I don’t think this is the problem, as
It really looks like it cannot find “miniruby.exe”…
If someones could help me, that would be very appreciated!
It may be that it’s trying to ‘override’ miniruby.exe but cannot. Make
sure there aren’t any file locks on deleting said file
[http://ccollomb.free.fr/unlocker/ is really handy for said task].
That being said, you could also build with mingw http://www.holymonkey.com/buildingshoesinwindows and/or join the
rubyinstaller dev list.
Cheers!
-=r
Well, thank you for your reply but I don’t think this is the problem, as
It really looks like it cannot find “miniruby.exe”…
If someones could help me, that would be very appreciated!
Thank you very much
maybe it’s trying to build within a path with spaces?
It may be that it’s trying to ‘override’ miniruby.exe but cannot. Make
sure there aren’t any file locks on deleting said file
[http://ccollomb.free.fr/unlocker/ is really handy for said task].
That being said, you could also build with mingw http://www.holymonkey.com/buildingshoesinwindows and/or join the
rubyinstaller dev list.
Cheers!
-=r
Well, thank you for your reply but I don’t think this is the problem, as
It really looks like it cannot find “miniruby.exe”…
If someones could help me, that would be very appreciated!
Thank you very much
maybe it’s trying to build within a path with spaces?
Ok, I tried to execute the same command that caused the error, manually,
and it worked… then I guess this is a makefle error or something like
that? MSVC9 not supported? Anyway, even if it works manually, the build
isnt complete as the makefile stops as soon as it bugs
This is pretty annoying, someone managed to build ruby on windows with
MSVC9(VC2008 Express) ?