[Discuss-gnuradio] gnuradio 3.6.2 fails to build on OSX 10.6.8

2012-09-11 Thread Sebastian Hanigk
Hi, I'm trying to build the latest (3.6.2) gnuradio sources on OSX 10.6.8, but it fails: cd /tmp/gnuradio-3.6.2/build/gnuradio-core/src/lib/swig && /usr/bin/c++ -D_gnuradio_core_general_EXPORTS -g -O2 -fPIC -I/opt/local/include -I/tmp/gnuradio-3.6.2/gruel/src/include -I/tmp/gnuradio-3.6.2/b

Re: [Discuss-gnuradio] gnuradio 3.6.2 fails to build on OSX 10.6.8

2012-09-11 Thread Michael Dickens
Hi Sebastian - Are all of the dependencies installed using MacPorts? Which version of XCode are you using? Have you tried building from the GIT master to see if that version works? Those are starting points; once I know more, we can narrow down possible issues. - MLD On Sep 11, 2012, at 7:07

Re: [Discuss-gnuradio] gnuradio 3.6.2 fails to build on OSX 10.6.8

2012-09-11 Thread Sebastian Hanigk
Am 11.09.2012 um 14:17 schrieb Michael Dickens: Hi Michael, > Hi Sebastian - Are all of the dependencies installed using MacPorts? yes, apart from the Qt libraries and their Python bindings which are not installed at all. > Which version of XCode are you using? 3.2.6, it's the last available

Re: [Discuss-gnuradio] gnuradio 3.6.2 fails to build on OSX 10.6.8

2012-09-11 Thread Sebastian Hanigk
Am 11.09.2012 um 15:31 schrieb Michael Dickens: Hi Michael, > 4) "sudo port deactivate gnuradio-gruel usrp" ; then delete the GR build > directory and redo from the start. I think the issue is that GRUEL is > already installed and "-I/opt/local/include" is the first path searched for > those

[Discuss-gnuradio] build-gnuradio (current and old scripts) (mle...@ripnet.com)

2012-09-11 Thread guelord ingala
> Probably because something went wrong during the GIT download. > Try running with -v, which produces more verbose output Hi Leech, Fetching UHD passed. The only GIT problem is that fetching UHD via GIT was failing, but it was fetched with http instead. I did VERBOSE= -v instead if VERBOSE = N

Re: [Discuss-gnuradio] DC offset and down conversion problems

2012-09-11 Thread Josh Blum
On Mon, Sep 10, 2012 at 11:30 PM, Shih Oliver wrote: > Hi, > > I'm using the lfrx board and try to turn off the DC offset correction but it > seems no change in the data collected. > I'm wondering if I did it wrong and here's part of my code: >self.uhd_usrp_source_0 = uhd_usrp_source()and

[Discuss-gnuradio] /usr/local/include/gnuradio/swig/

2012-09-11 Thread Muhammad JUNAID
Hi all How to include installation path/usr/local/include/gruel/swig/  instead of   /usr/local/include/gnuradio/swig/ ?   Regards Muhammad Junaid ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnu

Re: [Discuss-gnuradio] /usr/local/include/gnuradio/swig/

2012-09-11 Thread Josh Blum
On 09/11/2012 10:40 AM, Muhammad JUNAID wrote: > Hi all > How to include installation path/usr/local/include/gruel/swig/ instead of > /usr/local/include/gnuradio/swig/ ? > > Regards > Muhammad Junaid > Ive been doing the following: foreach(incdir ${GNURADIO_CORE_INCLUDE_DIRS}) list(AP

[Discuss-gnuradio] Bootable CD with Gnuradio/GRC?

2012-09-11 Thread John Ackermann N8UR
We're going to be doing a Gnuradio tutorial in conjunction with a ham radio conference next week and I'd like to hand out a bootable Gnuradio Companion CD so the attendees can follow along on their laptop. I know Ettus has the USB drive environment, but we can't afford to hand out thumb drives

[Discuss-gnuradio] I have the sadness

2012-09-11 Thread Marcus D. Leech
Just updated to the latest git on my 32-bit, older, system (FC12, on a Centrino M dual-core). Getting GPFs inside libvolk.so from a couple of different flow-graphs that work just fine. The core dump is too big for me to deal with, but here's the dmesg line: python[3459] general protection

Re: [Discuss-gnuradio] I have the sadness

2012-09-11 Thread Johnathan Corgan
On Tue, Sep 11, 2012 at 7:14 PM, Marcus D. Leech wrote: > Just updated to the latest git on my 32-bit, older, system (FC12, on a > Centrino M dual-core). > Latest master branch or latest next branch? Johnathan ___ Discuss-gnuradio mailing list Discus

Re: [Discuss-gnuradio] I have the sadness

2012-09-11 Thread Marcus D. Leech
On Tue, Sep 11, 2012 at 7:14 PM, Marcus D. Leech > wrote: Just updated to the latest git on my 32-bit, older, system (FC12, on a Centrino M dual-core). Latest master branch or latest next branch? Johnathan I'm just trying backing-out to an older git tag and se

Re: [Discuss-gnuradio] Bootable CD with Gnuradio/GRC?

2012-09-11 Thread Alexandru Csete
On Wed, Sep 12, 2012 at 3:43 AM, John Ackermann N8UR wrote: > We're going to be doing a Gnuradio tutorial in conjunction with a ham > radio conference next week and I'd like to hand out a bootable Gnuradio > Companion CD so the attendees can follow along on their laptop. > > I know Ettus has the