[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-326-ga9c0959900

2019-11-09 Thread Kitware Robot via Cmake-commits
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
   via  a9c09599002baa27bdf4f98664829a92ba529240 (commit)
  from  4523e4b3262e81ed179321c154770b20899041c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9c09599002baa27bdf4f98664829a92ba529240
commit a9c09599002baa27bdf4f98664829a92ba529240
Author: Kitware Robot 
AuthorDate: Sun Nov 10 00:01:05 2019 -0500
Commit: Kitware Robot 
CommitDate: Sun Nov 10 00:01:05 2019 -0500

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 1374274779..1fc03671a4 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,7 +1,7 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 16)
-set(CMake_VERSION_PATCH 20191109)
+set(CMake_VERSION_PATCH 20191110)
 #set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)
 

---

Summary of changes:
 Source/CMakeVersion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits


Re: [CMake] CMake Error Flagged in MSVC Toolchain File

2019-11-09 Thread Osman Zakir
Yeah, I typed it correctly in the actual command and missed the C when 
copy-pasting it here.  Sorry about that.

I also want to know if it's possible to use LLVM 10 with the ClangCl toolset in 
VS2019.  The toolchain file itself uses LLVM 8.0.1, but I also have LLVM 10 
installed on my computer and I'd like to use that if possible.
-- 

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:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Suddendly missing members when compiling on macOS Mojave

2019-11-09 Thread Ruben Di Battista
I managed to fix it. I got confused because recently I updated Xcode, but in 
facts the problem was completely unrelated: I had a project header file named 
“math.h”. :) Very noob mistake! Interestingly enough, this bug does not pop-out 
on Linux (using GCC). 

So I just renamed “math.h” to a custom name, and now everything is back as 
before (Ah, pay attention! Most of macOS systems have a case-insensitive 
filesystem… I firstly renamed the file from “math.h” -> “Math.h”, but it didn’t 
work either and it took a while to realize that on macOS “math.h” and “Math.h” 
are the same if the FS is case-insensitive. 

In any case thanks Juan for your help! :)

  _   
-. .´  |
  ',  ;|∞∞
˜˜ |∞ RdB
,.,|∞∞
  .'   '.  |
-'   `’

https://rdb.is

On 8 November 2019 at 17:36:08, Juan Sanchez (juan.e.sanc...@gmail.com) wrote:

I had an issue last week, where the isysroot setting was messed up, after I had 
done an xcode update.

Even though I am using Mojave (10.14), instead of Catalina (10.15), xcode has 
apparently upped the version number from 10.14 to 10.15.

 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
 

Creating a brand new build directory fixed the problem, since the cached 
information concerning the compiler environment was invalid.

Regards,

Juan


On Fri, Nov 8, 2019 at 10:18 AM Ruben Di Battista  
wrote:
Hello, 

Tryign to compile a project that built correctly since now. I guess something 
changed on my system, and now I’m getting this error: 

Scanning dependencies of target Mercurve
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f 
src/libs/CMakeFiles/Mercurve.dir/build.make 
src/libs/CMakeFiles/Mercurve.dir/build
[  4%] Building CXX object src/libs/CMakeFiles/Mercurve.dir/BlockMerger.cxx.o
cd /Users/rubendibattista/git/x/Mercurve/build/src/libs && 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  -DMercurve_EXPORTS -I/Users/rubendibattista/git/x/Mercurve/src/libs -isystem 
/opt/local/include/vtk-8.1 -isystem /opt/local/include -isystem 
/opt/local/include/mpich-mp -isystem /opt/local/include/libxml2  -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
 -mmacosx-version-min=10.14 -fPIC   -std=gnu++11 -o 
CMakeFiles/Mercurve.dir/BlockMerger.cxx.o -c 
/Users/rubendibattista/git/x/Mercurve/src/libs/BlockMerger.cxx
In file included from 
/Users/rubendibattista/git/x/Mercurve/src/libs/BlockMerger.cxx:21:
In file included from 
/Users/rubendibattista/git/x/Mercurve/src/libs/BlockMerger.h:28:
In file included from /Users/rubendibattista/git/x/Mercurve/src/libs/types.h:25:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/unordered_set:363:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__hash_table:19:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:314:9:
 error: no member named 'signbit' in the global namespace
using ::signbit;
      ~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:315:9:
 error: no member named 'fpclassify' in the global namespace
using ::fpclassify;
      ~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:316:9:
 error: no member named 'isfinite' in the global namespace

Something got messed up with Xcode update I guess. I also tried to downgrade 
Xcode without success. Does anyone have hints on how to solve this? In 
particular I’m not entirely sure that the `-isysroot` flag the cmake provides 
is correct anymore. Is that possible? 
  _
-. .´  |
  ',  ;|∞∞
˜˜ |∞ RdB
,.,|∞∞
  .'   '.  |
-'   `’

https://rdb.is
--

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:
https://cmake.org/mailman/listinfo/cmake


signature.asc
Description: Message signed with OpenPGP using AMPGpg
-- 

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: