Re: [otb-users] Re: Trouble with building Mac Build Error QT-5 Error

2018-09-04 Thread PASERO Guillaume
Hi, No need to change external_otb.cmake. The 3 steps you proposed should be fine. A few clarifications though: * With cmake, you need to prefix each setting with "-D" : -DOTB_USE_QT=OFF -DCMAKE_INSTALL_PREFIX=~/OTB/install * Step 2 : just "cd OTB/build" should be fine. Guillaume Quoting

Re: [otb-users] Re: Trouble with building Mac Build Error QT-5 Error

2018-09-04 Thread Shaffiq Somani
or do we change the verbiage in the external_otb.cmake file which has a line that states -DOTB_USE_QT:BOOL=${OTB_USE_QT} to -DOTB_USE_QT=OFF. Thanks, Shaffiq On Tuesday, September 4, 2018 at 11:44:26 PM UTC-4, Shaffiq Somani wrote: > > Dear Guillaume, > > Thanks for the update. I had no luck

Re: [otb-users] Re: Trouble with building Mac Build Error QT-5 Error

2018-09-04 Thread Shaffiq Somani
Dear Guillaume, Thanks for the update. I had no luck installing the QT5 and make it work. If I do do a script, how do I disable the Qt with " *-DOTB_USE_QT=OFF*" since I am not sure on how to incorporate the line. Are the steps shown below are the ones that I follow, since I am not really

Re: [otb-users] Re: Trouble with building Mac Build Error QT-5 Error

2018-09-04 Thread Guillaume Pasero
Hi, We usually build OTB on macOS 10.10 and this error doesn't show up. You can disable Qt with "-DOTB_USE_QT=OFF", your OTB will not use Qt (meaning no GUI launcher for application, no monteverdi, no mapla, but you will still have command line applications).