Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-10 Thread Berndt Josef Wulf
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

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-09 Thread Eric Blossom
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.

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-07 Thread Berndt Josef Wulf
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",

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-06 Thread Eric Blossom
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.

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-06 Thread Berndt Josef Wulf
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

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-06 Thread Eric Blossom
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

Re: [Discuss-gnuradio] gr-audio-oss segfaults

2006-04-06 Thread Eric Blossom
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

[Discuss-gnuradio] gr-audio-oss segfaults

2006-04-06 Thread Berndt Josef Wulf
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