generate_all is also executed after a "gmake clean" since it removes
several files that are supplied in the tarball, which need to be
regenerated, causing the same problem.
So if we need generate_all to work anyway, probably the files it makes
shouldn't be in the tarball.
One of the things
G'day Johnathan,
Ok, they are forming part of the distribution, but I've never seen and
obviously never missed them until now.
I didn't create a pkgsrc distribution for version 3.0 since it had other
problems that needed to be overcome and my working schedule was very tight at
that time. Hence
On Thu, 2006-11-09 at 18:03 +1030, Berndt Josef Wulf wrote:
> It appars that those ending with _vXX are nolonger part of the distribution
> and may be a leftover from earlier distribution - old skeletons? :-)
Actually, those ending in vXX are part of the source tree and are
supposed to be in th
G'day,
ok, the problems appears to be that pkgsrc touches some files in the
gnuradio-core/src/lib/general directory triggering the execution of the
generate_all.py script which imports generate_common.py.
generate_common.py contains a list of files
reg_roots = [
'gr_add_const_XX',
'gr
I've tried this version in pkgsrc and I'm getting the following error:
gmake[5]: Entering directory
`/usr/pkgsrc/ham/gnuradio-core/work/gnuradio-3.0.1/gnuradio-core/src/lib/general'
PYTHONPATH=../../../../gnuradio-core/src/python srcdir=. ./generate_all.py
Traceback (most recent call last):
Fil
Unofficial tarballs for GNU Radio release 3.0.1 are available at:
http://gnuradio.org/releases/gnuradio/gnuradio-3.0.1.tar.gz
http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.0.1.tar.gz
The release history and changes are available at:
http://gnuradio.org/trac/wiki/Release3.0Branch