discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Building error of GNURadio 3.7.2


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Building error of GNURadio 3.7.2
Date: Tue, 20 May 2014 11:52:55 -0400

On Tue, May 20, 2014 at 11:47 AM, mohamedx <address@hidden> wrote:
Hi everyone,

I've tried to build GNRadio 3.7.2.1 from source, when I came to make step
I've received two strange error, you find hereafter what it looks like:

***********************************************************************************************
[ 13%] Generating python docstrings for pmt_swig_doc
Traceback (most recent call last):
  File "xxxxxxxx/gnuradio-3.7.2/docs/doxygen/swig_doc.py", line 328, in
<module>
    make_swig_interface_file(di, swigdocfilename,
custom_output=custom_output)
  File "xxxxxxxx/gnuradio-3.7.2/docs/doxygen/swig_doc.py", line 251, in
make_swig_interface_file
    blocks = di.in_category(Block)
  File "xxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 140, in
in_category
    self.confirm_no_error()
  File "xxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 206,
in confirm_no_error
    self.check_parsed()
  File "xxxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 203,
in check_parsed
    self._parse()
  File "xxxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/doxyindex.py", line
54, in _parse
    self._members += converted.members()
  File "xxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 174,
in members
    self.confirm_no_error()
  File "xxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 206,
in confirm_no_error
    self.check_parsed()
  File "xxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 203,
in check_parsed
    self._parse()
  File "xxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/doxyindex.py", line
238, in _parse
    self.retrieve_data()
  File "xxxxxxxxxxx/gnuradio-3.7.2/docs/doxygen/doxyxml/base.py", line 193,
in retrieve_data
    filename = os.path.join(self._xml_path, self.refid + '.xml')
  File "/usr/lib64/python2.7/posixpath.py", line 80, in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 17:
ordinal not in range(128)
make[2]: *** [gnuradio-runtime/swig/pmt_swig_doc.i] Erreur 1
make[1]: *** [gnuradio-runtime/swig/CMakeFiles/pmt_swig_swig_doc.dir/all]
Erreur 2
make: *** [all] Erreur 2
************************************************************************************

Could someone help me fix this ? Thanks.

Hmm, that's a new one. Wish it was more clear where the bug was coming from in the doc files. But instead of trying to debug it, just turn off the Doxygen build by passing cmake '-DENABLE_DOXYGEN=False' and then rebuild. You can always get to the manual here:

http://gnuradio.org/doc/doxygen/

And for 3.7.2: 
http://gnuradio.org/doc/doxygen-3.7.2/

Tom


reply via email to

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