Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2017-10-21 Thread Sebastian Müller
Hi, I’ve had a look on this and want to share what I found out. My setup is macOS 10.13 with MacPorts in /opt/local. I’ve used `pybombs install gnuradio` straight away and worked my way to a successful build from there. Please note that I have another GR installation from MacPorts, which means som

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-23 Thread Cinaed Simson
gt;> >>> On Sun, 21 May 2017 18:08:36 -0700 >>> li...@lazygranch.com wrote: >>> >>>> >>>> "Latest commit 0e32fca 4 days ago." That comes right off of github. >>>> https://github.com/gnuradio/gnuradio >>>> &g

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-23 Thread li...@lazygranch.com
> >> > >> "Latest commit 0e32fca 4 days ago." That comes right off of github. > >> https://github.com/gnuradio/gnuradio > >> > >> When I'm on that machine, I will research what I have for the gnu > >> scientific library. I have it

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-22 Thread Cinaed Simson
machine, I will research what I have for the gnu >> scientific library. I have it, but don't know if it is up to date. >> >> >> Original Message >> From: Cinaed Simson >> Sent: Sunday, May 21, 2017 5:52 PM >> To: discuss-gnuradio@gnu.org >> Subject

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-21 Thread li...@lazygranch.com
quot;Ralph A. Schmid, dk5ras" wrote: > > > >> This is also my experience, I made exactly this, deleting the build > >> dir, make a new one, fresh cmake, and so on. > >> > >> Ralph. > >> > >> > >>> -Original Message- > &

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-21 Thread lists
Simson Sent: Sunday, May 21, 2017 5:52 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building gnuradio master fails On 05/21/2017 01:27 AM, li...@lazygranch.com wrote: > FWIW, I just compiled 0e32fca on opensuse. It builds just fine, but > I'm failing all the polar tes

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-21 Thread Cinaed Simson
;> Ralph. >> >> >>> -Original Message- >>> From: li...@lazygranch.com [mailto:li...@lazygranch.com] >>> Sent: Saturday, 20 May, 2017 20:50 >>> To: Ralph A. Schmid, dk5ras; 'Kostis Triantafyllakis'; >>> discuss-gnuradio@gnu.org Subject

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-21 Thread li...@lazygranch.com
anch.com] > > Sent: Saturday, 20 May, 2017 20:50 > > To: Ralph A. Schmid, dk5ras; 'Kostis Triantafyllakis'; > > discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building > > gnuradio master fails > > > > Be that as it may, I have noticed t

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-20 Thread Ralph A. Schmid, dk5ras
ras; 'Kostis Triantafyllakis'; > discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Building gnuradio master fails > > Be that as it may, I have noticed that the first "cmake../", that is a fresh > directory, produces different output than a "make clean"

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-20 Thread lists
to standard output. I don't know if a fresh directly effects the actual build or not.   Original Message   From: Ralph A. Schmid, dk5ras Sent: Saturday, May 20, 2017 11:32 AM To: 'Kostis Triantafyllakis'; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building gnuradio master f

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-20 Thread Ralph A. Schmid, dk5ras
Hi, Forgot to mention that of course I already did so - with no success... Ralph. > -Original Message- > From: Kostis Triantafyllakis [mailto:ctri...@csd.uoc.gr] > Sent: Saturday, 20 May, 2017 18:19 > To: Ralph A. Schmid, dk5ras; discuss-gnuradio@gnu.org > Subject: Re: [D

Re: [Discuss-gnuradio] Building gnuradio master fails

2017-05-20 Thread Kostis Triantafyllakis
Hello, Cleaning (or even deleting the whole build directory) before rebuilding, had helped me in similar cases. Maybe you could give it a try Best, Kostis On 05/20/2017 06:58 PM, Ralph A. Schmid, dk5ras wrote: Hi, on a Kubuntu 16.04 system building gnuradio from source fails. Branch is mas

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-25 Thread Brian Cuthie
Hi Martin, Please see my original post under this subject title. It contained a few other 'gotchas' I found when building for MacOSX using Pybombs. -brian Sent from my iPhone > On Oct 25, 2016, at 11:41 AM, Martin Braun wrote: > > Not quite related, but I would love to see PyBOMBS become a

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-25 Thread Martin Braun
Not quite related, but I would love to see PyBOMBS become a stable means for installation on Mac OS X. For other distros, I've started adding Docker containers for testing, but Mac OS obviously doesn't let us do that. Any specific bug report from installing on Mac is thus appreciated -- and then o

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-24 Thread Johnathan Corgan
On Sun, Oct 23, 2016 at 12:37 AM, Peter Horvath wrote: > You need to amend e.g., gr-dtv/swig/CMakeLists.txt so that > set(GR_SWIG_LIBRARIES gnuradio-dtv) > becomes > set(GR_SWIG_LIBRARIES gnuradio-dtv ${GSL_LDFLAGS}) > > and in gr-dtv/CMakeLists.txt, the GR_REGISTER_COMPONENT section should > pr

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-23 Thread Peter Horvath
n 2 a couple of weeks ago and the gsl1 recipe is now called, well, gsl1. I didn't try if gsl v2 works with gnuradio. Best regards, Peter > -- Forwarded message -- > From: Brian Cuthie > To: "discuss-gnuradio@gnu.org" > Cc: > Date: Sat, 22 Oct 2016 22

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-22 Thread Brian Cuthie
Hi Ron, That’s a great pointer, thanks. I hadn’t noticed that gr-fec also uses gsl. Looking at the CMake config for gr-fec I can see where it adds the path for libgsl, however, the path definition appears to be missing from the gr-dtv and gr-atsc configs. So while the link command for gr-fec

Re: [Discuss-gnuradio] Building gnuradio with Pybombs on MacOSX

2016-10-19 Thread Ron Economos
For the gr-dtv issue, it's probably because gr-dtv needs gr-fec for the Reed-Solomon encoder and decoder. But gr-fec needs libgsl for the LDPC stuff. If you look at the cmake output, it checks for libgsl right before configuring gr-fec. On my Ubuntu 16.04 box, it looks like this. -- Checking

Re: [Discuss-gnuradio] Building GNURadio on Mac 10.9.5 using Homebrew Problems

2014-11-05 Thread Michael Dickens
Hi Ed - The actual link command was not included in the output you provided, so it’s difficult to say exactly where the issue lies. But, the basic cause is that “libSDL.dylib” is not being included in the link command, and/or it does not contain the various “SDL_*” symbols that are not being fo

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-04 Thread Tom Rondeau
On Tue, Jul 3, 2012 at 9:34 PM, Johnathan Corgan wrote: > On Tue, Jul 3, 2012 at 3:42 PM, Johnathan Corgan > wrote: >> >> On Tue, Jul 3, 2012 at 3:31 PM, Josh Blum wrote: >> >> I don't think the .so issue is caused by the swig fixes. Doing 'make -j' >> on master fails the same way. >> >> But th

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-03 Thread Johnathan Corgan
On Tue, Jul 3, 2012 at 3:42 PM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > On Tue, Jul 3, 2012 at 3:31 PM, Josh Blum wrote: > > I don't think the .so issue is caused by the swig fixes. Doing 'make -j' > on master fails the same way. > > But the swig doc issues that you were tryin

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-03 Thread Johnathan Corgan
On Tue, Jul 3, 2012 at 3:31 PM, Josh Blum wrote: > So is this new, ie added by these swig fixes? I have never seen this one > before. > I don't think the .so issue is caused by the swig fixes. Doing 'make -j' on master fails the same way. But the swig doc issues that you were trying to fix do

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-03 Thread Josh Blum
On 07/03/2012 03:14 PM, Johnathan Corgan wrote: > On Tue, Jul 3, 2012 at 2:35 PM, Johnathan Corgan < > jcor...@corganenterprises.com> wrote: > > >> I cherry-picked the relevant commits onto a test branch based off maint >> instead of master. There were a couple minor conflicts easily fixed. S

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-03 Thread Johnathan Corgan
On Tue, Jul 3, 2012 at 2:35 PM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > I cherry-picked the relevant commits onto a test branch based off maint > instead of master. There were a couple minor conflicts easily fixed. So > far -j8 works fine, and I'm testing -j now. > There sti

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-03 Thread Johnathan Corgan
On Tue, Jul 3, 2012 at 2:11 PM, Josh Blum wrote: > Ever build gnuradio with a lot of -j* and catch some error like "swig > doc generation failed, retrying..."? I believe this is a dependency > specification issue with the build system. Well, I think that I have > fixed it... > > For those intere

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-26 Thread Tom Rondeau
On Thu, May 26, 2011 at 12:31 PM, Arturo Rinaldi wrote: > Il 26/05/2011 13:05, Robert McGwier ha scritto: > > On either my Ubuntu box or my Fedora box, 2.9.0 fails. I used 2.8.0 and > all is well. > > I get it from sdcc sourceforge site and was done in a few minutes. > > Bob > On May 26, 2011 6:

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-26 Thread Arturo Rinaldi
Il 26/05/2011 13:05, Robert McGwier ha scritto: On either my Ubuntu box or my Fedora box, 2.9.0 fails. I used 2.8.0 and all is well. I get it from sdcc sourceforge site and was done in a few minutes. Bob On May 26, 2011 6:15 AM, "Tom Rondeau" > wrote: > On Th

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-26 Thread Robert McGwier
On either my Ubuntu box or my Fedora box, 2.9.0 fails. I used 2.8.0 and all is well. I get it from sdcc sourceforge site and was done in a few minutes. Bob On May 26, 2011 6:15 AM, "Tom Rondeau" wrote: > On Thu, May 26, 2011 at 3:08 AM, Marcus D. Leech wrote: > >> On 05/25/2011 09:01 PM, Artur

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-26 Thread Tom Rondeau
On Thu, May 26, 2011 at 3:08 AM, Marcus D. Leech wrote: > On 05/25/2011 09:01 PM, Arturo Rinaldi wrote: > > i have an issue regarding the SDCC executable in the building of gnuradio > 3.3.0 on Fedora 15. I set up the PATH in my *.bashrc* file as : > > *export PATH=/usr/libexec/sdcc:$PATH > > *as

Re: [Discuss-gnuradio] Building gnuradio 3.3.0 on Fedora 15 (issue with SDCC)

2011-05-25 Thread Marcus D. Leech
On 05/25/2011 09:01 PM, Arturo Rinaldi wrote: > i have an issue regarding the SDCC executable in the building of > gnuradio 3.3.0 on Fedora 15. I set up the PATH in my *.bashrc* file as : > > /export PATH=/usr/libexec/sdcc:$PATH > > /as written in the build guide but I still get the error in the >

Re: [Discuss-gnuradio] building gnuradio on windows with msvc

2011-01-02 Thread Moeller
On 02.01.2011 22:38, Don Ward wrote: > I use MinGW for my "production" GNU Radio system. It is a pain to gather and > build the dependencies, but it's not as hard as it looks, and once it > works it works forever. And if anyone is interested, I have a script to do > all the work (posted twice,

Re: [Discuss-gnuradio] building gnuradio on windows with msvc

2011-01-02 Thread Don Ward
Josh Blum wrote: On 01/02/2011 08:21 AM, Moeller wrote: Hi Josh, isn't it easier with the GNU-Toolchain like Mingw (Windows native) or Cygwin (POSIX/Windows API)? For Cygwin there are lots of prebuilt packages and others build easily with ./configure ; make. Some need to be patched. Once I man

Re: [Discuss-gnuradio] building gnuradio on windows with msvc

2011-01-02 Thread Josh Blum
On 01/02/2011 08:21 AM, Moeller wrote: > Hi Josh, isn't it easier with the GNU-Toolchain like Mingw (Windows > native) or Cygwin (POSIX/Windows API)? For Cygwin there are lots of > prebuilt packages and others build easily with ./configure ; make. > Some need to be patched. Once I managed to get

Re: [Discuss-gnuradio] building gnuradio on windows with msvc

2011-01-02 Thread Moeller
Hi Josh, isn't it easier with the GNU-Toolchain like Mingw (Windows native) or Cygwin (POSIX/Windows API)? For Cygwin there are lots of prebuilt packages and others build easily with ./configure ; make. Some need to be patched. Once I managed to get gnuradio running in Cygwin (X-windows) with GRC

Re: [Discuss-gnuradio] Building gnuradio on cygwin - wxPython issue

2010-07-06 Thread Don Ward
Jan Schiefer wrote: I should know better, but I am nonetheless trying to build gnuradio on Windows XP/cygwin. I did follow the instructions on the wiki (including picking the exact versions), but I am getting stuck on building wxPython. When I try to do the python setup.py install WXPORT=msw COM

Re: [Discuss-gnuradio] Building gnuradio on cygwin - wxPython issue

2010-07-06 Thread Don Ward
Jan Schiefer wrote: I should know better, but I am nonetheless trying to build gnuradio on Windows XP/cygwin. I did follow the instructions on the wiki (including picking the exact versions), but I am getting stuck on building wxPython. . . . While I try to keep GNU Radio running under Cygwin

Re: [Discuss-gnuradio] Building gnuradio on cygwin - wxPython issue

2010-07-06 Thread Jan Schiefer
On 7/3/2010 6:13 AM, Don Ward wrote: Jan Schiefer wrote: I should know better, but I am nonetheless trying to build gnuradio on Windows XP/cygwin. I did follow the instructions on the wiki (including picking the exact versions), but I am getting stuck on building wxPython. When I try to do t

Re: [Discuss-gnuradio] Building gnuradio on cygwin - wxPython issue

2010-07-03 Thread Don Ward
Jan Schiefer wrote: I should know better, but I am nonetheless trying to build gnuradio on Windows XP/cygwin. I did follow the instructions on the wiki (including picking the exact versions), but I am getting stuck on building wxPython. When I try to do the python setup.py install WXPORT=msw CO

Re: [Discuss-gnuradio] Building gnuradio with MinGW and Windows

2006-11-15 Thread Eric Blossom
On Wed, Nov 15, 2006 at 04:37:31PM -0700, Patrick Murphy wrote: > Greg Troxel wrote: > > > Please file a bug in trac about that. > > > I'm not sure about the doc issues, but a bug report is probably in order. > > Greg, I submitted ticket #99 (http://gnuradio.org/trac/ticket/99), which > covers b

RE: [Discuss-gnuradio] Building gnuradio with MinGW and Windows

2006-11-15 Thread Patrick Murphy
Greg Troxel wrote: > Please file a bug in trac about that. > I'm not sure about the doc issues, but a bug report is probably in order. Greg, I submitted ticket #99 (http://gnuradio.org/trac/ticket/99), which covers both the "#include " issue and for the doc makefile issue. Don Ward wrote:

Re: [Discuss-gnuradio] Building gnuradio with MinGW and Windows

2006-11-15 Thread Don Ward
Patrick Murphy wrote:  I have built the gnuradio-3.0.2 tarball using MinGW under WinXP.  During this process, I encountered some issues that I thought I would be useful feedback for the GNU Radio development team. - I didn’t bother to install tools to create HTML documentation

Re: [Discuss-gnuradio] Building gnuradio with MinGW and Windows

2006-11-15 Thread Greg Troxel
Definitely modify the wiki, but keep in mind that there are multiple ways to use unix software under windows, so it may make sense to have separate wiki pages for MinGW vs cygwin, with the common info on a common page. 3.0 is known buggy about leaving out those files, but good that you found and

Re: [Discuss-gnuradio] Building GNUradio

2006-06-16 Thread Eric Blossom
On Fri, Jun 16, 2006 at 07:17:10AM +, Newell Jensen wrote: > Okay that is what I thought. I was just following the directions on how to > install from CVS from the GNUwiki site using ./for-all-dirs ../buildit 2>&1 > | tee make.log > Is there a way that I can still use this command without bu

Re: [Discuss-gnuradio] Building GNUradio

2006-06-16 Thread Newell Jensen
ECTED]> To: Newell Jensen <[EMAIL PROTECTED]> CC: Discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building GNUradio Date: Fri, 16 Jun 2006 00:08:28 -0700 Newell Jensen wrote: I am getting this error when I go to build GNUradio. Any suggestions? configure: error: gr-audio-osx

Re: [Discuss-gnuradio] Building GNUradio

2006-06-16 Thread Matt Ettus
Newell Jensen wrote: I am getting this error when I go to build GNUradio. Any suggestions? configure: error: gr-audio-osx required darwin or MacOS X gr-audio-osx is for Macintosh computers. Since you are using Suse, you do not have a Mac. Do not try to compile this. You should use gr-a

RE: [Discuss-gnuradio] Building GNUradio

2006-06-16 Thread Newell Jensen
I forgot to add that I have SUSE 10.0 From: "Newell Jensen" <[EMAIL PROTECTED]> To: Discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Building GNUradio Date: Fri, 16 Jun 2006 06:57:34 + I am getting this error when I go to build GNUradio. Any suggestions? configure: error: gr-audio-os

Re: [Discuss-gnuradio] Building gnuradio-core on OS/X (Intel)

2006-05-04 Thread radio
Well, it looks like I can answer my own question. I found the following passage in the gnu assembler manual: - The way the required alignment is specified varies from system to system. For the a29k, hppa, m68k, m88k, w65, sparc, Xtensa, and Renesas / SuperH SH, and i386 using ELF format, t

Re: [Discuss-gnuradio] building gnuradio on UltraSparc II / Solaris 10

2005-12-15 Thread Eric Blossom
On Thu, Dec 15, 2005 at 03:33:47PM -0500, cswiger wrote: > FWIW, once you get gcc and the build environment setup right > gnuradio 2.6 builds cleanly on Solaris, except for ONE item: > > gr_math.cc:98 > > int > gr_signbit (double x) > { > //return std::signbit (x); > return (x); > } > > > s