[cmake-developers] Compiler dependencies with Unix Makefiles

2018-08-25 Thread jerry . c . t
is the reason that CMake uses its own mechanism with Unix Makefiles instead of relying on the compiler? Is it possible to configure CMake to use -MMD -MF with Unix Makefiles? If not, is it possible to tell cmake_depends to understand .cl files?   Best regards,   Jerry -- Powered

[cmake-developers] Build multiple CMake projects

2017-03-24 Thread jerry . c . t
to support this? c) Are there tools you can recommend? jerry -- 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

Re: [cmake-developers] [PATCH] Fix FindOpenCL on Mac OS

2016-08-01 Thread jerry . c . t
uses it, for the library the singular variant LIBRARY is used and I don't understand the difference of _DIR and _DIRS :) Jerry On 01.08.2016 14:32, Matthäus G. Chajdas wrote: > Hi Jerry, > > thanks for giving it a spin :) > > I don't have a Mac to test myself - as your c

[cmake-developers] [PATCH] Fix FindOpenCL on Mac OS

2016-08-01 Thread jerry . c . t
? I don’t found a solution for this. jerry [1] https://cmake.org/Bug/view.php?id=14105 [2] https://github.com/Kitware/CMake/blob/master/Modules/FindGLUT.cmake [3] https://github.com/rpavlik/cmake-modules/blob/master/FindSDL2.cmake [4] http://public.kitware.com/pipermail/cmake/2016-April/06317

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread jerry . c . t
r expression. Now my command line looks a little bit odd with all these tabs but it works. I choosed the \t because i need spaces between the arguments and there is no escape sequence for spaces. So i simply wonder whether it is possible to add to cmake something like \s for a space. Jerry O

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread jerry . c . t
a generator _expression_. Now my command line looks a little bit odd with all this tabs but it works.   I choosed the \t because i need spaces between the arguments and there is no escape sequence for spaces.   So i simply wonder whether it is possible to add to cmake something like \s for a spac

[cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-28 Thread jerry . c . t
with linux. Run it in a build directory with cmake -GNinja ninja custom   What am i doing wrong or is it a bug?  Jerry   ## reproducer ## cmake_minimum_required(VERSION 3.2) add_library(dummy dummy.cpp) target_include_directories(dummy PUBLIC /tmp) target_include_directories(dummy PUBLIC ${CMAKE_B

Re: [CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-14 Thread Jerry Krinock
to Xcode, as intended? Jerry P.S. That script also passes *its* first argument to cmake as the source directory, and the destination directory is $(FB_ROOT) which is defined by that common.sh incorporated script. -- Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-11 Thread Jerry Krinock
On 2012 Aug 10, at 10:55, Bill Hoffman bill.hoff...@kitware.com wrote: Just curious what would an autotools or makefile based project do on a new mac? I am guessing it will not print anything other than, there is no compiler found. That said we will try to make cmake print a helpful

Re: [CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-09 Thread Jerry Krinock
Well, I fixed the other problems after someone pointed out to me on another forum that using CMake with Xcode 4.4 requires that the Xcode command-line tools be installed (Xcode ▸ Preferences ▸ Downloads). Maybe the absence of the command-line tools was a factor in the crash too. For the

[CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-08 Thread Jerry Krinock
. Crash report follows. Please someone advise how I can start troubleshooting this. Thank you, Jerry Krinock Process: cmake [33159] Path:/Applications/CMake 2.8-8.app/Contents/bin/cmake Identifier: cmake Version: ??? Code Type: X86-64 (Native) Parent Process

Re: [CMake] CMake 2.8.8 : Reproducible Crash in Mac OS X 10.8

2012-08-08 Thread Jerry Krinock
On 2012 Aug 08, at 07:52, Bill Hoffman bill.hoff...@kitware.com wrote: On 8/8/2012 1:32 AM, Jerry Krinock wrote: Upon upgrading to CMake 2.8.8 and Mac OS X 10.8, CMake crashes raises an exception and crashes repeatably. 1. Does the current RC have this issue? Thank you, Bill. I don't know

Re: [CMake] Symlinks not created on OS X

2011-11-01 Thread Jerry
On Nov 1, 2011, at 6:56 AM, Sean McBride wrote: On Mon, 31 Oct 2011 17:27:38 -0700, Jerry said: The OS X .dmg installer, cmake-2.8.6-Darwin64-universal.dmg, at http:// www.cmake.org/cmake/resources/software.html, failed to install symlinks in /usr/bin as promised. I received six messages

[CMake] Symlinks not created on OS X

2011-10-31 Thread Jerry
where x was ccmake, cmake, cmake-gui, cmakexbuild, cpack, and ctest. I made the symlinks manually and things seem to work OK. OS X 10.6.8. Thanks, Jerry P.S. It might be a good idea to improve the English consruction of these messages. -- Powered by www.kitware.com Visit other Kitware open

Re: [CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-08 Thread Jerry Gagelman
Hi Alex, Sorry about forgetting to CC the list last time. You're right: it was the CXX_FLAGS vs C_FLAGS problem. I have so many things to think about that I don't even realize which language is being compiled :-) Jerry 2011/7/7 Alexander Neundorf a.neundorf-w...@gmx.net Hi, On Wednesday 06

[CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-06 Thread Jerry Gagelman
that I'm missing. Incidentally, I'm running CMake version 2.8.4, built by MacPorts. Thanks, Jerry ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [CMake] set(... CACHE ) broken for CMAKE_C_FLAGS_{DEBUG, RELEASE, ...} ?

2011-07-06 Thread Jerry Gagelman
2011/7/6 Alexander Neundorf a.neundorf-w...@gmx.net On Wednesday 06 July 2011, Jerry Gagelman wrote: If these variables exist already in the cache, then a simple set(... CACHE ...) does not override the value which is already in the cache. You can only override a value in the cache from