Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-13 Thread Andrew Davis
I did that and is works, I was just saying that's the only thing that is keeping it from being a simple "./configure && make install". On Thu, Jan 12, 2012 at 8:56 PM, Tom Rondeau wrote: > On Wed, Jan 11, 2012 at 9:27 PM, Andrew Davis wrote: > >> It worked for me other than the qwt so I think s

Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-12 Thread Tom Rondeau
On Wed, Jan 11, 2012 at 9:27 PM, Andrew Davis wrote: > It worked for me other than the qwt so I think so. Just a quick explanation here. Qwt has a very simple, kind of non-standard installation that's hard to generalize. They don't use standard tools for auto-discovery of the lib or include path

Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-11 Thread Andrew Davis
It worked for me other than the qwt so I think so. On Wed, Jan 11, 2012 at 12:40 PM, Josh Blum wrote: > > > On 01/11/2012 06:55 AM, LRK wrote: > > > > I do not find anything in the README about qt4 or qwt but they seem > > to be required for gr-qtgui. > > > > I used portinstall to install py

Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-11 Thread Josh Blum
On 01/11/2012 06:55 AM, LRK wrote: > > I do not find anything in the README about qt4 or qwt but they seem > to be required for gr-qtgui. > > I used portinstall to install py27-qt4 and several hours and 57 packages > later, cmake could find qt4. > > Then I installed py27-pyqwt and it als

Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-11 Thread Andrew Davis
Yeah, I asked about that earlier, for some reason qwt is hard coded to /usr/include in the configure script. It really should just use the system path and not check just one predefined path, this also is a problem on Gentoo and any other OS that uses "/usr/local/" instead of "/usr/". What the conf

[Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-11 Thread LRK
I do not find anything in the README about qt4 or qwt but they seem to be required for gr-qtgui. I used portinstall to install py27-qt4 and several hours and 57 packages later, cmake could find qt4. Then I installed py27-pyqwt and it also installed qwt-5.2.2. Cmake still would not find qwt