Re: [AD] mingw vc7 make bug?

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> yes, it appears to be  MSVCDir

Thanks for the confirmation.

I commited the attached patch to trunk and branch.

-- 
Eric Botcazou
Index: makefile.vc
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.vc,v
retrieving revision 1.55
diff -u -r1.55 makefile.vc
--- makefile.vc	13 Jul 2003 16:26:03 -0000	1.55
+++ makefile.vc	13 Sep 2003 17:03:01 -0000
@@ -111,6 +111,13 @@
 	@echo or move your compiler to a different directory.
 endif
 
+ifneq ($(findstring $(SPACE),$(MSVCDir)),)
+badspaces:
+	@echo There are spaces in your MSVCDir environment variable:
+	@echo please change it to the 8.3 short filename version,
+	@echo or move your compiler to a different directory.
+endif
+
 
 
 # -------- give a sensible default target for make without any args --------


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/