Re: [CMake] Continued issues in trying to get CMake working on OpenVMS

2015-09-21 Thread Custin, Jay (CSC Sw Middleware)
I will try adding that option and see what it may reveal... the output 
contained in the CMakeOutput.log and CMakeError.log offered nothing other than 
politely telling me the test failed.

-Original Message-
From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Bill Hoffman
Sent: Monday, September 21, 2015 10:55 AM
To: cmake@cmake.org
Subject: Re: [CMake] Continued issues in trying to get CMake working on OpenVMS

On 9/21/2015 10:17 AM, Custin, Jay (CSC Sw Middleware) wrote:
> This gets made even more frustrating in that it appears that the 
> testing phase does a VERY good job cleaning up after itself...


So, the output should all be in CMakeOutput.log and CMakeError.log found in the 
build tree in the CMakeFiles directory.

If you want CMake not to delete the temp files you can use --debug-trycompile

http://www.cmake.org/cmake/help/v3.3/manual/cmake.1.html

-Bill

-- 

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 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake
-- 

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 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


Re: [CMake] Continued issues in trying to get CMake working on OpenVMS

2015-09-21 Thread Bill Hoffman

On 9/21/2015 11:29 AM, Custin, Jay (CSC Sw Middleware) wrote:

I will try adding that option and see what it may reveal... the
output contained in the CMakeOutput.log and CMakeError.log offered
nothing other than politely telling me the test failed.


That is odd...  It should have the stderr/stdout.  There maybe some 
issue with that.  Can you send me those files off the list?


You may want to create a small project to test the flag.  Then use the 
bootstraped cmake to configure it with the --debug-trycompile.


-Bill
--

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 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


Re: [CMake] Continued issues in trying to get CMake working on OpenVMS

2015-09-21 Thread Bill Hoffman

On 9/21/2015 10:17 AM, Custin, Jay (CSC Sw Middleware) wrote:

This gets made even more frustrating in that it appears that the
testing phase does a VERY good job cleaning up after itself...



So, the output should all be in CMakeOutput.log and CMakeError.log found 
in the build tree in the CMakeFiles directory.


If you want CMake not to delete the temp files you can use 
--debug-trycompile


http://www.cmake.org/cmake/help/v3.3/manual/cmake.1.html

-Bill

--

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 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake