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
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
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
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
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