Hello, I have successfully compiled OTB 3.20 on a CentOS 6.5, and I'm now trying to compile Monteverdi2. I use gcc 4.4.7 on x86_64 arch, and I got the code using mercurial from http://hg.orfeo-toolbox.org/Monteverdi2/
I went through the ccmake step, ran make, and got the following error : [ 24%] Building CXX object Code/Common/Gui/CMakeFiles/ Monteverdi2_Gui.dir/mvdFilenameDragAndDropEventFilter.cxx.o /home/orfeo/Monteverdi-release/Monteverdi2/Code/Common/Gui/mvdFilenameDragAndDropEventFilter.cxx: In member function ‘virtual bool mvd::FilenameDragAndDropEventFilter::DragEnterEvent(QObject*, QDragEnterEvent*)’: /home/orfeo/Monteverdi-release/Monteverdi2/Code/Common/Gui/mvdFilenameDragAndDropEventFilter.cxx:98: error: ‘const class QUrl’ has no member named ‘isLocalFile’ /home/orfeo/Monteverdi-release/Monteverdi2/Code/Common/Gui/mvdFilenameDragAndDropEventFilter.cxx: In member function ‘virtual bool mvd::FilenameDragAndDropEventFilter::DropEvent(QObject*, QDropEvent*)’: /home/orfeo/Monteverdi-release/Monteverdi2/Code/Common/Gui/mvdFilenameDragAndDropEventFilter.cxx:156: error: ‘const class QUrl’ has no member named ‘isLocalFile’ make[2]: *** [Code/Common/Gui/CMakeFiles/Monteverdi2_Gui.dir/mvdFilenameDragAndDropEventFilter.cxx.o] Error 1 make[1]: *** [Code/Common/Gui/CMakeFiles/Monteverdi2_Gui.dir/all] Error 2 make: *** [all] Error 2 That's quite obscure to me. Any clue ? Thanks a lot, Jerome -- -- 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/groups/opt_out.
