On Wed, 2012-05-23 at 20:19 -0400, Rajith Attapattu wrote: > Andrew, I did the following, > > mkdir qpid-build > cd qpid-build > cmake ../qpid/qpid/cpp > make > > Anything missing ?
That should be enough. But I have sneaking suspicion that it wasn't a clean source tree. Did you run an autotools build inside that tree? Ie run configure from the qpid/cpp directory? That would create a config.h file from autotools that wouldn't be usable by cmake. Lesson: * Don't run autotools builds in-tree if you want to use cmake on the same tree. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org