Re: [Boost-cmake] Test feedback

2008-06-28 Thread David Abrahams
troy d. straszheim wrote: > The test that causes this is just a program with a main() routine... It > seems like it should use boost.test, and boost.test should be > responsible for making these dialog-suppressing calls. (Does that sound > like it makes sense?) 1. I'm reluctant to recommend that

Re: [Boost-cmake] Cmake & Boost Libraries

2008-06-28 Thread Chirag Dekate
Hi Sergey, Thanks! The bug cited was exactly what was wrong with it.. I fixed the FindBoost.cmake file and Viola. It Worked! :) Thanks you very much for your time and efforts in helping resolve this problem. Chirag Dekate On Sat, Jun 28, 2008 at 9:12 AM, Sergey Nikulov <[EMAIL PROTECTED]>

Re: [Boost-cmake] Cmake & Boost Libraries

2008-06-28 Thread troy d. straszheim
Ah. Actually what you want to do here is use gcc -dumpversion: % gcc-3.4 --version gcc-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu2) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FI

Re: [Boost-cmake] Cmake & Boost Libraries

2008-06-28 Thread Sergey Nikulov
:) I thought it is known issue. Please check following bug - http://www.vtk.org/Bug/view.php?id=7097 2008/6/28 Chirag Dekate <[EMAIL PROTECTED]>: > Hi Sergey , > > Based on the suggestions from the cmake mailing list, I inserted the > following lines in the FindBoost.cmake file to help print out