Created
October 5, 2010 17:27
-
-
Save flippyhead/611947 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [2010-10-04 13:37:43] make | |
| dln.c: In function ‘dln_load’: | |
| dln.c:1463: warning: ‘NSCreateObjectFileImageFromFile’ is deprecated (declared at /usr/include/mach-o/dyld.h:145) | |
| dln.c:1469: warning: ‘NSLinkModule’ is deprecated (declared at /usr/include/mach-o/dyld.h:161) | |
| dln.c:1472: warning: ‘NSIsSymbolNameDefined’ is deprecated (declared at /usr/include/mach-o/dyld.h:176) | |
| dln.c:1475: warning: ‘NSAddressOfSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:188) | |
| dln.c:1475: warning: ‘NSLookupAndBindSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:179) | |
| file.c: In function ‘lchmod_internal’: | |
| file.c:1791: warning: cast from pointer to integer of different size | |
| regex.c: In function ‘ruby_re_compile_pattern’: | |
| regex.c:1348: warning: format ‘%d’ expects type ‘int’, but argument 7 has type ‘long int’ | |
| regex.c:2012: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘long int’ | |
| ptr.c: In function ‘rb_dlptr_inspect’: | |
| ptr.c:461: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’ | |
| ptr.c:461: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 8 has type ‘void *’ | |
| void | |
| char | |
| short | |
| int | |
| long | |
| float | |
| double | |
| sym.c: In function ‘rb_dlsym_inspect’: | |
| sym.c:270: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 6 has type ‘struct sym_data *’ | |
| sym.c:270: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘void *’ | |
| In file included from openssl_missing.c:22: | |
| openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
| /usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
| openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
| /usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
| make[1]: *** [openssl_missing.o] Error 1 | |
| make: *** [all] Error 1 | |
| [2010-10-04 13:40:23] make | |
| In file included from openssl_missing.c:22: | |
| openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
| /usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
| openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
| /usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
| make[1]: *** [openssl_missing.o] Error 1 | |
| make: *** [all] Error 1 | |
| [2010-10-04 14:09:07] make | |
| In file included from openssl_missing.c:22: | |
| openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
| /usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
| openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
| /usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
| make[1]: *** [openssl_missing.o] Error 1 | |
| make: *** [all] Error 1 | |
| [2010-10-04 14:10:18] make | |
| In file included from openssl_missing.c:22: | |
| openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
| /usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
| openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
| /usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
| make[1]: *** [openssl_missing.o] Error 1 | |
| make: *** [all] Error 1 | |
| [2010-10-04 14:17:35] make | |
| In file included from openssl_missing.c:22: | |
| openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
| /usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
| openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
| /usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment