Skip to content

Instantly share code, notes, and snippets.

@jeffypooo
Created July 2, 2018 03:10
Show Gist options
  • Select an option

  • Save jeffypooo/43954ba1b1dcbaea69c14ea9c05722c3 to your computer and use it in GitHub Desktop.

Select an option

Save jeffypooo/43954ba1b1dcbaea69c14ea9c05722c3 to your computer and use it in GitHub Desktop.
libftdi on macOS 10.14 - Homebrew build logs
Homebrew build logs for libftdi on macOS 10.14
Build date: 2018-07-01 20:10:12
HOMEBREW_VERSION: 1.6.9-51-g61a8c4d
ORIGIN: https://github.com/Homebrew/brew
HEAD: 61a8c4d1fb8b215b12b51aec69a1b2b5b11ba75a
Last commit: 19 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b314a662626e0a7fd61fb8f2a5e12fbbb04651e6
Core tap last commit: 9 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_BINTRAY_KEY: set
HOMEBREW_BINTRAY_USER: jeffbeartooth
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.17.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_172
macOS: 10.14-x86_64
CLT: 10.0.0.0.1.1529074627
CLT headers: 10.0.0.0.1.1529074627
Xcode: 10.0 => /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer
XQuartz: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Users/jeff/development/mfg/manufacturing/software/python/BeartoothATE/venv/bin/python-config
Warning: You are using macOS 10.14.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Warning: Ruby version 2.3.7 is unsupported on 10.14. Homebrew
is developed and tested on Ruby 2.3.3, and may not work correctly
on other Rubies. Patches are accepted as long as they don't cause breakage
on supported Rubies.
2018-07-01 20:10:06 -0700
cmake
..
-DPYTHON_BINDINGS=ON
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/libftdi/1.4
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 10.0.0.10001025
-- The CXX compiler identification is AppleClang 10.0.0.10001025
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- 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: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type: Release
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'libusb-1.0'
-- Found libusb-1.0, version 1.0.22
-- Found LIBUSB: /usr/local/lib/libusb-1.0.dylib
-- Boost version: 1.67.0
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Not generating API documentation
fatal: not a git repository (or any of the parent directories): .git
-- Detected git snapshot version: unknown
-- Building libftdi1++
-- Found SWIG: /usr/local/bin/swig (found version "3.0.12")
-- Found PythonLibs: /usr/local/Frameworks/Python.framework/Versions/3.6/lib/libpython3.6m.dylib (found version "3.6.5")
-- Found PythonInterp: /usr/local/bin/python3.6 (found version "3.6.5")
-- Building python bindings via swig. Will be installed under /usr/local/Cellar/libftdi/1.4/lib/python3.6/site-packages
-- Found Confuse: /usr/local/lib/libconfuse.dylib
-- Could NOT find Libintl (missing: LIBINTL_INCLUDE_DIR LIBINTL_LIB_FOUND)
-- Building ftdi_eeprom
-- Building example programs.
-- Building libftdi++ examples.
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Building unit test
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_9cf21.dir/testCCompiler.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_9cf21.dir/testCCompiler.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cf21.dir/testCCompiler.c.o -o cmTC_9cf21
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cf21.dir/testCCompiler.c.o -o cmTC_9cf21 -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_efba3.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_efba3.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_efba3.dir/CMakeCCompilerABI.c.o -o cmTC_efba3
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_efba3.dir/CMakeCCompilerABI.c.o -o cmTC_efba3 -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_4aa5f.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_4aa5f.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c -isystem/usr/local/include
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4aa5f.dir/feature_tests.c.o -o cmTC_4aa5f
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4aa5f.dir/feature_tests.c.o -o cmTC_4aa5f -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_2ec9c.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_2ec9c.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c -isystem/usr/local/include
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2ec9c.dir/feature_tests.c.o -o cmTC_2ec9c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2ec9c.dir/feature_tests.c.o -o cmTC_2ec9c -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_bc49f.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_bc49f.dir/feature_tests.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.c -isystem/usr/local/include
clang called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc49f.dir/feature_tests.c.o -o cmTC_bc49f
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc49f.dir/feature_tests.c.o -o cmTC_bc49f -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_9824c.dir/testCXXCompiler.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_9824c.dir/testCXXCompiler.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9824c.dir/testCXXCompiler.cxx.o -o cmTC_9824c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9824c.dir/testCXXCompiler.cxx.o -o cmTC_9824c -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_64ea9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_64ea9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.4/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_64ea9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_64ea9
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_64ea9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_64ea9 -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++1z -o CMakeFiles/cmTC_7be8a.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1z -o CMakeFiles/cmTC_7be8a.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7be8a.dir/feature_tests.cxx.o -o cmTC_7be8a
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7be8a.dir/feature_tests.cxx.o -o cmTC_7be8a -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++14 -o CMakeFiles/cmTC_e236c.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++14 -o CMakeFiles/cmTC_e236c.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e236c.dir/feature_tests.cxx.o -o cmTC_e236c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e236c.dir/feature_tests.cxx.o -o cmTC_e236c -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++11 -o CMakeFiles/cmTC_9fbab.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_9fbab.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9fbab.dir/feature_tests.cxx.o -o cmTC_9fbab
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9fbab.dir/feature_tests.cxx.o -o cmTC_9fbab -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++98 -o CMakeFiles/cmTC_1b2de.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_1b2de.dir/feature_tests.cxx.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include
clang++ called with: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b2de.dir/feature_tests.cxx.o -o cmTC_1b2de
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b2de.dir/feature_tests.cxx.o -o cmTC_1b2de -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2018-07-01 20:10:12 -0700
make
install
/usr/local/Cellar/cmake/3.11.4/bin/cmake -H/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 -B/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_progress_start /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/CMakeFiles/progress.marks
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ftdi1-static.dir/build.make src/CMakeFiles/ftdi1-static.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ftdi1.dir/build.make src/CMakeFiles/ftdi1.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdipp/CMakeFiles/ftdipp1-static.dir/build.make ftdipp/CMakeFiles/ftdipp1-static.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/gen_ftdi1_ftdi1PYTHON_wrap.dir/build.make python/CMakeFiles/gen_ftdi1_ftdi1PYTHON_wrap.dir/depend
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src/CMakeFiles/ftdi1-static.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src/CMakeFiles/ftdi1.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp/CMakeFiles/ftdipp1-static.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/python /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/CMakeFiles/gen_ftdi1_ftdi1PYTHON_wrap.dir/DependInfo.cmake --color=
Scanning dependencies of target ftdi1-static
Scanning dependencies of target ftdi1
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ftdi1.dir/build.make src/CMakeFiles/ftdi1.dir/build
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/ftdi1-static.dir/build.make src/CMakeFiles/ftdi1-static.dir/build
Scanning dependencies of target gen_ftdi1_ftdi1PYTHON_wrap
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/gen_ftdi1_ftdi1PYTHON_wrap.dir/build.make python/CMakeFiles/gen_ftdi1_ftdi1PYTHON_wrap.dir/build
[ 2%] Building C object src/CMakeFiles/ftdi1.dir/ftdi.c.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdi1.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c
[ 10%] Building C object src/CMakeFiles/ftdi1-static.dir/ftdi_stream.c.o
[ 10%] Building C object src/CMakeFiles/ftdi1.dir/ftdi_stream.c.o
[ 10%] Building C object src/CMakeFiles/ftdi1-static.dir/ftdi.c.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi1-static.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdi1.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi1-static.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c
[ 12%] Swig source
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E make_directory /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E touch /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.stamp
Scanning dependencies of target ftdipp1-static
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdipp/CMakeFiles/ftdipp1-static.dir/build.make ftdipp/CMakeFiles/ftdipp1-static.dir/build
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python && /usr/local/bin/swig -python -outdir /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -I/usr/local/Frameworks/Python.framework/Versions/3.6/include/python3.6m -o /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/python/ftdi1.i
[ 15%] Building CXX object ftdipp/CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp
/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.h:270: Warning 451: Setting a const char * variable may leak memory.
[ 17%] Linking C static library libftdi1.a
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Cellar/cmake/3.11.4/bin/cmake -P CMakeFiles/ftdi1-static.dir/cmake_clean_target.cmake
[ 20%] Linking C shared library libftdi1.dylib
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/ftdi1.dir/link.txt --verbose=1
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/ftdi1-static.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.0.0 -current_version 2.4.0 -o libftdi1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src/libftdi1.2.dylib CMakeFiles/ftdi1.dir/ftdi.c.o CMakeFiles/ftdi1.dir/ftdi_stream.c.o /usr/local/lib/libusb-1.0.dylib
/usr/bin/ar qc libftdi1.a CMakeFiles/ftdi1-static.dir/ftdi.c.o CMakeFiles/ftdi1-static.dir/ftdi_stream.c.o
/usr/bin/ranlib libftdi1.a
[ 22%] Linking CXX static library libftdipp1.a
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Cellar/cmake/3.11.4/bin/cmake -P CMakeFiles/ftdipp1-static.dir/cmake_clean_target.cmake
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/ftdipp1-static.dir/link.txt --verbose=1
[ 22%] Built target ftdi1-static
/usr/bin/ar qc libftdipp1.a CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o
/usr/bin/ranlib libftdipp1.a
[ 22%] Built target ftdipp1-static
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_symlink_library libftdi1.2.4.0.dylib libftdi1.2.dylib libftdi1.dylib
/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_i.h:131: Warning 451: Setting a const char * variable may leak memory.
[ 22%] Built target gen_ftdi1_ftdi1PYTHON_wrap
[ 22%] Built target ftdi1
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdipp/CMakeFiles/ftdipp1.dir/build.make ftdipp/CMakeFiles/ftdipp1.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/_ftdi1.dir/build.make python/CMakeFiles/_ftdi1.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/build.make ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/depend
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/depend
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/python /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/CMakeFiles/_ftdi1.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp/CMakeFiles/ftdipp1.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdi_eeprom /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples/CMakeFiles/eeprom.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples/CMakeFiles/stream_test.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples/CMakeFiles/baud_test.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples/CMakeFiles/find_all.dir/DependInfo.cmake --color=
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4 /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples/CMakeFiles/bitbang_cbus.dir/DependInfo.cmake --color=
Scanning dependencies of target bitbang_cbus
Scanning dependencies of target baud_test
Scanning dependencies of target eeprom
Scanning dependencies of target find_all
Scanning dependencies of target stream_test
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/bitbang_cbus.dir/build.make examples/CMakeFiles/bitbang_cbus.dir/build
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/find_all.dir/build.make examples/CMakeFiles/find_all.dir/build
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/baud_test.dir/build.make examples/CMakeFiles/baud_test.dir/build
Scanning dependencies of target ftdi_eeprom
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/stream_test.dir/build.make examples/CMakeFiles/stream_test.dir/build
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f examples/CMakeFiles/eeprom.dir/build.make examples/CMakeFiles/eeprom.dir/build
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/build.make ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/build
Scanning dependencies of target _ftdi1
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/_ftdi1.dir/build.make python/CMakeFiles/_ftdi1.dir/build
[ 30%] Building C object examples/CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o
[ 30%] Building C object examples/CMakeFiles/find_all.dir/find_all.c.o
[ 30%] Building C object examples/CMakeFiles/baud_test.dir/baud_test.c.o
[ 32%] Building C object examples/CMakeFiles/stream_test.dir/stream_test.c.o
[ 35%] Building C object examples/CMakeFiles/eeprom.dir/eeprom.c.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/find_all.dir/find_all.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/find_all.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/baud_test.dir/baud_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/baud_test.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/bitbang_cbus.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/stream_test.dir/stream_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/stream_test.c
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/eeprom.dir/eeprom.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/eeprom.c
[ 37%] Building C object ftdi_eeprom/CMakeFiles/ftdi_eeprom.dir/main.c.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi_eeprom.dir/main.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdi_eeprom/main.c
[ 40%] Building C object python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -D_ftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -I/usr/local/Frameworks/Python.framework/Versions/3.6/include/python3.6m -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.c
Scanning dependencies of target ftdipp1
/Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/usr/bin/make -f ftdipp/CMakeFiles/ftdipp1.dir/build.make ftdipp/CMakeFiles/ftdipp1.dir/build
[ 42%] Building CXX object ftdipp/CMakeFiles/ftdipp1.dir/ftdi.cpp.o
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -Dftdipp1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdipp1.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp
/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.c:149:11: fatal error: 'Python.h' file not found
# include <Python.h>
^~~~~~~~~~
[ 45%] Linking C executable find_all
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/find_all.dir/link.txt --verbose=1
[ 47%] Linking C executable bitbang_cbus
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/bitbang_cbus.dir/link.txt --verbose=1
[ 50%] Linking C executable baud_test
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/baud_test.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/find_all.dir/find_all.c.o -o find_all ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -o bitbang_cbus ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/baud_test.dir/baud_test.c.o -o baud_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
[ 52%] Linking C executable stream_test
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/stream_test.dir/link.txt --verbose=1
1 error generated.
[ 55%] Linking C executable eeprom
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/eeprom.dir/link.txt --verbose=1
make[2]: *** [python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o] Error 1
make[1]: *** [python/CMakeFiles/_ftdi1.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/stream_test.dir/stream_test.c.o -o stream_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/eeprom.dir/eeprom.c.o -o eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
[ 57%] Linking C executable ftdi_eeprom
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/ftdi_eeprom.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ftdi_eeprom.dir/main.c.o -o ftdi_eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libconfuse.dylib /usr/local/lib/libusb-1.0.dylib
[ 57%] Built target find_all
[ 57%] Built target bitbang_cbus
[ 57%] Built target baud_test
[ 57%] Built target stream_test
[ 57%] Built target eeprom
[ 57%] Built target ftdi_eeprom
[ 60%] Linking CXX shared library libftdipp1.dylib
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_link_script CMakeFiles/ftdipp1.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 3.0.0 -current_version 2.4.0 -o libftdipp1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp/libftdipp1.3.dylib CMakeFiles/ftdipp1.dir/ftdi.cpp.o ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
cd /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp && /usr/local/Cellar/cmake/3.11.4/bin/cmake -E cmake_symlink_library libftdipp1.2.4.0.dylib libftdipp1.3.dylib libftdipp1.dylib
[ 60%] Built target ftdipp1
make: *** [all] Error 2
HOMEBREW_VERSION: 1.6.9-51-g61a8c4d
ORIGIN: https://github.com/Homebrew/brew
HEAD: 61a8c4d1fb8b215b12b51aec69a1b2b5b11ba75a
Last commit: 19 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b314a662626e0a7fd61fb8f2a5e12fbbb04651e6
Core tap last commit: 9 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CACHE: /Users/jeff/Library/Caches/Homebrew
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.17.1 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_172
macOS: 10.14-x86_64
CLT: 10.0.0.0.1.1529074627
CLT headers: 10.0.0.0.1.1529074627
Xcode: 10.0 => /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer
XQuartz: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libusb/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/swig/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi1-static.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -o CMakeFiles/ftdi1-static.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c -isystem/usr/local/include
clang called with: -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdi1.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -fPIC -o CMakeFiles/ftdi1.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi1-static.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -o CMakeFiles/ftdi1-static.dir/ftdi_stream.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi_stream.c -isystem/usr/local/include
clang called with: -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdi1.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -Dftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src -I/usr/local/include/libusb-1.0 -DNDEBUG -fPIC -o CMakeFiles/ftdi1.dir/ftdi.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src/ftdi.c -isystem/usr/local/include
clang++ called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -DNDEBUG -o CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp -isystem/usr/local/include
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.0.0 -current_version 2.4.0 -o libftdi1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src/libftdi1.2.dylib CMakeFiles/ftdi1.dir/ftdi.c.o CMakeFiles/ftdi1.dir/ftdi_stream.c.o /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.0.0 -current_version 2.4.0 -o libftdi1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/src/libftdi1.2.dylib CMakeFiles/ftdi1.dir/ftdi.c.o CMakeFiles/ftdi1.dir/ftdi_stream.c.o /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/baud_test.dir/baud_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/baud_test.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -o CMakeFiles/baud_test.dir/baud_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/baud_test.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/bitbang_cbus.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -o CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/bitbang_cbus.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/find_all.dir/find_all.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/find_all.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -o CMakeFiles/find_all.dir/find_all.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/find_all.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/stream_test.dir/stream_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/stream_test.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -o CMakeFiles/stream_test.dir/stream_test.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/stream_test.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/eeprom.dir/eeprom.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/eeprom.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/usr/local/include/libusb-1.0 -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/examples -DNDEBUG -o CMakeFiles/eeprom.dir/eeprom.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/examples/eeprom.c -isystem/usr/local/include
clang called with: -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall -o CMakeFiles/ftdi_eeprom.dir/main.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdi_eeprom/main.c
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdi_eeprom -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -DNDEBUG -o CMakeFiles/ftdi_eeprom.dir/main.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdi_eeprom/main.c -isystem/usr/local/include
clang called with: -D_ftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -I/usr/local/Frameworks/Python.framework/Versions/3.6/include/python3.6m -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.c
superenv removed: -I/usr/local/Frameworks/Python.framework/Versions/3.6/include/python3.6m -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang -pipe -w -Os -march=native -D_ftdi1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/usr/local/include/libusb-1.0 -DNDEBUG -fPIC -o CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/python/ftdi1PYTHON_wrap.c -isystem/usr/local/include
clang++ called with: -Dftdipp1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -I/usr/local/include -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fPIC -Wall -o CMakeFiles/ftdipp1.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp
superenv removed: -I/usr/local/include -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include
superenv executed: clang++ -pipe -w -Os -march=native -Dftdipp1_EXPORTS -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/src -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp -I/tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp -I/usr/local/include/libusb-1.0 -DNDEBUG -fPIC -o CMakeFiles/ftdipp1.dir/ftdi.cpp.o -c /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/ftdipp/ftdi.cpp -isystem/usr/local/include
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/find_all.dir/find_all.c.o -o find_all ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/find_all.dir/find_all.c.o -o find_all ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -o bitbang_cbus ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bitbang_cbus.dir/bitbang_cbus.c.o -o bitbang_cbus ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/baud_test.dir/baud_test.c.o -o baud_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/baud_test.dir/baud_test.c.o -o baud_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/stream_test.dir/stream_test.c.o -o stream_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/stream_test.dir/stream_test.c.o -o stream_test ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/eeprom.dir/eeprom.c.o -o eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/eeprom.dir/eeprom.c.o -o eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ftdi_eeprom.dir/main.c.o -o ftdi_eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libconfuse.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ftdi_eeprom.dir/main.c.o -o ftdi_eeprom ../src/libftdi1.2.4.0.dylib /usr/local/lib/libconfuse.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DNDEBUG -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 3.0.0 -current_version 2.4.0 -o libftdipp1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp/libftdipp1.3.dylib CMakeFiles/ftdipp1.dir/ftdi.cpp.o ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib
superenv removed: -isysroot /Users/jeff/development/ios/xcode-betas/10/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 3.0.0 -current_version 2.4.0 -o libftdipp1.2.4.0.dylib -install_name /tmp/libftdi-20180701-45977-np9hiw/libftdi1-1.4/libftdi-build/ftdipp/libftdipp1.3.dylib CMakeFiles/ftdipp1.dir/ftdi.cpp.o ../src/libftdi1.2.4.0.dylib /usr/local/lib/libusb-1.0.dylib -isystem/usr/local/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment