Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-12 Thread Patrick Galbraith
Hi there again, I meant to ask back when you sent this, do you mean that Strawberry contains the same mingw-w64 packaged as I'd get it from the main mingw-w64 site? Also, is there any special setup with Strawberry Perl you recommend for using it from msysgit/msys etc? The Perl that comes with

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread Patrick Galbraith
kmx wrote: > Dne 4.5.2010 16:10, Patrick Galbraith napsal(a): > >> kmx wrote: >> >>> Hi, >>> >>> could you please add the following 2 items to the list of Projects >>> successfully using MinGW-w64 >>> >>> 1/ "perl

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread Patrick Galbraith
kmx wrote: > Hi, > > could you please add the following 2 items to the list of Projects > successfully using MinGW-w64 > > 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ Hi there! So, is it pretty easy to build Perl 5.12.0. now with mingw-w64 ? This is great news! I would like t

[Mingw-w64-public] issue with gettimeofday()

2010-04-19 Thread Patrick Galbraith
Hi all, I've stumbled across an issue with gettimeofday() returning an incorrect value with mingw-w64. A simple code sample: #include #include int main (void) { struct timeval timer; int retval; retval= gettimeofday(&timer,NULL); fprintf(stderr, "retval: %d\n", retval); fprintf(stde

Re: [Mingw-w64-public] [Libevent-users] Patch for mingw64 (64-bit windows)

2009-12-22 Thread Patrick Galbraith
Hi Nick! Nick Mathewson wrote: On Fri, Dec 18, 2009 at 04:53:41PM -0500, Patrick Galbraith wrote: [...] @@ -11,6 +11,6 @@ Requires: Conflicts: Libs: -L${libdir} -levent -Libs.private: +Libs.private: -lws2_32 Cflags: -I${includedir} Hm. Is there some way to do