On Sun, Aug 28, 2011 at 12:08 PM, Dimitris Symeonidis <[email protected]> wrote: > On 27 August 2011 23:10, Tom Rondeau <[email protected]> wrote: >> On Fri, Aug 26, 2011 at 10:00 AM, Dimitris Symeonidis <[email protected]> >> 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?
This is a bit of an annoyance with some of the Guile support added late last year. To run make distcheck, you need to add "--enable-guile" to the configure line. The Guile build isn't necessary at other times, and it removes the need for guile-dev as a dependency. If you are running make distcheck, you'll need guile-dev and to enable it. Since most people in their daily lives don't need to do a distcheck, we haven't really said anything about it. Thanks for checking into it, though. >>> 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/ It's probably a good thing to keep in the dependency list, then, since people are still working on older systems where this might cause a problem. 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 >>> [email protected] >>> 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 > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
