From 23d6dfd7990a324776d72e4e007f588d5d5d01d0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 31 Aug 2010 00:17:22 +0000 Subject: [PATCH] warn about Mapnik2 and pass wiki page --- SConstruct | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SConstruct b/SConstruct index 6f16de191..406dae5bb 100644 --- a/SConstruct +++ b/SConstruct @@ -394,6 +394,11 @@ if sys.platform == "win32": color_print(4,'\nWelcome to Mapnik...\n') +color_print(1,'*'*45) +color_print(1,'You are compiling Mapnik trunk (aka Mapnik2)') +color_print(1,'See important details at:\nhttp://trac.mapnik.org/wiki/Mapnik2') +color_print(1,('*'*45)+'\n') + # if we are not configuring overwrite environment with pickled settings if not force_configure: if os.path.exists(SCONS_CONFIGURE_CACHE):