discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-cdma doxygen build


From: Murray Thomson
Subject: [Discuss-gnuradio] gr-cdma doxygen build
Date: Mon, 27 Mar 2017 10:38:45 +0100

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


reply via email to

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