On Tue, Oct 21, 2014 at 4:41 AM, theskiesbelowme
<md.masterch...@gmail.com> wrote:
> I'm having trouble building the latest libuv on windows with mingw. I built
> successfully with visual studio, but I need to compile under mingw.
>
> C:\Users\Matthew\Desktop\btcd\libuv-master>mingw32-make -f Makefile.mingw
> cc -Wall -Wextra -Wno-unused-parameter -Iinclude -Isrc -Isrc/win
> -DWIN32_LEAN_AN
> D_MEAN -D_WIN32_WINNT=0x0600 -c -o src/fs-poll.o src/fs-poll.c
> process_begin: CreateProcess(NULL, cc -Wall -Wextra -Wno-unused-parameter
> -Iincl
> ude -Isrc -Isrc/win -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600 -c -o
> src/fs-pol
> l.o src/fs-poll.c, ...) failed.
> make (e=2): The system cannot find the file specified.
> Makefile.mingw:84: recipe for target 'src/fs-poll.o' failed
> mingw32-make: *** [src/fs-poll.o] Error 2

Looks like make can't find the compiler.  Try invoking it with
`mingw32-make -f Makefile.mingw CC=/path/to/gcc`.

-- 
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 libuv+unsubscr...@googlegroups.com.
To post to this group, send email to libuv@googlegroups.com.
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to