Making GNU Radio 3.5.2.1- volk issues

Ok, I am newb so I hope I get this right. I am trying to install GNU
Radio on my virtual box linux (Ububtu 10.0.4) install. I have been
having problems for the last couple of days.

Here is the error… it has to do with the Volk libraries. I tried it
using both the “normal” make and cmake and I run into problems with
both. When I was using the make I read a post that said cmake solved
the problem so I installed cmake and tried that but I still had
problems. Not to mention that the latest tars of the gnu are missing a
file, that has now been posted as a bug.

So I deleted all versions I had and downloaded 3.5.2.1 again. When I
run:
cmake sourcedir

I get:

CMake Error at CMakeLists.txt:23 (include):
include could not find load file:

GrBoost

CMake Warning at CMakeLists.txt:25 (find_package):
Could not find module FindGSL.cmake or a configuration file for
package
GSL.

Adjust CMAKE_MODULE_PATH to find FindGSL.cmake or set GSL_DIR to the
directory containing a CMake configuration file for GSL. The file
will
have one of the following names:

GSLConfig.cmake
gsl-config.cmake

CMake Warning at CMakeLists.txt:27 (find_package):
Could not find module FindFFTW3f.cmake or a configuration file for
package
FFTW3f.

Adjust CMAKE_MODULE_PATH to find FindFFTW3f.cmake or set FFTW3f_DIR to
the
directory containing a CMake configuration file for FFTW3f. The file
will
have one of the following names:

FFTW3fConfig.cmake
fftw3f-config.cmake

CMake Error at CMakeLists.txt:29 (include):
include could not find load file:

GrPython

CMake Error at CMakeLists.txt:34 (GR_SET_GLOBAL):
Unknown CMake command “GR_SET_GLOBAL”.

CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8)

should be added at the top of the file. The version specified may be
lower
if you wish to support older CMake versions for this project. For
more
information run “cmake --help-policy CMP0000”.
This warning is for project developers. Use -Wno-dev to suppress it.

Configuring incomplete, errors occurred!

========================================================
I also tried using just make as follows:
./configure

=========================================================
config.status: executing run_tests_build commands
=== configuring in volk (/home/clark/GNURadio/gnuradio-3.5.2.1/volk)
configure: WARNING: no configuration information is in volk


The following GNU Radio components have been successfully configured:

config
gruel
volk
gnuradio-core
gr-digital
gr-audio
gr-vocoder
gr-atsc
gr-noaa
gr-pager
gr-trellis
gr-video-sdl
gr-wxgui
gr-qtgui
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:

gr-comedi
gr-uhd
gr-shd

These components will not be built.

Configured GNU Radio release 3.5.2.1 for build.

Then when I run:
./make

I get:

make[2]: Leaving directory /home/clark/GNURadio/gnuradio-3.5.2.1/gruel' Making all in volk make[2]: Entering directory/home/clark/GNURadio/gnuradio-3.5.2.1/volk’
make[2]: *** No rule to make target all'. Stop. make[2]: Leaving directory/home/clark/GNURadio/gnuradio-3.5.2.1/volk’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/clark/GNURadio/gnuradio-3.5.2.1’
make: *** [all] Error 2

Any help is appreciated…
Respectfully
Derek