Re: [Discuss-gnuradio] building under FreeBSD

2012-01-06 Thread LRK
On Fri, Jan 06, 2012 at 09:45:12AM -0800, Josh Blum wrote: > > >> Since there is no pc file, you have to manually point cmake to the > >> libusb1.0 install. You might try this (I assume thats the correct lib): > >> > >> cmake -DLIBUSB_INCLUDE_DIR=/usr/include > >> -DLIBUSB_LIBRARIES=/usr/lib/libus

Re: [Discuss-gnuradio] building under FreeBSD

2012-01-06 Thread Tom Rondeau
On Fri, Jan 6, 2012 at 12:45 PM, Josh Blum wrote: > > > On 01/06/2012 06:27 AM, LRK wrote: > > On Thu, Jan 05, 2012 at 03:18:02PM -0800, Josh Blum wrote: > >> > >>> Best I can make out the cmake stuff, if it doesn't find libusb-1.0 it > >>> does not build. Never looks for any libusb libraries in

[Discuss-gnuradio] Minor policy change for gnuradio.org

2012-01-06 Thread Tom Rondeau
I have had to limit the ability to post new issues and comments on existing issues to only those people on gnuradio.org that are members of the GNU Radio project. This was done to remove spamming on the issues page. What this means. When you sign up for an account on our Redmine server, you recei

Re: [Discuss-gnuradio] building under FreeBSD

2012-01-06 Thread Josh Blum
On 01/06/2012 06:27 AM, LRK wrote: > On Thu, Jan 05, 2012 at 03:18:02PM -0800, Josh Blum wrote: >> >>> Best I can make out the cmake stuff, if it doesn't find libusb-1.0 it >>> does not build. Never looks for any libusb libraries in /usr/lib/ or >>> /usr/local/lib. >> >> Since there is no pc file

Re: [Discuss-gnuradio] Building on Mac OSX

2012-01-06 Thread Arturo Rinaldi
Il 06/01/12 01:58, Michael Dickens ha scritto: On Jan 5, 2012, at 6:32 PM, Arturo Rinaldi wrote: could you list the dependencies to install trough macports to build gnuradio from source on OS X Lion ? the gnuradio port of macports fails to build. port rdeps gnuradio | sed -e "1d" | awk '{

Re: [Discuss-gnuradio] building under FreeBSD

2012-01-06 Thread LRK
On Thu, Jan 05, 2012 at 03:18:02PM -0800, Josh Blum wrote: > > > Best I can make out the cmake stuff, if it doesn't find libusb-1.0 it > > does not build. Never looks for any libusb libraries in /usr/lib/ or > > /usr/local/lib. > > Since there is no pc file, you have to manually point cmake to th

Re: [Discuss-gnuradio] Multi channel DDC signal processing

2012-01-06 Thread Marcus Müller
Dear Driller, of course, that's possible. A signal source can have a virtually unlimited number of outputs; GNU Radio is specifically designed to support numerous parallel streams of data. If you're processing hardware (the host that runs GR, e.g. your PC) is up to the task of handling 8 differ

[Discuss-gnuradio] Multi channel DDC signal processing

2012-01-06 Thread GSM Driller
Dear List, Is it possible to process multiple signals with GNURadio?? suppose I have 8 channel DDC, and I am going to write signal processing block for this my new hardware, can I get all 8 channels simultaneously processed?? Thank you for your response in advance. ___