Where are we with respect to the (Windows) one click installer & this issue?
I don't have VC++ 8 & so can't compile. Are there binaries available
somewhere? If so can I just plop 'em in \ruby\bin? Should I fall back to
1.8.4?
-SHAWN-
Where are we with respect to the (Windows) one click installer & this issue?
I don't have VC++ 8 & so can't compile. Are there binaries available
somewhere? If so can I just plop 'em in \ruby\bin? Should I fall back to
1.8.4?
-SHAWN-
Shawn Fessenden wrote:
Where are we with respect to the (Windows) one click installer & this
issue?I don't have VC++ 8 & so can't compile. Are there binaries available
somewhere? If so can I just plop 'em in \ruby\bin? Should I fall back to
1.8.4?
-SHAWN-
You could try the mingw ruby version. Then at least you have the
compiler.
Should it fail there then...unfortunately you'll probably have to hack
around in the C and try and figure out what is going on.
It might be a ruby bug, might be a VC6 bug.
you could try cygwin, too.
Also could file a bug report on http://redmine.ruby-lang.org/
Cheers!
-=R
--
Posted via http://www.ruby-forum.com/\.
That error was reported and fixed in the latest CVS.
Refer to http://redmine.ruby-lang.org/issues/show/714
Soon or later there will be new release on
http://www.garbagecollect.jp/ruby/mswin32/en/download/release.html
Regards,
Park Heesob
2008/10/31 Shawn Fessenden <s_fessenden@hotmail.com>:
Where are we with respect to the (Windows) one click installer & this issue?
I don't have VC++ 8 & so can't compile. Are there binaries available
somewhere? If so can I just plop 'em in \ruby\bin? Should I fall back to
1.8.4?
-SHAWN-
"Roger Pack" <rogerpack2005@gmail.com> wrote in message
news:7bf0dd5e72829ce1fd7b9f1943eca633@ruby-forum.com...
Shawn Fessenden wrote:
Where are we with respect to the (Windows) one click installer & this
issue?I don't have VC++ 8 & so can't compile. Are there binaries available
somewhere? If so can I just plop 'em in \ruby\bin? Should I fall back to
1.8.4?
-SHAWN-You could try the mingw ruby version. Then at least you have the
compiler.
Should it fail there then...unfortunately you'll probably have to hack
around in the C and try and figure out what is going on.
It might be a ruby bug, might be a VC6 bug.
you could try cygwin, too.
Also could file a bug report on http://redmine.ruby-lang.org/
Cheers!
-=R
Yes in fact it was determined (more or less) to be a ... call it a VC6 RT
incompatibility. At any rate, dev folks are aware of it. In fact the ticket
was closed almost a year ago. The binaries installed by the one click
installer still suffer the problem (as of 1.8.6-26, PL 111).
I was hoping somebody had devised a workaround or there was a VC8 binary set
around somewhere. I'm planning on distributing a rubyscript2exe executable
that will target XP & use ICMP. But... that part is mostly just a whistle. I
could do without it. Or 1.8.4 is an option.
Anyway thanks for the reply.
-SHAWN-
Soon or later there will be new release on
Cool - thanks.
-SHAWN-
Shawn Fessenden wrote:
"Roger Pack" <rogerpack2005@gmail.com> wrote in message
news:7bf0dd5e72829ce1fd7b9f1943eca633@ruby-forum.com...compiler.
Should it fail there then...unfortunately you'll probably have to hack
around in the C and try and figure out what is going on.
It might be a ruby bug, might be a VC6 bug.
you could try cygwin, too.
Also could file a bug report on http://redmine.ruby-lang.org/
Cheers!
-=RYes in fact it was determined (more or less) to be a ... call it a VC6
RT
incompatibility. At any rate, dev folks are aware of it. In fact the
ticket
was closed almost a year ago. The binaries installed by the one click
installer still suffer the problem (as of 1.8.6-26, PL 111).I was hoping somebody had devised a workaround or there was a VC8 binary
set
around somewhere. I'm planning on distributing a rubyscript2exe
executable
that will target XP & use ICMP. But... that part is mostly just a
whistle. I
could do without it. Or 1.8.4 is an option.Anyway thanks for the reply.
-SHAWN-
If it's a VC6 bug then it might not be a super huge prio, since OCI is
moving away from VC6 hopefuly soon.
is an example of the mingw installer. Perhaps it plays better.
Cheers!
-=R
--
Posted via http://www.ruby-forum.com/\.
Still playing with Ruby on Windows | AkitaOnRails.com
is an example of the mingw installer. Perhaps it plays better.
Cheers!
-=R
Rats! No joy there either. Still - cool tips ![]()
I'll probably either fall back or just forget about ICMP. Es no biggie.
Thanks for your help R.
-SHAWN-
Rats! No joy there either. Still - cool tips
I'll probably either fall back or just forget about ICMP. Es no biggie.
Heh. If it's an msvcrt6 thing then you'll either need to find [create?]
a work around using msvcrt6 [maybe ask the mingw guys?] or build your
own that doesn't use msvcrt6--i.e. recompile all of ruby using a newer
MS VC compiler than 6.0--scary.
Take care!
-=R
--
Posted via http://www.ruby-forum.com/\.
Heh. If it's an msvcrt6 thing then ...
I decided to just let it go. I'll come back to it after everything else is
done.
-SHAWN-