Difficulty with FrequencyDisplayPlot and OpenSuse 11.2

When I attempt to build the system, everything seems to proceed well
until FrequencyDisplayPlot is being built.

After configure, I obtain the following:


The following GNU Radio components have been successfully configured:

config
gruel
omnithread
gnuradio-core
pmt
mblock
usrp
usrp2
gr-usrp
gr-usrp2
gr-audio-alsa
gr-audio-jack
gr-audio-oss
gr-audio-portaudio
gr-cvsd-vocoder
gr-gpio
gr-gsm-fr-vocoder
gr-pager
gr-radar-mono
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui
gr-qtgui
gr-sounder
gr-utils
gnuradio-examples
grc
docs

You my now run the make command to build these components.


The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:

gcell
gr-gcell
gr-audio-osx
gr-audio-windows

These components will not be built.


The error that I get for make is:
-I/home/jericho/gnuRadio/gnuradio-3.2.2/gruel/src/include
-I/usr/include/python2.6 -I/usr/include/qwt -I/usr/include/qwtplot3d
-DQT_SHARED -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtGui
-I/usr/include/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 FrequencyDisplayPlot.cc:4:
./FrequencyDisplayPlot.h:5:22: error: qwt_plot.h: No such file or
directory
./FrequencyDisplayPlot.h:6:25: error: qwt_painter.h: No such file or
directory


It goes downhill rapidly from there.

The files that it says are missing are located at:
the missing files are all located at /usr/local/include/qwt or
/usr/local/include/qwtplot3d

An abbreviated configure and make output are enclosed in the
attachment.

Any ideas on how to move forward? Thanks!