bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
219 stars 73 forks source link

Building documentation fails #24

Closed wkazubski closed 4 years ago

wkazubski commented 4 years ago

When I build gr-rds with eeabled documentation (cmake option -DENABLE_DOXYGEN=1 added), the cmake fails with this message: ... CMake Error: File /home/wk/rpmbuild/BUILD/gr-rds/docs/doxygen/Doxyfile.swig_doc.in does not exist. CMake Error at /usr/lib64/cmake/gnuradio/GrSwig.cmake:58 (configure_file): configure_file Problem configuring file Call Stack (most recent call first): /usr/lib64/cmake/gnuradio/GrSwig.cmake:112 (GR_SWIG_MAKE_DOCS) swig/CMakeLists.txt:40 (GR_SWIG_MAKE)

-- Configuring incomplete, errors occurred! See also "/home/wk/rpmbuild/BUILD/gr-rds/build/CMakeFiles/CMakeOutput.log". See also "/home/wk/rpmbuild/BUILD/gr-rds/build/CMakeFiles/CMakeError.log".

bastibl commented 4 years ago

Thanks for reporting the issue. I just pushed some changes that hopefully fix this. Unfortunately, there is no source code documentation at this point, so I deleted the docs folder. The issue was caused by some cmake left overs that were not deleted.

wkazubski commented 4 years ago

Thanks for fast respones, now cmake works OK and I can build the package (except the docs).

bastibl commented 4 years ago

great, thanks for the feedback.