Hi,
I'm new to this list. Need some help compiling gnuradio 3.0.1 in Ubuntu 14.4. I know this is an old, unsupported gnuradio, but I was hoping for some insight into swig compilation. Need it for a dependncy:
Must remake target `gr_add_const_vcc.h'.
PYTHONPATH=../../../../gnuradio-core/src/python srcdir=. ./generate_all.py
Traceback (most recent call last):
File "./generate_all.py", line 33, in <module>
generate_all ()
File "./generate_all.py", line 28, in generate_all
generate_common.generate ()
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/lib/general/generate_common.py", line 82, in generate
expand_h_cc_i (r, s)
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/lib/general/generate_common.py", line 68, in expand_h_cc_i
expand_template (d, root + '.h.t')
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/python/build_utils.py", line 55, in expand_template
template = open_src (template_filename, 'r')
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/python/build_utils.py", line 106, in open_src
return open (os.path.join (srcdir, name), mode)
IOError: [Errno 2] No such file or directory: './gr_add_vXX.h.t'
make: *** [gr_add_const_vcc.h] Error 1
PYTHONPATH=../../../../gnuradio-core/src/python srcdir=. ./generate_all.py
Traceback (most recent call last):
File "./generate_all.py", line 33, in <module>
generate_all ()
File "./generate_all.py", line 28, in generate_all
generate_common.generate ()
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/lib/general/generate_common.py", line 82, in generate
expand_h_cc_i (r, s)
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/lib/general/generate_common.py", line 68, in expand_h_cc_i
expand_template (d, root + '.h.t')
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/python/build_utils.py", line 55, in expand_template
template = open_src (template_filename, 'r')
File "/home/nikos/work/gnuradio-3.0.1/gnuradio-core/src/python/build_utils.py", line 106, in open_src
return open (os.path.join (srcdir, name), mode)
IOError: [Errno 2] No such file or directory: './gr_add_vXX.h.t'
make: *** [gr_add_const_vcc.h] Error 1
TIA
Nikos
No comments:
Post a Comment