Hello, I enconterd build failure in mingw. Do we need a rule for win32ver.rc in pgevent/Makefile ?
---- make[3]: Entering directory `/d/projects/head/src/bin/pgevent' make[3]: *** No rule to make target `win32ver.rc', needed by `pgmsgevent.o'. Stop. make[3]: Leaving directory `/d/projects/head/src/bin/pgevent' make[2]: *** [all] Error 2 make[2]: Leaving directory `/d/projects/head/src/bin' make[1]: *** [all] Error 2 make[1]: Leaving directory `/d/projects/head/src' make: *** [all] Error 2 ---- Index: src/bin/pgevent/Makefile =================================================================== --- src/bin/pgevent/Makefile (HEAD) +++ src/bin/pgevent/Makefile (working copy) @@ -27,6 +27,8 @@ pgmsgevent.o: pgmsgevent.rc win32ver.rc $(WINDRES) pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include +win32ver.rc: $(top_builddir)/src/Makefile.global + all-lib: $(NAME) install-lib: $(NAME) Regards, --- ITAGAKI Takahiro NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers