Skip to content

Instantly share code, notes, and snippets.

@jtmkrueger
Created May 6, 2010 15: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 jtmkrueger/392286 to your computer and use it in GitHub Desktop.
Save jtmkrueger/392286 to your computer and use it in GitHub Desktop.
[2010-05-06 09:44:45] 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:1784: warning: cast from pointer to integer of different size
process.c: In function ‘detach_process_watcher’:
process.c:854: warning: cast from pointer to integer of different size
process.c: In function ‘rb_detach_process’:
process.c:866: warning: cast to pointer from 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’
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ptr.c: In function ‘rb_dlptr_inspect’:
ptr.c:469: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’
ptr.c:469: 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’
/Users/john_t_krueger/.rvm/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’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here
openssl_missing.c:271: error: conflicting types for ‘BN_rand_range’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here
openssl_missing.c:279: error: conflicting types for ‘BN_pseudo_rand_range’
/Users/john_t_krueger/.rvm/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-05-06 10:09:41] 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:1784: warning: cast from pointer to integer of different size
process.c: In function ‘detach_process_watcher’:
process.c:854: warning: cast from pointer to integer of different size
process.c: In function ‘rb_detach_process’:
process.c:866: warning: cast to pointer from 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’
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ptr.c: In function ‘rb_dlptr_inspect’:
ptr.c:469: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’
ptr.c:469: 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’
/Users/john_t_krueger/.rvm/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’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here
openssl_missing.c:271: error: conflicting types for ‘BN_rand_range’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here
openssl_missing.c:279: error: conflicting types for ‘BN_pseudo_rand_range’
/Users/john_t_krueger/.rvm/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-05-06 10:44:59] 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:1784: warning: cast from pointer to integer of different size
process.c: In function ‘detach_process_watcher’:
process.c:854: warning: cast from pointer to integer of different size
process.c: In function ‘rb_detach_process’:
process.c:866: warning: cast to pointer from 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’
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ptr.c: In function ‘rb_dlptr_inspect’:
ptr.c:469: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’
ptr.c:469: 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’
/Users/john_t_krueger/.rvm/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’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here
openssl_missing.c:271: error: conflicting types for ‘BN_rand_range’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here
openssl_missing.c:279: error: conflicting types for ‘BN_pseudo_rand_range’
/Users/john_t_krueger/.rvm/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-05-06 11:09:30] 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:1784: warning: cast from pointer to integer of different size
process.c: In function ‘detach_process_watcher’:
process.c:854: warning: cast from pointer to integer of different size
process.c: In function ‘rb_detach_process’:
process.c:866: warning: cast to pointer from 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’
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /Users/john_t_krueger/.rvm/usr/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ptr.c: In function ‘rb_dlptr_inspect’:
ptr.c:469: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’
ptr.c:469: 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’
/Users/john_t_krueger/.rvm/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’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here
openssl_missing.c:271: error: conflicting types for ‘BN_rand_range’
/Users/john_t_krueger/.rvm/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here
openssl_missing.c:279: error: conflicting types for ‘BN_pseudo_rand_range’
/Users/john_t_krueger/.rvm/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment