[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Compiling Ruby with MSVC

Sergey Haritonov

1/17/2009 6:43:00 AM

Hi all.

Well, I managed to build Ruby latest snapshot with nmake. Now I need
to build Ruby as Visual Studio solution, but I just stuck in error
messages. I spent some time in lurking around and found this post:

http://cowboyprogramming.com/2007/10/07/get-and-build-ruby-19-fo...

But nothing changes. Errors still here, most of them is in Windows SDK
files such as winbase.h, looks like some typedefs broken - compiler
hasn't figure out that struct members with types like DWORD really
defined and spit "C requires that a struct or union has at least one
member" and numerous syntax errors.

Any suggestions on subj?