3.2-RC2 Build failure

Hi,

I get the following build error with RC2.

Making all in lib
make[4]: Entering directory
`/home/stevie/src/gnuradio-3.2rc2/mblock/src/lib’
GUILE_LOAD_PATH="/home/stevie/src/gnuradio-3.2rc2/pmt/src/scheme:/home/stevie/src/gnuradio-3.2rc2/mblock/src/scheme"
/usr/bin/guile -e main -s
…/…/…/mblock/src/scheme/gnuradio/compile-mbh.scm ./qa_bitset.mbh
qa_bitset_mbh.cc
ERROR: no code for module (gnuradio macros-etc)
make[4]: *** [qa_bitset_mbh.cc] Error 1

It looks like macros-etc is needed but my configure seems ok. Am I
missing
something obvious and if so what is it?

All the best

Steve

On Wed, Apr 22, 2009 at 12:09 AM, Steve G. [email protected]
wrote:

It looks like macros-etc is needed but my configure seems ok. Am I missing
something obvious and if so what is it?

There was a file missing from the distribution tarball. It’s really
odd this didn’t show up in earlier testing or affect other people, but
it is fixed now in the trunk. You can copy the file over manually and
continue with your testing if you like.

Thanks for the bug report.

Johnathan

Jonathan,

Just to confirm that you are correct. I copied
gnuradio/pmt/src/scheme/gnuradio/macros-etc.scm from the trunk into RC2
and
it builds just fine. Now to make sure my code will work on 3.2!

Regards,

Steve