You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use mingw / msys from location as on wiki suggested.
full make log:
$ make all
cfg: build triple i686-pc-mingw32
cfg: host triples i686-pc-mingw32
cfg: target triples i686-pc-mingw32
cfg: host for i686-pc-mingw32 is i386
cfg: os for i686-pc-mingw32 is pc-mingw32
cfg: using gcc
cfg: disabling valgrind due to its unreliability on this platform
/d/Heather/Contrib/P/rust/mk/stage0.mk:7: warning: overriding commands for target `i686-pc-mingw32/stage0/bin/'/d/Heather/Contrib/P/rust/mk/stage0.mk:4: warning: ignoring old commands for target `i686-pc-mingw32/stage0/bin/'cfg: no pandoc found, omitting docscfg: no node found, omitting docscfg: no llnextgen found, omitting grammar-verificationcfg: no pandoc found, omitting library doc buildfetch: i686-pc-mingw32/stage0/bin/rustc.exedetermined most recent snapshot: rust-stage0-2013-08-14-e7b5729-winnt-i386-49dd1f264e17e6cd929c827ccbe23ee09058c7fc.tar.bz2got download with ok hashopening snapshot dl\rust-stage0-2013-08-14-e7b5729-winnt-i386-49dd1f264e17e6cd929c827ccbe23ee09058c7fc.tar.bz2extracting rust-stage0/bin/rustc.exeextracting rust-stage0/bin/std-6c65cf4b443341b1-0.8-pre.dllextracting rust-stage0/bin/extra-a7c050cfd46b2c9a-0.8-pre.dllextracting rust-stage0/bin/rustc-d3cb8c2ccd84a7a7-0.8-pre.dllextracting rust-stage0/bin/syntax-64629f7f0c6a9bc-0.8-pre.dllextracting rust-stage0/bin/rustrt.dllextracting rust-stage0/bin/rustllvm.dllcompile: rt/i686-pc-mingw32/stage0/sync/lock_and_signal.ocompile: rt/i686-pc-mingw32/stage0/sync/rust_thread.ocompile: rt/i686-pc-mingw32/stage0/rust_builtin.ocompile: rt/i686-pc-mingw32/stage0/rust_run_program.ocompile: rt/i686-pc-mingw32/stage0/rust_rng.ocompile: rt/i686-pc-mingw32/stage0/rust_upcall.ocompile: rt/i686-pc-mingw32/stage0/rust_uv.oIn file included from d:/Heather/Contrib/P/rust/src/libuv/include/uv-private/uv-win.h:33:0, from d:/Heather/Contrib/P/rust/src/libuv/include/uv.h:69, from d:/Heather/Contrib/P/rust/src/rt/rust_uv.cpp:21:c:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/mswsock.h:125:20: error: 'WSAPOLLFD' was not declared in this scopec:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/mswsock.h:125:36: error: expected primary-expression before ',' tokenc:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/mswsock.h:125:41: error: expected primary-expression before ')' tokenc:\mingw\bin\../lib/gcc/mingw32/4.7.2/../../../../include/mswsock.h:125:41: error: expression list treated as compound expression in initializer [-fpermissive]make: *** [rt/i686-pc-mingw32/stage0/rust_uv.o] Error 1
what is going wrong?
The text was updated successfully, but these errors were encountered:
I use mingw / msys from location as on wiki suggested.
full make log:
what is going wrong?
The text was updated successfully, but these errors were encountered: