And really, the Makefile.common for the gnuradio family will set the
distfile and
You’re of course referring to the pkgsrc makefile here.
Indeed. Thanks for accomodating this in the gnuradio repo; it’s far
easier to spiff things up there than to have to work around this with
makefile patches.
No promises on time
I agree with the need, though. There are other uses for this
functionality (many people only want to build a subset of packages even
if
they could build more.)
We’re trying to do things incrementally; I’ll be fixing other stuff
first
before I get to it.
The solution that Jonathan proposed addresses
this very issue and works fine. I have annotated bug #26 with the other
locations that need the DYLD_LIBRARY_PATH set while the tests are being
run. This lets the make check pass on OSX, too.
thanks for your insights! The solution that Jonathan proposed addresses
this very issue and works fine. I have annotated bug #26 with the other
locations that need the DYLD_LIBRARY_PATH set while the tests are being
run. This lets the make check pass on OSX, too. So I don’t need you need
to do anything further, as far as this is concerned, other than maybe
testing it on your system, so we have the PPC version of OSX covered.
There’s something odd going on with the way SWIG is creating
ecc.cc . Could someone with this issue (Tom? Greg?) send me a copy
ecc.cc as well as the “make” output stuff? Yes, I know ecc.cc is
auto-generated, but maybe it’ll be useful. My initial attempts to
debug this on my own version are futile, since the code works and
even looks correct. - MLD