Hi Anand,

On 8 Dec 2010, at 14:08, Anand Arumugam <anand.aru...@yahoo.com> wrote:
> 
> Which version of CMake are you using? [Anand] I dont know. I installed using 
> "yum install cmake.i386". Didn't check the version.

It could be that the RPM is of an older version of CMake which does not support 
Boost 1.42. 

As far as I am aware, you have two options:

- Install the latest version of CMake from source; or
- Set the BOOST_ROOT environment variable and check CMake's FindBoost module to 
see if it supports 1.42 and 1.42.0 - and, if it doesn't, add these references 
to the FindBoost module (instructions can be found in it's documentation on the 
CMake website).

I don't consider myself an oracle in this area, but I think one of those two 
should work. :)

> [Anand] Since CMakeLists.txt is part of the source control, will the changes 
> I make to get the build going not affect the others when I check-in my 
> changes?

You are right. If you modify CMakeLists.txt in the branch itself, it will be 
modified upstream when you check-in. 

It might be best to copy the branch contents into a separate directory and use 
that directory for your build testing. However, you shouldn't need to modify 
CMakeLists.txt in the first place just to make the build work! It's probably an 
environmental or version issue rather than a problem with the CMakeLists.txt 
file, IMHO. 

Regards,

Max Bossino
Project Manager
http://miragroupware.org

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Mira-development mailing list
Mira-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mira-development

Reply via email to