Skip to content

Instantly share code, notes, and snippets.

@hasanadil
Created June 9, 2014 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasanadil/2f96752bda6f39f96807 to your computer and use it in GitHub Desktop.
Save hasanadil/2f96752bda6f39f96807 to your computer and use it in GitHub Desktop.
Terminal log when building map box gl
Hasans-MacBook-Pro-2:mapbox-gl-native hasan$ ls -l
total 80
-rw-r--r-- 1 hasan staff 1311 Jun 9 14:33 LICENSE.md
-rw-r--r-- 1 hasan staff 3480 Jun 9 14:33 Makefile
-rw-r--r-- 1 hasan staff 3960 Jun 9 14:33 README.md
drwxr-xr-x 8 hasan staff 272 Jun 9 14:33 bin
drwxr-xr-x 11 hasan staff 374 Jun 9 14:33 common
-rw-r--r-- 1 hasan staff 1362 Jun 9 14:33 common.gypi
drwxr-xr-x 3 hasan staff 102 Jun 9 14:33 config
-rwxr-xr-x 1 hasan staff 3749 Jun 9 14:33 configure
drwxr-xr-x 5 hasan staff 170 Jun 9 14:33 deps
drwxr-xr-x 7 hasan staff 238 Jun 9 14:33 include
drwxr-xr-x 11 hasan staff 374 Jun 9 14:33 ios
drwxr-xr-x 4 hasan staff 136 Jun 9 14:33 linux
-rw-r--r-- 1 hasan staff 5546 Jun 9 14:33 llmr.gyp
drwxr-xr-x 7 hasan staff 238 Jun 9 14:33 macosx
drwxr-xr-x 11 hasan staff 374 Jun 9 14:36 mapnik-packaging
drwxr-xr-x 5 hasan staff 170 Jun 9 14:33 proto
drwxr-xr-x 3 hasan staff 102 Jun 9 14:33 scripts
-rwxr-xr-x 1 hasan staff 1162 Jun 9 14:33 setup-libraries-cross.sh
-rwxr-xr-x 1 hasan staff 4236 Jun 9 14:33 setup-libraries.sh
drwxr-xr-x 13 hasan staff 442 Jun 9 14:33 src
drwxr-xr-x 10 hasan staff 340 Jun 9 14:33 test
Hasans-MacBook-Pro-2:mapbox-gl-native hasan$
Hasans-MacBook-Pro-2:mapbox-gl-native hasan$ brew install makedepend
Warning: makedepend-0.2 already installed
Hasans-MacBook-Pro-2:mapbox-gl-native hasan$ sudo ./setup-libraries.sh
Password:
Already up-to-date.
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
...done
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
...done
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
...done
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
...done
**** building against libcpp in cpp11 mode with /Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ ****
**** using cached openssl-1.0.1h.tar.gz ****
**** *building openssl ****
Configuring for darwin64-x86_64-cc
no-comp [option] OPENSSL_NO_COMP (skip dir)
no-dso [option]
no-gmp [default] OPENSSL_NO_GMP (skip dir)
no-hw [option] OPENSSL_NO_HW
no-idea [option] OPENSSL_NO_IDEA (skip dir)
no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir)
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-md2 [default] OPENSSL_NO_MD2 (skip dir)
no-mdc2 [option] OPENSSL_NO_MDC2 (skip dir)
no-rc5 [option] OPENSSL_NO_RC5 (skip dir)
no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir)
no-sctp [default] OPENSSL_NO_SCTP (skip dir)
no-shared [option]
no-ssl2 [option] OPENSSL_NO_SSL2 (skip dir)
no-ssl3 [option] OPENSSL_NO_SSL3 (skip dir)
no-store [experimental] OPENSSL_NO_STORE (skip dir)
no-zlib [option]
no-zlib-dynamic [default]
IsMK1MF=0
CC =/Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CFLAG =-DOPENSSL_THREADS -D_REENTRANT -arch x86_64 -O3 -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
EX_LIBS =
CPUID_OBJ =x86_64cpuid.o
BN_ASM =x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o modexp512-x86_64.o
DES_ENC =des_enc.o fcrypt_b.o
AES_ENC =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o
BF_ENC =bf_enc.o
CAST_ENC =c_enc.o
RC4_ENC =rc4_enc.o rc4_skey.o
RC5_ENC =rc5_enc.o
MD5_OBJ_ASM =md5-x86_64.o
SHA1_OBJ_ASM =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
RMD160_OBJ_ASM=
CMLL_ENC =cmll-x86_64.o cmll_misc.o
MODES_OBJ =ghash-x86_64.o
ENGINES_OBJ =
PROCESSOR =
RANLIB =/Applications/Xcode6-Beta.app/Contents/Developer//Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
ARFLAGS =
PERL =/usr/bin/perl
SIXTY_FOUR_BIT_LONG mode
DES_UNROLL used
DES_INT used
RC4 uses uchar
RC4_CHUNK is unsigned long
e_os2.h => include/openssl/e_os2.h
making links in crypto...
crypto.h => ../include/openssl/crypto.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
making links in crypto/md4...
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
making links in crypto/md5...
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
making links in crypto/sha...
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
making links in crypto/hmac...
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
making links in crypto/whrlpool...
whrlpool.h => ../../include/openssl/whrlpool.h
wp_test.c => ../../test/wp_test.c
making links in crypto/des...
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
making links in crypto/aes...
aes.h => ../../include/openssl/aes.h
making links in crypto/rc2...
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/bf...
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/camellia...
camellia.h => ../../include/openssl/camellia.h
making links in crypto/seed...
seed.h => ../../include/openssl/seed.h
making links in crypto/modes...
modes.h => ../../include/openssl/modes.h
making links in crypto/bn...
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/ec...
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
making links in crypto/rsa...
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
making links in crypto/dsa...
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/ecdsa...
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
making links in crypto/dh...
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/ecdh...
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
making links in crypto/dso...
dso.h => ../../include/openssl/dso.h
making links in crypto/engine...
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
making links in crypto/buffer...
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
err.h => ../../include/openssl/err.h
making links in crypto/evp...
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
evptests.txt -> ../../test/evptests.txt
making links in crypto/asn1...
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
making links in crypto/pem...
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
making links in crypto/x509v3...
x509v3.h => ../../include/openssl/x509v3.h
making links in crypto/conf...
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
making links in crypto/txt_db...
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/ocsp...
ocsp.h => ../../include/openssl/ocsp.h
making links in crypto/ui...
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
making links in crypto/krb5...
krb5_asn.h => ../../include/openssl/krb5_asn.h
making links in crypto/cms...
cms.h => ../../include/openssl/cms.h
making links in crypto/pqueue...
pqueue.h => ../../include/openssl/pqueue.h
making links in crypto/ts...
ts.h => ../../include/openssl/ts.h
making links in crypto/srp...
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
making links in crypto/cmac...
cmac.h => ../../include/openssl/cmac.h
making links in ssl...
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
heartbeat_test.c => ../test/heartbeat_test.c
making links in engines...
making links in engines/ccgost...
make[2]: Nothing to be done for `links'.
making links in apps...
make[1]: Nothing to be done for `links'.
making links in test...
make[1]: Nothing to be done for `links'.
making links in tools...
make[1]: Nothing to be done for `links'.
generating dummy tests (if needed)...
make[1]: Nothing to be done for `generate'.
Since you've disabled or enabled at least one algorithm, you need to do
the following before building:
make depend
Configured for darwin64-x86_64-cc.
making depend in crypto...
clang: error: no such file or directory: '-DOPENSSL_THREADS'
clang: error: no such file or directory: '-D_REENTRANT'
clang: error: no such file or directory: '-arch'
clang: error: no such file or directory: 'x86_64'
clang: error: no such file or directory: '-O3'
clang: error: no such file or directory: '-DL_ENDIAN'
clang: error: no such file or directory: '-Wall'
clang: error: no such file or directory: '-DOPENSSL_IA32_SSE2'
clang: error: no such file or directory: '-DOPENSSL_BN_ASM_MONT'
clang: error: no such file or directory: '-DOPENSSL_BN_ASM_MONT5'
clang: error: no such file or directory: '-DOPENSSL_BN_ASM_GF2m'
clang: error: no such file or directory: '-DSHA1_ASM'
clang: error: no such file or directory: '-DSHA256_ASM'
clang: error: no such file or directory: '-DSHA512_ASM'
clang: error: no such file or directory: '-DMD5_ASM'
clang: error: no such file or directory: '-DAES_ASM'
clang: error: no such file or directory: '-DVPAES_ASM'
clang: error: no such file or directory: '-DBSAES_ASM'
clang: error: no such file or directory: '-DWHIRLPOOL_ASM'
clang: error: no such file or directory: '-DGHASH_ASM'
clang: error: no such file or directory: '-I.'
clang: error: no such file or directory: '-I..'
clang: error: no such file or directory: '-I../include'
clang: error: no such file or directory: '-DOPENSSL_NO_DEPRECATED'
clang: error: no such file or directory: '-DOPENSSL_NO_COMP'
clang: error: no such file or directory: '-DOPENSSL_NO_GMP'
clang: error: no such file or directory: '-DOPENSSL_NO_IDEA'
clang: error: no such file or directory: '-DOPENSSL_NO_JPAKE'
clang: error: no such file or directory: '-DOPENSSL_NO_MD2'
clang: error: no such file or directory: '-DOPENSSL_NO_MDC2'
clang: error: no such file or directory: '-DOPENSSL_NO_RC5'
clang: error: no such file or directory: '-DOPENSSL_NO_RFC3779'
clang: error: no such file or directory: '-DOPENSSL_NO_SCTP'
clang: error: no such file or directory: '-DOPENSSL_NO_SSL2'
clang: error: no such file or directory: '-DOPENSSL_NO_SSL3'
clang: error: no such file or directory: '-DOPENSSL_NO_STORE'
clang: error: no such file or directory: '--'
mv: Makefile.new: No such file or directory
make[1]: *** [depend] Error 1
make: *** [depend] Error 1
Hasans-MacBook-Pro-2:mapbox-gl-native hasan$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment