From 27a3ea8387fc3fbefa92097d46c95b7fb80137d3 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Thu, 20 Sep 2012 18:23:41 +0100 Subject: [PATCH] Making the error message produced when the mpstd.h fails more helpful. Copied from Perforce Change: 179597 ServerID: perforce.ravenbrook.com --- mps/code/mpstd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h index 1725639691f..0345810b723 100644 --- a/mps/code/mpstd.h +++ b/mps/code/mpstd.h @@ -252,7 +252,7 @@ #else -#error "Unable to detect target platform" +#error "The MPS Kit does not have a configuration for this platform out of the box; see manual/build.txt" #endif