Re: [Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Martin Braun (CEL)
On Tue, Sep 03, 2013 at 10:35:56AM -0400, Tom Rondeau wrote: > > matt@matt-Inspiron-1525:~/src/gnuradio/build$ cmake ../ > > -DCMAKE_BUILD_TYPE=Debug > > > > now i get: > > > > CMake Error at CMakeLists.txt:22 (message): > > Prevented in-tree build. This is bad practice. > > -- Configuring incom

Re: [Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Matt D
On 09/03/2013 10:43 AM, Martin Braun (CEL) wrote: > On Tue, Sep 03, 2013 at 10:35:56AM -0400, Tom Rondeau wrote: >>> matt@matt-Inspiron-1525:~/src/gnuradio/build$ cmake ../ >>> -DCMAKE_BUILD_TYPE=Debug >>> >>> now i get: >>> >>> CMake Error at CMakeLists.txt:22 (message): Prevented in-tree >>> b

Re: [Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Tom Rondeau
On Tue, Sep 3, 2013 at 10:32 AM, Matt D wrote: > On 09/03/2013 10:22 AM, Tom Rondeau wrote: > >>> I accidentally did with only one dot "./". however it is building now. >>> will this work? >> >> I don't think so. That seems a very odd response since ./ is your >> current directory, which doesn't

Re: [Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Matt D
On 09/03/2013 10:22 AM, Tom Rondeau wrote: >> I accidentally did with only one dot "./". however it is building now. >> will this work? > > I don't think so. That seems a very odd response since ./ is your > current directory, which doesn't have the source in it. I'd stop it, > clear your build

Re: [Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Tom Rondeau
On Tue, Sep 3, 2013 at 9:37 AM, Matt D wrote: > Hello everyone! > > I am trying to do a debug build. I am following the instructions at > gnuradio/wiki/BuildGuide page: > > matt@matt-Inspiron-1525:~/src/gnuradio/build$ cmake -DCMAKE_BUILD_TYPE=Debug > > but this is what i get: > > CMake Error: Th

[Discuss-gnuradio] trying to do a debug build

2013-09-03 Thread Matt D
Hello everyone! I am trying to do a debug build. I am following the instructions at gnuradio/wiki/BuildGuide page: matt@matt-Inspiron-1525:~/src/gnuradio/build$ cmake -DCMAKE_BUILD_TYPE=Debug but this is what i get: CMake Error: The source directory "/home/matt/src/gnuradio/build" does not app