Am 11.06.2016 um 04:00 schrieb Scott Kostyshak <skost...@lyx.org>:
> 
> $ export CC=/usr/bin/clang
> $ export CXX=/usr/bin/clang++
> $ cmake ../repo
> -- TOP_SRC_DIR = /home/scott/lyxbuilds/master/repo
> -- 
> -- Building out-of-source
> -- The C compiler identification is Clang 3.6.0
> -- The CXX compiler identification is Clang 3.6.0
> -- Check for working C compiler: /usr/bin/clang
> -- Check for working C compiler: /usr/bin/clang -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/clang++
> -- Check for working CXX compiler: /usr/bin/clang++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- 
> -- Performing Test CXX11_FLAG_DETECTED
> -- Performing Test CXX11_FLAG_DETECTED - Success
> -- CXX11_FLAG_DETECTED = "--std=c++11 -Wno-deprecated-register"
> -- Found CXX11Compiler: --std=c++11 -Wno-deprecated-register  
> -- Using GCC version 4.2.1
> CMake Error at CMakeLists.txt:267 (message):
>  gcc >= 4.3 is required.
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles/CMakeOutput.log".
> $ 
> 
> Scott

The same here on Mac:

Stephan

Using SDK 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
-- TOP_SRC_DIR = /Users/stephan/git/lyx
-- 
-- Building out-of-source
-- The C compiler identification is AppleClang 7.3.0.7030029
-- The CXX compiler identification is AppleClang 7.3.0.7030029
-- Check for working C compiler using: Xcode
-- Check for working C compiler using: Xcode -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler using: Xcode
-- Check for working CXX compiler using: Xcode -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 
-- CXX11_FLAG_DETECTED = "--std=c++11 -Wno-deprecated-register"
-- Found CXX11Compiler: --std=c++11 -Wno-deprecated-register  
-- Using GCC version 4.2.1
CMake Error at CMakeLists.txt:267 (message):
  gcc >= 4.3 is required.


-- Configuring incomplete, errors occurred!
See also 
"/Users/stephan/git/lyx-build/cmake/2.3.0dev/CMakeFiles/CMakeOutput.log".

Reply via email to