Problem when make is called to install gnuradio

When i make GNU radio on mingw i get the following error. Can someone
figure
out the problem?

$ make
make all-recursive
make[1]: Entering directory /c/gnuradio-3.1.3' Making all in config make[2]: Entering directory/c/gnuradio-3.1.3/config’
make[2]: Nothing to be done for all'. make[2]: Leaving directory/c/gnuradio-3.1.3/config’
Making all in omnithread
make[2]: Entering directory /c/gnuradio-3.1.3/omnithread' make[2]: Nothing to be done forall’.
make[2]: Leaving directory /c/gnuradio-3.1.3/omnithread' Making all in gnuradio-core make[2]: Entering directory/c/gnuradio-3.1.3/gnuradio-core’
Making all in src
make[3]: Entering directory /c/gnuradio-3.1.3/gnuradio-core/src' Making all in gen_interpolator_taps make[4]: Entering directory/c/gnuradio-3.1.3/gnuradio-core/src/gen_interpolator_taps’
make[4]: Nothing to be done for all'. make[4]: Leaving directory/c/gnuradio-3.1.3/gnuradio-core/src/gen_interpolator_taps’
Making all in lib
make[4]: Entering directory /c/gnuradio-3.1.3/gnuradio-core/src/lib' Making all in missing make[5]: Entering directory/c/gnuradio-3.1.3/gnuradio-core/src/lib/missing’
make[5]: Nothing to be done for all'. make[5]: Leaving directory/c/gnuradio-3.1.3/gnuradio-core/src/lib/missing’
Making all in runtime
make[5]: Entering directory
/c/gnuradio-3.1.3/gnuradio-core/src/lib/runtime' /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../.. -DOMNITHREAD_NT=1 -I/c/gnuradio-3.1.3/omnithread -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/runtime -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/reed-solomon -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/viterbi -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/io -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/g72x -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/swig -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/swig -IC:/msys/1.0/local/include -I/usr/local/include/ -I/usr/local/include -g -O2 -Wall -Woverloaded-virtual -MT qa_gr_block.lo -MD -MP -MF .deps/qa_gr_block.Tpo -c -o qa_gr_block.lo qa_gr_block.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../.. -DOMNITHREAD_NT=1 -I/c/gnuradio-3.1.3/omnithread -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/runtime -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/general -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/gengen -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/filter -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/reed-solomon -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/viterbi -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/io -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/g72x -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/swig -I/c/gnuradio-3.1.3/gnuradio-core/src/lib/swig -IC:/msys/1.0/local/include -I/usr/local/include/ -I/usr/local/include -g -O2 -Wall -Woverloaded-virtual -MT qa_gr_block.lo -MD -MP -MF .deps/qa_gr_block.Tpo -c qa_gr_block.cc -DDLL_EXPORT -DPIC -o .libs/qa_gr_block.o In file included from qa_gr_block.cc:26: ./qa_gr_block.h:26:45: cppunit/extensions/HelperMacros.h: No such file or directory ./qa_gr_block.h:27:30: cppunit/TestCase.h: No such file or directory In file included from qa_gr_block.cc:26: ./qa_gr_block.h:30: error:CppUnit’ has not been declared
./qa_gr_block.h:30: error: expected class-name before ‘{’ token
./qa_gr_block.h:32: error: ISO C++ forbids declaration of
CPPUNIT_TEST_SUITE' with no type ./qa_gr_block.h:33: error:t0’ has not been declared
./qa_gr_block.h:33: error: ISO C++ forbids declaration of CPPUNIT_TEST' with no type ./qa_gr_block.h:33: error: ISO C++ forbids declaration ofparameter’
with
no type
./qa_gr_block.h:34: error: t1' has not been declared ./qa_gr_block.h:34: error: ISO C++ forbids declaration ofCPPUNIT_TEST’
with no type
./qa_gr_block.h:34: error: ISO C++ forbids declaration of parameter' with no type ./qa_gr_block.h:34: error:int qa_gr_block::CPPUNIT_TEST(int)’ and int qa_gr_block::CPPUNIT_TEST(int)' cannot be overloaded ./qa_gr_block.h:35: error:t2’ has not been declared
./qa_gr_block.h:35: error: ISO C++ forbids declaration of CPPUNIT_TEST' with no type ./qa_gr_block.h:35: error: ISO C++ forbids declaration ofparameter’
with
no type
./qa_gr_block.h:35: error: int qa_gr_block::CPPUNIT_TEST(int)' andint
qa_gr_block::CPPUNIT_TEST(int)’ cannot be overloaded
./qa_gr_block.h:36: error: t3' has not been declared ./qa_gr_block.h:36: error: ISO C++ forbids declaration ofCPPUNIT_TEST’
with no type
./qa_gr_block.h:36: error: ISO C++ forbids declaration of parameter' with no type ./qa_gr_block.h:36: error:int qa_gr_block::CPPUNIT_TEST(int)’ and int qa_gr_block::CPPUNIT_TEST(int)' cannot be overloaded ./qa_gr_block.h:37: error: ISO C++ forbids declaration ofCPPUNIT_TEST_SUITE_END’ with no type
qa_gr_block.cc: In member function void qa_gr_block::t0()': qa_gr_block.cc:41: error:CPPUNIT_ASSERT_EQUAL’ was not declared in
this
scope
qa_gr_block.cc: In member function void qa_gr_block::t1()': qa_gr_block.cc:63: error:CPPUNIT_ASSERT_EQUAL’ was not declared in
this
scope
make[5]: *** [qa_gr_block.lo] Error 1
make[5]: Leaving directory
/c/gnuradio-3.1.3/gnuradio-core/src/lib/runtime' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory/c/gnuradio-3.1.3/gnuradio-core/src/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /c/gnuradio-3.1.3/gnuradio-core/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/c/gnuradio-3.1.3/gnuradio-core’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/gnuradio-3.1.3’
make: *** [all] Error 2

On Thu, Apr 30, 2009 at 12:26 PM, Zainab Q. [email protected]
wrote:

./qa_gr_block.h:26:45: cppunit/extensions/HelperMacros.h: No such file or
directory
./qa_gr_block.h:27:30: cppunit/TestCase.h: No such file or directory

I would start there. It seems like a bit of a red flag.

Brian

what does that mean?

On Thu, Apr 30, 2009 at 1:44 PM, Zainab Q. [email protected]
wrote:

what does that mean?

Taking a stab in the dark, I am going to guess an error stating “No
such file or directory” means the file couldn’t be found by the
program?

Can you find it on your machine? If you can, you should give the
program some help and tell it where to find it!

Good luck.

Brian

Brian thanks for the help but that is where i am stuck at. which path
needs
to be set here?.. since i can find the files on my pc…