Hi, when installing on MinGW32 with C:/ style paths, the postamble wrongly prepended a "/" to the install path of gui.make. I enclose a diff file.
Stephen Brandon [EMAIL PROTECTED]
Index: gui/GNUmakefile.postamble =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/GNUmakefile.postamble,v retrieving revision 1.3 diff -r1.3 GNUmakefile.postamble 54c54 < $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/gui.make --- > $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/gui.make
