Re: [libxml-devel] Release and Windows Gem

2008-02-08 Thread Trans
2008/2/7 Charlie Savage <[EMAIL PROTECTED]>: > And talking about releases, has a windows build system been setup yet? > If not, I'm happy to volunteer and create a windows gem. Rather then a one-off script, care to help me automate that functionality in Reap? I've just reached an early beta status

Re: [libxml-devel] Release and Windows Gem

2008-02-08 Thread Charlie Savage
Rather then a one-off script, care to help me automate that functionality in Reap? Took a quick look, does it have any support for building c extensions? The problem you'll run into is that you can't use extconf.rb on Windows with MinGW because all the CONFIG settings are based on VC++ and

Re: [libxml-devel] Release and Windows Gem

2008-02-08 Thread Trans
2008/2/8 Charlie Savage <[EMAIL PROTECTED]>: > > > > Rather then a one-off script, care to help me automate that > > functionality in Reap? > > Took a quick look, does it have any support for building c extensions? Yes, using extconf.rb and make. > The problem you'll run into is that you can't us

Re: [libxml-devel] Release and Windows Gem

2008-02-08 Thread Charlie Savage
Oh? Hmm... I'm just going by what I've read others doing --cross compiling on Linux using mingw. I'm not sure at all about actually compiling on a WIndows platform, since I don't use Windows at all. I haven't tried that - you have some links I can look at? Just to be a bit more clear about th