Hi,

I got the same error:

make[4]: *** No rule to make target `/../lib/libgnuradio-pager.la',
needed by `_pager_swig.la'.  Stop.
make[4]: Leaving directory
`/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager/swig'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager/swig'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio'
make: *** [all] Error 2

on Ubuntu 9.10 when trying to build the most recent gnuradio source
code. The latest release (3.2.2) builds fine.

Did anyone find out what is the source of this error is?

Cheers,


Veljko

2009/12/21 Ben Hilburn <bhilb...@vt.edu>:
> Yup - I tried all of the 'dumb mistake' things I could think of.  Like
> I said, I couldn't reproduce the error on another system.  I'll dig
> through things once I find time and see if I can't get to the source
> of the issue.
>
> I just wanted to mention it in case it comes up again in the near
> future from another user.
>
> Cheers,
> Ben
>
> On Mon, Dec 21, 2009 at 10:19 PM, Tom Rondeau <trondeau1...@gmail.com> wrote:
>> Ben Hilburn wrote:
>>>
>>> Hey all -
>>>
>>> When building the most recent pull of the GNURadio tree on Ubuntu,
>>> gr-pager fails to build with the following error:
>>>
>>> ------------------------------------------------------------------------------------------------------
>>> make[5]: *** No rule to make target `/../lib/libgnuradio-pager.la',
>>> needed by `_pager_swig.la'.  Stop.
>>> make[5]: Leaving directory
>>>
>>> `/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager/swig'
>>> make[4]: *** [all] Error 2
>>> make[4]: Leaving directory
>>>
>>> `/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager/swig'
>>> make[3]: *** [all-recursive] Error 1
>>> make[3]: Leaving directory
>>>
>>> `/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager'
>>> make[2]: *** [all-recursive] Error 1
>>>
>>> ------------------------------------------------------------------------------------------------------
>>>
>>> The Ubuntu system has swig 1.3 installed, and I get the same results
>>> when using 'make distcheck'.  However, I tested the build on another
>>> machine running Archlinux, and could not reproduce the problem.
>>>
>>> I'm not sure if it is a system configuration issue or a compatibility
>>> issue, but I wanted to give the list a heads-up in case it pops up
>>> again later.  I don't have time now, but I'll dig through it and
>>> locate the problem when I find some free time.
>>>
>>> Cheers,
>>> Ben
>>>
>>
>> This seems like a configure-time error. Did you try a make distclean then a
>> bootstrap && configure to rebuild all of the Makefiles?
>>
>> Tom
>>
>>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to