Following
https://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech3.html#x17-260003

I've installed ice with no problems.
But then, I get these problems with monteverdi-configuration.cmake:

I do not have /usr/include/qwt5-qt4
I have /usr/include/qwt-qt4

I do not have /usr/lib64/libqwt.so.5
I have usr/lib/libqwt.so.6
(apparently, cannot get qwt5 for my distribution any more)

I've tried with a monteverdi-configuration.cmake file with the 2 last
lines modified to
set(QWT_INCLUDE_DIR "/usr/include/qwt-qt4" CACHE STRING "" FORCE)
set(QWT_LIBRARY "/usr/lib/libqwt.so.6" CACHE STRING "" FORCE)

make worked until the end:

[ 93%] Linking CXX executable ../../../bin/mapla
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPicker::selectionFlags() const'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPlot::setCanvasBackground(QColor const&)'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPicker::setSelectionFlags(int)'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPicker::stateMachine(int) const'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPlotPicker::QwtPlotPicker(int, int, int, QwtPicker::RubberBand,
QwtPicker::DisplayMode, QwtPlotCanvas*)'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPlotCurve::setData(double const*, double const*, int)'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPlotPicker::trackerText(QPointF const&) const'
../../../lib/libMonteverdi_Gui.so.3.1.0: undefined reference to
`QwtPainter::drawLine(QPainter*, int, int, int, int)'
collect2: error: ld returned 1 exit status
Code/Application/Mapla/CMakeFiles/mapla.dir/build.make:344: recipe for
target 'bin/mapla' failed
make[2]: *** [bin/mapla] Error 1
CMakeFiles/Makefile2:319: recipe for target
'Code/Application/Mapla/CMakeFiles/mapla.dir/all' failed
make[1]: *** [Code/Application/Mapla/CMakeFiles/mapla.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
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 otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
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 otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to