On Monday 10 April 2006 09:02, Eric Blossom wrote:
> Hi Berndt,
>
> I've spent some more time looking at this problem.
> I think I know how to fix it "right", but it's going to take a while.
> Just removing the output of swig causes a failure in the VPATH build
> that takes place during "make distc
Hi Berndt,
I've spent some more time looking at this problem.
I think I know how to fix it "right", but it's going to take a while.
Just removing the output of swig causes a failure in the VPATH build
that takes place during "make distcheck". I know how to fix it, but I
don't have time right now.
On Friday 07 April 2006 12:41, Eric Blossom wrote:
> > The log below shows the part that does go wrong. Note that swig wasn't
> > executed in order to regenerate audio_oss.cc
>
> Note that the compile from the the tarball *does* succeed. It does
> generate some warnings about "defined but unused",
On Fri, Apr 07, 2006 at 11:52:47AM +0930, Berndt Josef Wulf wrote:
> On Friday 07 April 2006 11:35, Eric Blossom wrote:
> > On Fri, Apr 07, 2006 at 07:50:53AM +0930, Berndt Josef Wulf wrote:
> > > G'day,
> > >
> > > gr-audio-oss segfaults when built using the gr-audio-oss-0.8.tar.gz
> > > tarball.
On Friday 07 April 2006 11:35, Eric Blossom wrote:
> On Fri, Apr 07, 2006 at 07:50:53AM +0930, Berndt Josef Wulf wrote:
> > G'day,
> >
> > gr-audio-oss segfaults when built using the gr-audio-oss-0.8.tar.gz
> > tarball. The reason for this is that the tarball includes audio_oss.cc
> > which normall
On Fri, Apr 07, 2006 at 07:50:53AM +0930, Berndt Josef Wulf wrote:
> G'day,
>
> gr-audio-oss segfaults when built using the gr-audio-oss-0.8.tar.gz tarball.
> The reason for this is that the tarball includes audio_oss.cc which normally
> is created by swig. Consequently, the interfaces created i
On Fri, Apr 07, 2006 at 07:50:53AM +0930, Berndt Josef Wulf wrote:
> G'day,
>
> gr-audio-oss segfaults when built using the gr-audio-oss-0.8.tar.gz tarball.
> The reason for this is that the tarball includes audio_oss.cc which normally
> is created by swig. Consequently, the interfaces created i
G'day,
gr-audio-oss segfaults when built using the gr-audio-oss-0.8.tar.gz tarball.
The reason for this is that the tarball includes audio_oss.cc which normally
is created by swig. Consequently, the interfaces created in this file may not
be correct for the every target system. I guess this wa