[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

visual c++ express compile problem

thierry wilmot

4/22/2006 5:58:00 PM

Hi All,

Does anybody succeed to compile 1.8.4 ruby version with Visual C++ 8.0
compiler ?

I get the following :

.\miniruby.exe ./../win32/mkexports.rb
-output=msvcr80-ruby18.def msvcr80-ruby18-static.lib
../../win32/mkexports.rb:6: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-mswin32]


This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
NMAKE : fatal error U1077: '.\miniruby.exe' : return code '0x3'
Stop.


Thierry
2 Answers

thierry wilmot

4/29/2006 10:51:00 AM

0

thierry wilmot a écrit :
> Hi All,
>
> Does anybody succeed to compile 1.8.4 ruby version with Visual C++ 8.0
> compiler ?
>
> I get the following :
>
> .\miniruby.exe ./../win32/mkexports.rb
> -output=msvcr80-ruby18.def msvcr80-ruby18-static.lib
> ./../win32/mkexports.rb:6: [BUG] Segmentation fault
> ruby 1.8.4 (2005-12-24) [i386-mswin32]
>
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
> NMAKE : fatal error U1077: '.\miniruby.exe' : return code '0x3'
> Stop.
>
>
> Thierry

May I consider that nobody ever compile ruby with visual c++ 8.0 ?

Heesob Park

4/29/2006 2:58:00 PM

0

Hi,

I did compile ruby with visual c++ 8.0.
Standard ruby 1.8.4 source distribution fails to compile.
But, the stable
snapshot(ftp://ftp.ruby-lang.org/pub/ruby/snaps...) version
succeed in compiling.

Regards,

Park Heesob