Build GNUMake from git with mingw-w64

Алексей Павлов <[email protected]> Fri, 17 May 2013 15:45:14 +0400
Newsgroups gmane.comp.gnu.make.windows
Message-ID <CABEPuQ+4L2p2vzYYxnwkKODUwORQJBNWQd1uZmRnFL0QfojjNA@mail.gmail.com>
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
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32