Re: In the C++ cmake, is there a clean target?

2011-03-02 Thread Brad Hubbard
On 03/02/2011 10:47 PM, Steve Huston wrote: >> -Original Message- >> From: Brad Hubbard [mailto:b...@brand-hubs.com] >> >> You can do "make distclean" in the cpp directory and run >> ./configure again if that's what you mean? > > Those steps will work for the autoconf-based build on Lin

RE: In the C++ cmake, is there a clean target?

2011-03-02 Thread Steve Huston
> -Original Message- > From: Brad Hubbard [mailto:b...@brand-hubs.com] > Sent: Wednesday, March 02, 2011 5:48 AM > To: users@qpid.apache.org > Subject: Re: In the C++ cmake, is there a clean target? > > > On 03/02/2011 04:02 AM, Hickerson, David A wrote: > >

Re: In the C++ cmake, is there a clean target?

2011-03-02 Thread Brad Hubbard
On 03/02/2011 04:02 AM, Hickerson, David A wrote: > Hi, > > I was wondering if there is a clean target in the cmake for the C++ build to > regenerate the build files with a different set of settings. You can do "make distclean" in the cpp directory and run ./configure again if that's what you me

RE: In the C++ cmake, is there a clean target?

2011-03-01 Thread Steve Huston
Hi Dave, > I was wondering if there is a clean target in the cmake for > the C++ build to regenerate the build files with a different > set of settings. To regenerate the build files, use the ccmake command issued from the build directory - one command line arg is the path to the source (qpid/c