2010/1/14 Rob Frohne <[email protected]>: > Hi, > > I haven't built gnuradio for a month or two, and just did a git pull and > did: > > autoreconf -f > ./configure > make > > and got the following compile errors: > > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -DOMNITHREAD_POSIX=1 > -I/usr/include -I/home/frohro/Desktop/git/gnuradio/omnithread > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/runtime > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/general > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/general > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/gengen > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/gengen > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/filter > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/filter > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/missing > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/reed-solomon > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/viterbi > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/io > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/g72x > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/swig > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/hier > -I/home/frohro/Desktop/git/gnuradio/gnuradio-core/src/lib/swig > -I/home/frohro/Desktop/git/gnuradio/gruel/src/include > -I/home/frohro/Desktop/git/gnuradio/gruel/src/include > -I/usr/include/python2.6 -I/usr/include/qwt -I/usr/include/qwtplot3d-qt4 > -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DQT_SHARED > -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I. -g > -O2 -Wall -Woverloaded-virtual -pthread -MT FrequencyDisplayPlot.lo -MD -MP > -MF .deps/FrequencyDisplayPlot.Tpo -c FrequencyDisplayPlot.cc -fPIC -DPIC -o > .libs/FrequencyDisplayPlot.o > In file included from /usr/include/qwt/qwt_plot.h:17, > from ./FrequencyDisplayPlot.h:5, > from FrequencyDisplayPlot.cc:4: > /usr/include/qwt/qwt_array.h:25:23: error: qmemarray.h: No such file or
Hi Rob, This suggests that you have Qwt for Qt3 installed and you need Qwt for Qt4. Check if you have libqwt5-qt4-dev installed. If you have both installed I would try to uninstall the Qt3 version. Cheers Alex _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
