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.