Re: [CMake] Question about strange Android behavior

2017-06-29 Thread Jim Borden
Thanks for that, adding the define mentioned in the answer (__STDC_LIMIT_MACROS) solved the issue! Now at least I know there is an easy fix, and I can look into other things as well. Jim Borden Software Engineer [hbase Logo] jim.bor...@couchbase.com From: CMake on behalf of Christopher Broadb

Re: [CMake] Question about strange Android behavior

2017-06-29 Thread Christopher Broadbent
We hit this on android too, and moved across to using std::numeric_limits in our code. The root cause for us was differences between the C standard libraries on android, and the one we were running on Linux. https://stackoverflow.com/questions/986426/what-do-stdc-limit-macros-and-stdc-constant-

[CMake] Question about strange Android behavior

2017-06-29 Thread Jim Borden
I’m not sure what the state of Android support is (there is the documentation on the CMake page, and then there is the documentation on the Android page which is different) but I wanted to point out a weird difference in behavior between CMake 3.7.2 and CMake 3.8.2 and ask about it. My project

Re: [CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-29 Thread Alex Turbov
> Linux does not understand '(' in name of files and directories; e.g. actually it does. (and Bash != Linux). Anyway, just like a space symbol, you can quote argument w/ braces: $ mkdir -p '/tmp/Just Test (it)' and everything will be fine. As for the code mentioned, all paths are quoted here, so

Re: [CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-29 Thread Craig Scott
Hi Serban. Can you open a bug report for this and also record which version of CMake you are using? You can submit a bug here: https://gitlab.kitware.com/cmake/cmake/issues On Tue, Jun 27, 2017 at 2:05 AM, Serban Maerean wrote: > Hi, > > I get a hang in the "file" command in FindDoxygen.cmake,