Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Johnathan Corgan
On Sat, Aug 24, 2013 at 2:55 PM, Tom McDermott wrote: > Several people trying to install my out of tree module are reporting this > same error > trying to build it. They are both on Ubuntu 12.04I do not get this > error > when building my own out of tree module, I'm on Ubuntu 13.04 > I'm

Re: [Discuss-gnuradio] What happened to pybombs git repository?

2013-08-24 Thread Alexandru Csete
On Sat, Aug 24, 2013 at 9:24 PM, Tom Rondeau wrote: > On Sat, Aug 24, 2013 at 5:30 AM, Alexandru Csete wrote: >> Greetings, >> >> Today I was trying to merge the last changes from pybombs/pybombs into >> my own copy in csete/pybombs. The merge kept failing as if there was a >> conflict in every s

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Tom McDermott
Several people trying to install my out of tree module are reporting this same error trying to build it. They are both on Ubuntu 12.04    I do not get this error when building my own out of tree module, I'm on Ubuntu 13.04.   -- checking for module 'gnuradio-runtime' --  found gnuradio-runti

Re: [Discuss-gnuradio] What happened to pybombs git repository?

2013-08-24 Thread Tom Rondeau
On Sat, Aug 24, 2013 at 5:30 AM, Alexandru Csete wrote: > Greetings, > > Today I was trying to merge the last changes from pybombs/pybombs into > my own copy in csete/pybombs. The merge kept failing as if there was a > conflict in every single file. > > Looking at the pybombs repository there is i

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Tom Rondeau
On Sat, Aug 24, 2013 at 1:48 PM, Andrew Davis wrote: > No only things from my new install, I deleted everything Gnuradio in > /usr/lib/pkgconfig and reinstalled them. > > I did notice something strange though, > /usr/lib/pkgconfig/gnuradio-runtime.pc contains: > > prefix=/usr > exec_prefix=${prefi

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Andrew Davis
Sorry, I printed the content of dri2proto.pc, gnuradio-runtime.pc contains: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: gnuradio-runtime Description: GNU Radio core runtime infrastructure Requires: Version: 3.7.1git Libs: -L${libdir} -lgnuradio-r

[Discuss-gnuradio] GSoC and GRCon13

2013-08-24 Thread Tom Rondeau
I just wanted to take a moment and recognize the great work that our GSoC participants have been doing this year. They've all provided us updates throughout the summer, and I'm really excited to see how they finish up over the next few weeks. We're improving GRC, developing 802.11 capabilities, pus

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Andrew Davis
No only things from my new install, I deleted everything Gnuradio in /usr/lib/pkgconfig and reinstalled them. I did notice something strange though, /usr/lib/pkgconfig/gnuradio-runtime.pc contains: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: DRI

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Marcus Müller
Perhaps it's a lingering pkgconfig file from another installation? Does find /usr/lib*/pkgconfig /usr/local/lib*/pkgconfig /lib*/pkgconfig -iname 'gnuradio*pc' yield anything that does not belong to your current installation? On 08/24/2013 06:45 PM, Andrew Davis wrote: I don't think this is a

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Andrew Davis
I don't think this is a modtool specific problem ether, I can no longer build ANY out of tree project now, even ones that compiled just fine before, it can't find the headers for any Gnuradio components ( GNURADIO_BLOCKS_INCLUDE_DIRS, GNURADIO_UHD_INCLUDE_DIRS, etc.. ). Andrew On Sat, Aug 24, 20

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread Andrew Davis
OK, rebuild and reinstalled Gnuradio after revoking that commit, then build a new module with modtool and still had the same problem: checking for module 'gnuradio-runtime' found gnuradio-runtime, version 3.7.1git Could NOT find GNURADIO_RUNTIME (missing: GNURADIO_RUNTIME_INCLUDE_DIRS) checking

Re: [Discuss-gnuradio] UHD Error

2013-08-24 Thread Marcus D. Leech
Hi Marcus, Adding an entry for the USRP in the arp table indeed solves the problem. But there is some discrepancy. As far as I know, I can add the entry using: 1. ping 192.168.10.2 2. arp -i eth1 -s 192.168.10.2 {HWADDR} 3. uhd_find_devices If I use the 1st method, I run into the same problem

Re: [Discuss-gnuradio] Problem with cmake not finding includes

2013-08-24 Thread matt . nottingham
Tom Rondeau writes: > On Fri, Aug 23, 2013 at 10:51 AM, wrote: > > Tom Rondeau writes: > > > On Fri, Aug 23, 2013 at 6:11 AM, wrote: > > > > > > > > Hi, > > > > > > > > I'm porting my real time Doppler correction block from 3.6 to 3.7 but > > > > have come across an issue that whe

[Discuss-gnuradio] What happened to pybombs git repository?

2013-08-24 Thread Alexandru Csete
Greetings, Today I was trying to merge the last changes from pybombs/pybombs into my own copy in csete/pybombs. The merge kept failing as if there was a conflict in every single file. Looking at the pybombs repository there is indeed something strange. All history is missing and there is only one