From 9961a7e83b933f7cc54d88ce4da28121882c2fec Mon Sep 17 00:00:00 2001 From: springmeyer Date: Mon, 30 Jul 2012 11:53:26 -0700 Subject: [PATCH] Updated Installation Troubleshooting (markdown) --- InstallationTroubleshooting.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/InstallationTroubleshooting.md b/InstallationTroubleshooting.md index 15141c0..5e18c73 100644 --- a/InstallationTroubleshooting.md +++ b/InstallationTroubleshooting.md @@ -1,15 +1,26 @@ - - - - - - # Installation Troubleshooting *See also: [[UsingScons]] for help on how to properly use SCons to find your dependencies. ## Build Errors +### Implicit dependency not found + + * *Description*: You get a scons build error like: + +``` +scons: *** [bindings/python/mapnik_color.os] Implicit dependency `/usr/include/float.h' not found, needed by target `bindings/python/mapnik_color.os'. +``` + + * *Solution*: Either check out a new copy of mapnik or clear out the scons cache and re-configure: + +```sh +make reset +./configure +make +``` + + ### boost: object_base_initializer was not declared in this scope * *Description*: You get a compile error related to boost iostreams when building mapnik's shapefile or ogr plugin.