[CMake] Boost CMake support

2018-10-01 Thread Robert Ramey
and/or participate. We would especially welcome help from the CMake team. Robert Ramey www.boost.org -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-12 Thread Robert Ramey
macros have been proposed. But to the inexperienced user they are not intuitive or easy to understand. Could we get some response on Edward's suggestion here? It's a serious obstacle to implementing support of CMake in Boost libraries. Robert Ramey -- Powered by www.kitware.com Please keep

Re: [CMake] FindBoost not finding MinGW libraries

2016-11-15 Thread Robert Ramey
libraries. Basically, FindBoost needs some improvement before it can be expected to automagically find libraries to link to. Robert Ramey -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services

[CMake] How are modules tested?

2016-11-02 Thread Robert Ramey
to this. Are there any test results I can look at to verify that this actually works? Robert Ramey -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more

Re: [CMake] CMake 3.6 and OSX

2016-11-01 Thread Robert Ramey
follow the suggestion and set BOOST_ROOT to the boost root, it still doesn't work. The BOOST_ROOT variable is discarded when I invoke "Configure" So again, any suggestions you can offer will be appreciated. Robert Ramey -- Powered by www.kitware.com Please keep message

[CMake] CMake 3.6 and OSX

2016-10-29 Thread Robert Ramey
C_COMPILER could be found. CMake Error at CMakeLists.txt:14 (project): No CMAKE_CXX_COMPILER could be found. What do I have to do to make this work? Robert Ramey -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitw

[CMake] CDash [Safe Numerics] - Administration

2015-09-26 Thread Robert Ramey
on XML content An XML submission from 41.220.69.175 to the project Safe Numerics cannot be parsed. The content of the file is as follow: -CDash on my.cdash.org Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Pleas

[CMake] CDash problems

2015-06-25 Thread Robert Ramey
cannot be parsed. The content of the file is as follow: -CDash on my.cdash.org What do I have to do to find out the problem and fix this? The project is Safe Numerics http://my.cdash.org/index.php?project=Safe+Numerics Robert Ramey -- Powered by www.kitware.com Please keep messages

[CMake] CDash problem posting results

2015-05-28 Thread Robert Ramey
Safe Numerics cannot be parsed. The content of the file is as follow: -CDash on my.cdash.org This suggests to me that others are trying to run my CMake/CTest/CDash script but not having success. What can I do to make this work? Robert Ramey -- Powered by www.kitware.com Please keep

[CMake] C++Now / BoostCon / Boost 2.0

2015-04-28 Thread Robert Ramey
changes but the idea is close to what I would like to see for Boost. I did meet a couple of you at CPPCon last september. If any of you expect go to C++Now please contact me with any information and/or advice you think might be useful to me. Robert Ramey -- View this message in context: http

[CMake] CMake and Eclipse Luna

2015-02-17 Thread Robert Ramey
in order to build my project with Eclipse Luna Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/CMake-and-Eclipse-Luna-tp7589778.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] problem with my.cdash.org

2015-02-01 Thread Robert Ramey
Julien Jomier wrote It seems to be here: http://my.cdash.org/index.php?project=Safe+Numericsdate=2015-01-31 Note that CDash is processing the XML files asynchronously therefore it might take some time for the results to show up. Julien Hmmm - it hasn't shown up yet Robert Ramey

Re: [CMake] problem with my.cdash.org

2015-02-01 Thread Robert Ramey
occurs when I build the Experimental project with Xcode. I've been unable to discover what the return value of 2 Looks like I'm not the first to have this problem! http://www.cmake.org/pipermail/cmake/2014-September/058686.html Robert Ramey -- View this message in context: http://cmake

Re: [CMake] problem with my.cdash.org

2015-02-01 Thread Robert Ramey
! Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/problem-with-my-cdash-org-tp7589643p7589655.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [CMake] problem with my.cdash.org

2015-01-31 Thread Robert Ramey
/Applications/CMake.app/Contents/bin/ctest -C Debug -D Experimental Site: Robert Ramey OSX clang-600.0.56 Build name: Darwin-clang++ Create new tag: 20150201-0209 - Experimental Configure project Each . represents 1024 bytes of output . Size of output: 0K Build project Each symbol

[CMake] linking gcc on osx

2015-01-12 Thread Robert Ramey
project for unix. (after deleting cache etc...). The executable compile with the appropriate compiler. BUT they won't link with the standard library !!! That is, I get Any help would be appreciated Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/linking-gcc

Re: [CMake] linking gcc on osx

2015-01-12 Thread Robert Ramey
That's it I changed to C++ compiler to g++ and re-generated the project and it build and linked. Thanks a lot. Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/linking-gcc-on-osx-tp7589456p7589457.html Sent from the CMake mailing list archive

[CMake] my.cdash.org problems

2015-01-11 Thread Robert Ramey
do I get there? Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/my-cdash-org-problems-tp7589444.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

[CMake] Generating an Xcode project for C++11

2014-12-16 Thread Robert Ramey
Dialect Compiler Default rather than what I want which is: Apple LLVM 6.0 Language - C++ C++ Language Dialect C++11 [-std=c++11] What do I have to change to get the desired result? RObert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/Generating

[CMake] CMake can't find Boost versions 1.55

2014-11-14 Thread Robert Ramey
The module FindBoost is quite elaborate. Unfortunately it seems to depend upon searching for specific version numbers found in a list. This list only goes up to 1.55 so it can't find later versions of Boost. Better would be to eliminate the list so module doesn't expire -- View this message

[CMake] CDash quesitions

2014-06-15 Thread Robert Ramey
not sure. b) Anyway, I have a few lines of test results that I want to eliminated - how do I remove lines from this table? Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/CDash-quesitions-tp7587696.html Sent from the CMake mailing list archive at Nabble.com

[CMake] CDash questions

2014-04-22 Thread Robert Ramey
missing anything? Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

Re: [CMake] CTest CDash submission

2014-04-21 Thread Robert Ramey
. Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more

[CMake] CTest CDash submission

2014-04-21 Thread Robert Ramey
the CTestConfig.cmake. Any help you can give me would be appreciated. Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers

Re: [CMake] CTest CDash submission

2014-04-21 Thread Robert Ramey
submission from 68.6.127.66 to the project Safe Numerics cannot be parsed. The content of the file is as follow: Any help you can give me would be appreciated. Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Please keep

Re: [CMake] CTest CDash submission

2014-04-21 Thread Robert Ramey
. Thanks for you help. Robert Ramey Robert Ramey Software Development (805)569-3793 ra...@rrsd.com www.rrsd.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

Re: [CMake] problem: No test configuration file found!

2012-06-20 Thread Robert Ramey
== ? still it's not what I expect to see. Is there some really obvious thing I've over looking here? Robert Ramey -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

[CMake] problem: No test configuration file found!

2012-06-19 Thread Robert Ramey
and what the right way to fix it is. I'm lost as to what's wrong with this. Any help appreciated. Robert Ramey -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ