[Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Michael Dickens
Making all in swig make[3]: *** No rule to make target `../../../../gnuradio-core/src/ lib/runtime/gr_simple_flowgraph.i', needed by `gnuradio_swig_py_runtime.cc'. Stop. There is indeed no gr_simple_flowgraph.i, and this is referenced in the file:

Re: [Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Johnathan Corgan
Eric Blossom wrote: While I can temporarily work around this by removing that line from the file, it would be better if someone corrected the issue. - MLD Actually, removing the line in the (5) files that contain that is the right thing to do. It's a generated file, created locally on your

Re: [Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Robert McGwier
At Jonathan's suggestion, I did a make distclean. THAT brick bat through the window did the trick. It now compiles and completes and make check works. Bob Eric Blossom wrote: On Mon, Apr 30, 2007 at 11:15:41AM -0400, Michael Dickens wrote: Making all in swig make[3]: *** No rule to

Re: [Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Michael Dickens
On Apr 30, 2007, at 12:45 PM, Robert McGwier wrote: At Jonathan's suggestion, I did a make distclean. THAT brick bat through the window did the trick. It now compiles and completes and make check works. make distclean did indeed do the trick; should have tried that one up front. Must

Re: [Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Johnathan Corgan
Michael Dickens wrote: Now that it's getting further along (a clean checkout this time), another issue: should the file: gnuradio-core/src/lib/io/io.i include (as written now, but doesn't compile on OSX): --- #include gr_udp_sink.cc #include gr_udp_source.cc --- or (as compiles on

Re: [Discuss-gnuradio] SVN Compiling Error

2007-04-30 Thread Michael Dickens
Great! SVN trunk is working again on OSX 10.4.9 (both PPC and Intel) ... either clean or with make distclean if a bit old. - MLD On Apr 30, 2007, at 2:02 PM, Johnathan Corgan wrote: Fixed in the trunk, thanks... ___ Discuss-gnuradio mailing list