Hello, I am doing an installation script to automatically install OTB, some remote modules and the python libraries its need.
First of all, I'm trying to install manually OTB with the superbuild but an error occurs when Performing configure step for 'GEOTIFF': checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no configure: error: cannot find zlib.h, bailing out CMakeFiles/GEOTIFF.dir/build.make:112 : la recette pour la cible « GEOTIFF/src/GEOTIFF-stamp/GEOTIFF-configure » a échouée make[2]: *** [GEOTIFF/src/GEOTIFF-stamp/GEOTIFF-configure] Erreur 1 CMakeFiles/Makefile2:914 : la recette pour la cible « CMakeFiles/GEOTIFF.dir/all » a échouée make[1]: *** [CMakeFiles/GEOTIFF.dir/all] Erreur 2 Makefile:83 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2 So, I have set the cmake flag USE_SYSTEM_ZLIB=OFF I guess this should have resolved the error by using the zlib from the superbuid, but it didn't. If someone has an idea, thank you for your help. Nicolas -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
