[cmake-developers] [CMake 0015895]: bootstrap compilation error
Mantis Bug Tracker
mantis at public.kitware.com
Wed Dec 23 10:50:34 EST 2015
The following issue has been SUBMITTED.
======================================================================
https://cmake.org/Bug/view.php?id=15895
======================================================================
Reported By: Burlen
Assigned To:
======================================================================
Project: CMake
Issue ID: 15895
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-12-23 10:50 EST
Last Modified: 2015-12-23 10:50 EST
======================================================================
Summary: bootstrap compilation error
Description:
g++ -I/Users/bloring/apps/cmake/builds/cmake-3.4.1/Bootstrap.cmk
-I/Users/bloring/apps/cmake/builds/cmake-3.4.1/Source
-I/Users/bloring/apps/cmake/builds/cmake-3.4.1/Bootstrap.cmk -c
/Users/bloring/apps/cmake/builds/cmake-3.4.1/Source/cmBootstrapCommands1.cxx -o
cmBootstrapCommands1.o
In file included from /usr/include/dispatch/dispatch.h:51:0,
from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15,
from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13,
from
/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55,
from
/Users/bloring/apps/cmake/builds/cmake-3.4.1/Source/cmFindProgramCommand.cxx:16,
from
/Users/bloring/apps/cmake/builds/cmake-3.4.1/Source/cmBootstrapCommands1.cxx:52:
/usr/include/dispatch/object.h:143:15: error: expected unqualified-id before
‘^’ token
typedef void (^dispatch_block_t)(void);
^
/usr/include/dispatch/object.h:143:15: error: expected ‘)’ before ‘^’
token
/usr/include/dispatch/object.h:362:3: error: ‘dispatch_block_t’ has not been
declared
dispatch_block_t notification_block);
^
make: *** [cmBootstrapCommands1.o] Error 1
---------------------------------------------
Error when bootstrapping CMake:
Problem while running make
---------------------------------------------
Steps to Reproduce:
./configure && make
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-12-23 10:50 Burlen New Issue
======================================================================
More information about the cmake-developers
mailing list