Hi Arjun,
On Tue, Jul 14, 2015 at 5:04 AM, Arjun J Rao <[email protected]> wrote: > > Have done the cmake ../OTB-build-dir and then moved into > OTB-build-dir to run make. > > the files were downloaded and then there was a hash problem > with the muparser module. I changed the MD5 hashes in the > OTB-build-dir/MUPARSER/src/MUPARSER-stamp/verify-MUPARSER.cmake and > OTB-build-dir/MUPARSER/src/MUPARSER-stamp/download-MUPARSER.cmake > > Do not change that MD5 hash. The problem was your muparser download was corrupted. so the actual hash shown to you when configuring cmake is wrong. This might be because of curl ssl support. maybe all https:// links won't work for you. However wget seems to work for me. you can either download SuperBuild Archives[1] which contains all sources except OTB and set DOWNLOAD_LOCATION cmake -DDOWNLOAD_LOCATION=/path/where/SuperBuild-archives/is/extracted or download file manually and put it in current DOWNLOAD_LOCATION [1] https://www.orfeo-toolbox.org/packages/SuperBuild-archives.tar.bz2 so that i could get on with my life. > > > But then when i run make again, i get the following inscrutable (to me) > error : > > make > [ 4%] Built target EXPAT > [ 8%] Built target FFTWF > [ 13%] Built target FFTW > [ 13%] Built target CURL > [ 13%] Built target ZLIB > [ 18%] Built target TIFF > [ 23%] Built target OPENJPEG > [ 23%] Built target PNG > [ 28%] Built target JPEG > [ 33%] Built target GEOS > [ 38%] Built target PROJ > [ 43%] Built target GEOTIFF > [ 48%] Built target SQLITE > [ 48%] Built target BOOST > [ 53%] Built target LIBKML > [ 58%] Built target GDAL > [ 63%] Built target ITK > [ 67%] Built target LIBSVM > [ 67%] Performing configure step for 'MUPARSER' > loading initial cache file > /home/taeten/Downloads/OTB-5.0.0/build/MUPARSER/tmp/MUPARSER-cache.cmake > You have called ADD_LIBRARY for library muparser without any source files. > This typically indicates a problem with your CMakeLists.txt file > -- Configuring done > CMake Error: CMake can not determine linker language for target:muparser > CMake Error: Cannot determine link language for target "muparser". > -- Generating done > -- Build files have been written to: > /home/taeten/Downloads/OTB-5.0.0/build/MUPARSER/build > make[2]: *** [MUPARSER/src/MUPARSER-stamp/MUPARSER-configure] Error 1 > make[1]: *** [CMakeFiles/MUPARSER.dir/all] Error 2 > make: *** [all] Error 2 > > -- > -- > 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. > -- Regards, Rashad -- -- 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.
