Hi!

I have troubles with building Make from git with mingw-w64 compiler. I has
error:

mv -f .deps/loadapi.Tpo .deps/loadapi.Po
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\"
-DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I.
-I../make_git  -I../make_git/glob -I ../make_git/w32/include
-DMAKE_MAINTAINER_MODE    -Wall -Wextra -Wdeclaration-after-statement
-Wshadow -Wpointer-arith -Wbad-function-cast -g -O2 -MT main.o -MD -MP -MF
.deps/main.Tpo -c -o main.o ../make_git/main.c
../make_git/main.c: In function 'decode_output_sync_flags':
../make_git/main.c:749:7: warning: implicit declaration of function
'RECORD_SYNC_MUTEX' [-Wimplicit-function-declaration]
../make_git/main.c: At top level:
../make_git/main.c:760:30: error: unknown type name 'sync_handle_t'
Makefile:606: recipe for target `main.o' failed
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/c/test/nativesrc/mmake'
Makefile:704: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/test/nativesrc/mmake'
Makefile:463: recipe for target `all' failed
make: *** [all] Error 2

Regards,
Alexey.
_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to