Created
January 3, 2016 23:24
-
-
Save codedmart/32aeb557533e29767ba9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOOKS -DQT_NO_STYLE_MOTIF -DQT_NO_STYLE_PLASTIQUE -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.6 -Wall -W -fPIE -I../../../mkspecs/macx-clang -I. -o ipv6ifname.o ipv6ifname.cpp | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.6 -o ipv6ifname ipv6ifname.o | |
IPv6 interface name enabled. | |
getifaddrs auto-detection... () | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -DQT_NO_GRAPHICSVIEW -DQT_NO_GRAPHICSEFFECT -DQT_NO_STYLESHEET -DQT_NO_STYLE_CDE -DQT_NO_STYLE_CLEANLOOKS -DQT_NO_STYLE_MOTIF -DQT_NO_STYLE_PLASTIQUE -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.6 -Wall -W -fPIE -I../../../mkspecs/macx-clang -I. -o getifaddrs.o getifaddrs.cpp | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.6 -o getifaddrs getifaddrs.o | |
getifaddrs enabled. | |
OpenSSL auto-detection... () | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -DQT_NO_GRAPHICSVIEW -DQT_NO_GRAPHICSEFFECT -DQT_NO_STYLESHEET -DQT_NO_STYLE_CDE -DQT_NO_STYLE_CLEANLOOKS -DQT_NO_STYLE_MOTIF -DQT_NO_STYLE_PLASTIQUE -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.6 -Wall -W -fPIE -I../../../mkspecs/macx-clang -I. -o openssl.o openssl.cpp | |
openssl.cpp:42:10: fatal error: 'openssl/opensslv.h' file not found | |
#include <openssl/opensslv.h> | |
^ | |
1 error generated. | |
Makefile:225: recipe for target 'openssl.o' failed | |
make: *** [openssl.o] Error 1 | |
OpenSSL disabled. | |
OpenSSL support cannot be enabled due to functionality tests! | |
Turn on verbose messaging (-v) to /private/var/folders/8w/n_txhbn945j9gxp6bz2nhkhr0000gn/T/nix-build-phantomjs-2.0.0-20150528.drv-0/phantomjs-2.0.0-20150528/src/qt/qtbase/configure to see the final report. | |
If you believe this message is in error you may use the continue | |
switch (-continue) to /private/var/folders/8w/n_txhbn945j9gxp6bz2nhkhr0000gn/T/nix-build-phantomjs-2.0.0-20150528.drv-0/phantomjs-2.0.0-20150528/src/qt/qtbase/configure to continue. | |
builder for ‘/nix/store/ap3qdc3g9kryvlm3nyl2c0fpmvlkmaij-phantomjs-2.0.0-20150528.drv’ failed with exit code 1 | |
error: build of ‘/nix/store/ap3qdc3g9kryvlm3nyl2c0fpmvlkmaij-phantomjs-2.0.0-20150528.drv’ failed | |
/Users/bmartin/.nix-profile/bin/nix-shell: failed to build all dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment