discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] minor bug


From: Dimitris Symeonidis
Subject: Re: [Discuss-gnuradio] minor bug
Date: Mon, 29 Aug 2011 00:09:44 +0200

Tom, I tried some more to clean up the dependencies list on Ubuntu.

I found a few dependencies that we were installing that don't seem to
be needed. ./configure, make and make check pass without errors. Can
you please confirm that in fact they are not necessary? Thanks!
* guile and guile-1.8-dev
* python-opengl
* pyqt4-dev-tools and qt4-dev-tools
* libqwtplot3d-qt4-dev

What's more, there are a few dependencies that don't need to be stated
explicitly, as they get pulled in automatically by other packages we
install:
* libpulse-dev (pulled in by libsdl1.2-dev)
* sdcc-libraries (pulled in by sdcc)
* libqt4-dev (pulled in by libqwt5-qt4-dev)
* libqtcore4 (pulled in by python-qwt5-qt4)

Finally, there are three dependencies of gr-qtgui that are not checked
by ./configure (i.e. configure passes, but make fails):
* libfontconfig1-dev
* libxrender-dev
* libxi-dev


Dimitrios Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International



On 28 August 2011 18:08, Dimitris Symeonidis <address@hidden> wrote:
> On 27 August 2011 23:10, Tom Rondeau <address@hidden> wrote:
>> On Fri, Aug 26, 2011 at 10:00 AM, Dimitris Symeonidis <address@hidden> wrote:
>>> I noticed that the "docs" component passes the configuration tests
>>> even without doxygen installed. This on Ubuntu 11.04, latest gnuradio
>>> from git master.
>>
>> That might actually be on purpose, since there is more in the docs
>> than just the Doxygen-generated stuff. Does this generate and failures
>> during make, make check, or make distcheck for you?
>
> No, no errors in make && make check.
>
> Make distcheck gives me an (irrelevant) error in gnuradio-core/src/lib/swig:
> *** No rule to make target `guile/gnuradio_core_filter.cc', needed by
> `distdir'.  Stop.
> Is this just me?
>
>>> Also, it seems fort77 is no longer a dependency, not sure when it went 
>>> away...
>>
>> Yeah, I don't recall why we had fort77 as a dependency. If it really
>> isn't necessary, it shouldn't be listed.
>
> This used to be required in order for ./configure to check for the
> existence of the python headers (python-dev), or else ./configure
> would claim that Python.h is missing.
> Here's what I blogged almost exactly 2 years ago about this:
> http://sdrblog.wordpress.com/2009/08/22/building-from-source-now-also-needs-fortran-compiler/
>
>>
>> Thanks!
>> Tom
>>
>>
>>> Have a nice weekend
>>>
>>> Dimitrios Symeonidis
>>> "If you think you're too small to make a difference, try sleeping with
>>> a mosquito!" - Amnesty International
>>>
>>> _______________________________________________
>>> Discuss-gnuradio mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>
>>
>
>
> Dimitrios Symeonidis
> "If you think you're too small to make a difference, try sleeping with
> a mosquito!" - Amnesty International
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]