Re: [Discuss-gnuradio] FindICE.cmake

2014-05-07 Thread Tom Rondeau
On Wed, May 7, 2014 at 5:53 PM, West, Nathan wrote: > I can confirm that this solved the issue and I'm able to build with > Ubuntu's version of Ice. However, I think this also affects 13.10 > (that's what I've been using and I upgraded specifically to get > ice-3.5). > > Thanks Tom. Great, thank

Re: [Discuss-gnuradio] FindICE.cmake

2014-05-07 Thread West, Nathan
I can confirm that this solved the issue and I'm able to build with Ubuntu's version of Ice. However, I think this also affects 13.10 (that's what I've been using and I upgraded specifically to get ice-3.5). Thanks Tom. On Tue, May 6, 2014 at 9:14 AM, Tom Rondeau wrote: > Ok, yeah, I think I've

Re: [Discuss-gnuradio] FindICE.cmake

2014-05-06 Thread Tom Rondeau
Ok, yeah, I think I've figured out the problem. They completely changed the ICE package config files and the location of the libraries in 14.04. The package config file doesn't have any include dirs specified and the library points to an installed Microsoft DLL, which seems... strange to me. Basica

Re: [Discuss-gnuradio] FindICE.cmake

2014-05-01 Thread West, Nathan
On Thu, May 1, 2014 at 8:23 AM, Tom Rondeau wrote: > On Wed, Apr 30, 2014 at 9:11 PM, West, Nathan > wrote: >> >> I'm trying to build gnu radio with control port, but cmake won't find >> my Ice installation. I have Ice-3.4 installed through apt on Ubuntu >> 13.10. Digging in to the FindIce.cmake

Re: [Discuss-gnuradio] FindICE.cmake

2014-05-01 Thread Tom Rondeau
On Wed, Apr 30, 2014 at 9:11 PM, West, Nathan wrote: > I'm trying to build gnu radio with control port, but cmake won't find > my Ice installation. I have Ice-3.4 installed through apt on Ubuntu > 13.10. Digging in to the FindIce.cmake I made the following changes: > > diff --git a/cmake/Modules/F

[Discuss-gnuradio] FindICE.cmake

2014-04-30 Thread West, Nathan
I'm trying to build gnu radio with control port, but cmake won't find my Ice installation. I have Ice-3.4 installed through apt on Ubuntu 13.10. Digging in to the FindIce.cmake I made the following changes: diff --git a/cmake/Modules/FindICE.cmake b/cmake/Modules/FindICE.cmake index 087ee9b..705c0