Hi, I'm trying to build gr-cdma in Ubuntu 16.04 following the instructions in https://github.com/anastas/gr-cdma.
I can build it with cmake -DENABLE_DOXYGEN=OFF "PATH TO YOUR gr-cdma TRUNK" But when I enable doxygen it fails. I have installed sudo apt install doxygen doxygen-doc doxygen-gui doxygen-latex texlive-base (I haven't installed texlive-full) It first complained about permissions in the file BUILD_FOLDER/swig/cdma_swig_doc_swig_docs/Doxyfile I changed the permissions to 777. The make command output is: [ 29%] Built target gnuradio-cdma [ 38%] Built target test-cdma [ 45%] Built target _cdma_swig_doc_tag [ 48%] Generating doxygen xml for cdma_swig_doc docs cdma_swig_doc_swig_docs/Doxyfile: 23: cdma_swig_doc_swig_docs/Doxyfile: DOXYFILE_ENCODING: not found cdma_swig_doc_swig_docs/Doxyfile: 28: cdma_swig_doc_swig_docs/Doxyfile: PROJECT_NAME: not found cdma_swig_doc_swig_docs/Doxyfile: 34: cdma_swig_doc_swig_docs/Doxyfile: PROJECT_NUMBER: not found ------------------------------------------------------------------------------------ 207 similar "not found" errors in total cdma_swig_doc_swig_docs/Doxyfile: 1514: cdma_swig_doc_swig_docs/Doxyfile: DOT_CLEANUP: not found swig/CMakeFiles/cdma_swig_swig_doc.dir/build.make:64: recipe for target 'swig/cdma_swig_doc_swig_docs/xml/index.xml' failed make[2]: *** [swig/cdma_swig_doc_swig_docs/xml/index.xml] Error 127 CMakeFiles/Makefile2:312: recipe for target 'swig/CMakeFiles/cdma_swig_swig_doc.dir/all' failed make[1]: *** [swig/CMakeFiles/cdma_swig_swig_doc.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Could someone please point me in the right direction? Regards, Murray
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio