Unlike what I was trying to do, compiling an application should be done through remote modules. It works now. I could compile and execute the example application.
Thanks On Wednesday, April 5, 2017 at 3:23:43 PM UTC+2, Guilherme Cardim wrote: > > Actually, I am trying to use the cmake and make as I was doing with the > simplest applications. But it does not work with the Application example. > The CMakeLists.txt file call a otb_create_application macro that isn't > recogonized by CMake duting the configuring. > > CMake Error at CMakeLists.txt:5 (otb_create_application): > Unknown CMake command "otb_create_aaplication" > > > > > On Wednesday, April 5, 2017 at 2:24:05 PM UTC+2, Poughon Victor wrote: >> >> Hi Guilherme, >> >> What error message are you seeing? >> >> Victor Poughon >> ------------------------------ >> *De :* [email protected] [[email protected]] de la part de >> Guilherme Cardim [[email protected]] >> *Envoyé :* mercredi 5 avril 2017 11:30 >> *À :* otb-users >> *Objet :* [otb-users] Doubt to compile Wrapper Applications >> >> Hi everyone, >> >> I am a new user of OTB and I am trying to learn it doing some examples >> provided by the OTB website, so my doubt is probably a simple problem. For >> now, I am using the OSGEO live. >> Using the OTB Software Guide I was able to implement and compile several >> simple applications ( >> https://www.orfeo-toolbox.org//SoftwareGuide/SoftwareGuidech4.html#x19-410004 >> ). >> However, when I tried to do the Application Example using Wrapper ( >> https://www.orfeo-toolbox.org//SoftwareGuide/SoftwareGuidech30.html#x61-42000030.7) >> >> I was not able to compile it as I was doing with the other examples. I am >> using the files CMakeList.txt and ApplicationExample.cxx provided by OTB >> and the cmake does not work well as the simples applications I was doing >> before. >> Can someone help me with it? What I have to do to create the application? >> >> Thanks >> >> -- >> -- >> 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. >> > -- -- 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.
