Charley Baker
2010-Feb-11 18:40 UTC
[Win32utils-devel] Win32-api 1.4.6 release and mswin32 binary?
Hey all, Before this starts to bite us too much. It looks like there''s a new release of win32-api gem - 1.4.6, which only has a mingw precompiled binary, as opposed the mswin binaries for the previous versions. Is there a mswin binary in the works, otherwise projects depending on this and people using the one click installer are going to, and are getting errors trying to compile. Cheers, Charley Baker Lead Developer, Watir, http://watir.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20100211/7e580dec/attachment.html>
Luis Lavena
2010-Feb-11 19:57 UTC
[Win32utils-devel] Win32-api 1.4.6 release and mswin32 binary?
On Thu, Feb 11, 2010 at 7:40 PM, Charley Baker <charley.baker at gmail.com> wrote:> Hey all, > > > Before this starts to bite us too much. It looks like there''s a new release > of win32-api gem - 1.4.6, which only has a mingw precompiled binary, as > opposed the mswin binaries for the previous versions. Is there a mswin > binary in the works, otherwise projects depending on this and people using > the one click installer are going to, and are getting errors trying to > compile. >If the project used rake-compiler, release of binary versions for both gem platforms will only take change: ext.platform = "i386-mingw32" to ext.platform = ["i386-mingw32", "i386-mswin32-60"] Also, if the gem was built using rake-compiler, installation process should work smoothly with either VC6 or MinGW, as long you have all the headers in place and extconf.rb do not do weird things. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exup?ry
Daniel Berger
2010-Feb-12 11:18 UTC
[Win32utils-devel] Win32-api 1.4.6 release and mswin32 binary?
Charley Baker wrote:> Hey all, > > > Before this starts to bite us too much. It looks like there''s a new > release of win32-api gem - 1.4.6, which only has a mingw precompiled > binary, as opposed the mswin binaries for the previous versions. Is > there a mswin binary in the works, otherwise projects depending on this > and people using the one click installer are going to, and are getting > errors trying to compile.Ok, I''ve pushed an x86-mswin32 binary. Regards, Dan
Charley Baker
2010-Feb-12 18:22 UTC
[Win32utils-devel] Win32-api 1.4.6 release and mswin32 binary?
Cool, thanks for that Dan. Cheers, Charley On Fri, Feb 12, 2010 at 4:18 AM, Daniel Berger <djberg96 at gmail.com> wrote:> Charley Baker wrote: > >> Hey all, >> >> >> Before this starts to bite us too much. It looks like there''s a new >> release of win32-api gem - 1.4.6, which only has a mingw precompiled binary, >> as opposed the mswin binaries for the previous versions. Is there a mswin >> binary in the works, otherwise projects depending on this and people using >> the one click installer are going to, and are getting errors trying to >> compile. >> > > Ok, I''ve pushed an x86-mswin32 binary. > > Regards, > > Dan > _______________________________________________ > win32utils-devel mailing list > win32utils-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/win32utils-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20100212/606cdb8e/attachment.html>