-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On 03/26/2014 04:53 PM, Cyrille Duret wrote:
> hello
> 
> I cannot figure out how to build libuv with mingw on windows.
> 
> I have a 32 bits winxp pro pc.
> 
> I have downloaded mingw here :
> http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/32-bit/threads-posix/sjlj/
>
> 
Unpack in C:\MinGW
> 
> I got msys to get a shell : http://www.mingw.org/wiki/MSYS
> 
> I cloned gyp repository to C:\MinGW\build\gyp
> 
> and ran :
> 
> $ python gyp_uv.py -f make
> 
> and got the Makefile and some mk files
> 
> 
> now I run
> 
> $ make make: Nothing to be done for `all'.
> 
> 
> Am I missing something ?
> 

GYP doesn't work for MinGW. You can either use the autoconf build
system or the Makefile.mingw file:

autoconf:

sh autogen.sh
./configure
make

makefile:

make -f Makefile.mingw


Cheers,

PS: If you open an issue on GH I'll make a patch mentioning this on
the readme.

- -- 
Saúl Ibarra Corretgé
bettercallsaghul.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBAgAGBQJTMvkMAAoJEEEOVVOum8BZwd8QAJbCG7pzqqd0jJO19nXkpjwD
45aO/efw9t/6Fz+AwC7ZiDeC3G6S2IqjpNmubNu20nNbhhk3V1nLlsgk9/zVGfHc
vQ6gmL2xBxru6XulNyyJS0KXAl+TAM4rPIUpQB9+TvxW2WuTI1GdCmXbOt9iXC0F
05LsNCvlkL6zxKrNCoiewzWBUeyFq06QdeGV5m4Fbo0SZneV7JIU9dBo7TleVeix
gUxJno281Yerpqz0BaV3k6m+DB5sGdRKek6A8Cl8iqXYKVzLSm8/iqcGtRK3ahmb
93jy3NvEbCSCDsaHd1qA9eRmc3H+PwC/S9yz/zZbkXFeG94NkBwiFTHF5U0apRPT
7PlW0Aau/KK7OxxPvWRynod900Yffsefen77Nf4EMb9gAm7b6YtU4kogo0Pjlxk/
TwObcDP7fTvmhTij8tQUTIyRFidIncQCbiWblRqNAKxGcDFgwYue/x34eAbo998T
hUJkolsWhXvcTXc4Dwr3AZP9j+0qyTHf43yWNA1xFUToy8PYEVRuWaa1uwULoxVb
U98n2ApXlW8sMUbp6wQGPmpaYNqQRGBiLj2IgnLnywmPnxa0lepfjnBOxV0LWNOI
tdElR/0NjQqO8n8zH+08QGJ5kAA78oUKMgT9+kpklmTrEh8x/jX3yqvpDSs7p8xn
B2aITpKoNRN0eAj9UAcM
=KeeQ
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to