Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-05-01 Thread Zainab Qureshi
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.. On Thu, Apr 30, 2009 at 10:48 PM, Brian Padalino wrote: > On Thu, Apr 30, 2009 at 1:44 PM, Zainab Qureshi > wrote: > > what does that mean? > > Taking a stab in th

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Brian Padalino
On Thu, Apr 30, 2009 at 1:44 PM, Zainab Qureshi 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 som

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Zainab Qureshi
what does that mean? On Thu, Apr 30, 2009 at 10:44 PM, Brian Padalino wrote: > On Thu, Apr 30, 2009 at 12:26 PM, Zainab Qureshi > 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 dire

Re: [Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Brian Padalino
On Thu, Apr 30, 2009 at 12:26 PM, Zainab Qureshi 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

[Discuss-gnuradio] problem when make is called to install gnuradio

2009-04-30 Thread Zainab Qureshi
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]: Leavi