Hello.
I have some build problem with building gr-igbalance with documentation
enabled. Build fails with a message saying that shell interpreter can't
execute Doxyfile. It is the same as I noticed some time ago while
building gr-osmosdr (see
http://lists.osmocom.org/pipermail/osmocom-sdr/2013-April/000553.html
). It was solved by the patch by Jaroslav Škarvada (
http://cgit.osmocom.org/gr-osmosdr/commit/?id=2f6592566bd60d2539f5b976dcf6119876a0e0
).

Similar patch, attached, help for gr-iqbalance. It moves doxygen
detection test to toplevel CMakeLists.txt. Please add it to git
repository.

Wojciech Kazubski


diff -up gr-iqbal/CMakeLists.txt.old gr-iqbal/CMakeLists.txt
--- gr-iqbal/CMakeLists.txt.old	2013-07-27 18:02:02.000000000 +0200
+++ gr-iqbal/CMakeLists.txt	2013-08-05 13:49:09.000000000 +0200
@@ -106,6 +106,11 @@ set(GR_PKG_LIBEXEC_DIR  ${GR_LIBEXEC_DIR
 set(GRC_BLOCKS_DIR      ${GR_PKG_DATA_DIR}/grc/blocks)
 
 ########################################################################
+# Setup dependencies
+########################################################################
+find_package(Doxygen)
+
+########################################################################
 # Find gnuradio build dependencies
 ########################################################################
 set(GR_REQUIRED_COMPONENTS RUNTIME)
diff -up gr-iqbal/docs/CMakeLists.txt.old gr-iqbal/docs/CMakeLists.txt
--- gr-iqbal/docs/CMakeLists.txt.old	2013-03-06 23:39:45.000000000 +0100
+++ gr-iqbal/docs/CMakeLists.txt	2013-08-05 13:47:58.000000000 +0200
@@ -18,11 +18,6 @@
 # Boston, MA 02110-1301, USA.
 
 ########################################################################
-# Setup dependencies
-########################################################################
-find_package(Doxygen)
-
-########################################################################
 # Begin conditional configuration
 ########################################################################
 if(ENABLE_DOXYGEN)

Reply via email to