Perhaps the page at http://reactos.com/en/reactos_developer_site/resources/download_the_recommen... be updated as the version there causes this error. Which version should I be using? Should I use the latest version of MinGW available from the MinGW site?
On Apr 5, 2005 8:55 AM, Filip Navara xnavara@volny.cz wrote:
Oliver Schneider wrote:
Thanks for your reply.
hat file should be auto-generated... Let me guess, you're using MSYS make, right?
I believe so. What's wrong with it? The GAIM guys also complain about it.
It
it really always the culprit? ;)
I can only say that you're on your own when using MSYS make...it's pretty different environment from standard MinGW. The attached patch solves the problem with tools-check on MSYS, but be prepared that other problems can appear (especially with dependency files)..
- Filip.
Index: tools-check.mak
--- tools-check.mak (revision 14332) +++ tools-check.mak (working copy) @@ -12,9 +12,7 @@ BINUTILS_VERSION_DATE=$(word 5,$(shell $(PREFIX)ld -v))
all: -ifeq ($(HOST),mingw32-linux) @echo "#define BINUTILS_VERSION_DATE $(BINUTILS_VERSION_DATE)" > tools-check.h -endif ifeq ($(HOST),mingw32-windows) @echo #define BINUTILS_VERSION_DATE $(BINUTILS_VERSION_DATE) > tools-check.h endif
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev