Dear all I am trying to compile external project Multitemp ( http://tully.ups-tlse.fr/grizonnet/multitemp/ <http://tully.ups-tlse.fr/grizonnet/multitemp/tree/master>), thank you Jordi Inglada for pointing me to this interesting project. I have the latest OTB (5.8.0) compiled from source on an Ubuntu 16.04 machine. Though I am not able to compile multitemp, it is throwing the following error:
cmake ~/usr/local/src/otb-multitemp/multitemp/ > -DCMAKE_INSTALL_PREFIX=../install/ > CMake Error at ~/usr/local/src/OTB/otb/CMake/OTBModuleAPI.cmake:51 > (message): > No such module: "MultiTemp" > Call Stack (most recent call first): > ~/usr/local/src/OTB/otb/CMake/OTBModuleAPI.cmake:26 (otb_module_load) > ~/usr/local/src/OTB/otb/CMake/OTBModuleAPI.cmake:70 > (_otb_module_config_recurse) > ~/usr/local/src/OTB/build/OTB/build/OTBConfig.cmake:60 > (otb_module_config) > CMake/FindOTB.cmake:80 (include) > CMakeLists.txt:37 (find_package) > > -- Configuring incomplete, errors occurred! > See also "~/usr/local/src/otb-multitemp/build/CMakeFiles/CMakeOutput.log" > The cmake is identifying my OTB build directory well, but looking for a module named "MultiTemp" with OTB , which I dont understand? Could you please give any pointers in solving this? Or any standard steps to compile an external project, like the remote modules? P.S: I have compiled OTB with -std=c++11 flag Thanks Regards Sajid -- -- 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.
