Created
February 3, 2010 16:51
-
-
Save erebor/293764 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-01-28 17:35:46] ./installer -a /Users/rew/.rvm/rubies/ree-1.8.7-2010.01 --dont-install-useful-gems | |
./configure: line 4633: : command not found | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
./src/base/basictypes.h: In constructor 'AssignAttributeStartEnd::AssignAttributeStartEnd(const char*, char**, char**)': | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
./src/base/basictypes.h: In constructor 'AssignAttributeStartEnd::AssignAttributeStartEnd(const char*, char**, char**)': | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
[...lots of this...] | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
ranlib: file: .libs/libtcmalloc_minimal_internal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
ranlib: file: .libs/libtcmalloc_minimal_internal.a(atomicops-internals-x86.o) has no symbols | |
ld: warning codegen in _mallopt (offset 0x00000005) prevents image from loading in dyld shared cache | |
ld: warning codegen in operator delete[](void*)(offset 0x00000005) prevents image from loading in dyld shared cache | |
ld: warning codegen in operator delete(void*)(offset 0x00000005) prevents image from loading in dyld shared cache | |
ld: warning codegen in _cfree (offset 0x00000005) prevents image from loading in dyld shared cache | |
ld: warning codegen in _free (offset 0x00000005) prevents image from loading in dyld shared cache | |
[...lots of that...] | |
ld: warning codegen in _tc_realloc (offset 0x000012E9) prevents image from loading in dyld shared cache | |
ranlib: file: .libs/libtcmalloc_minimal.a(atomicops-internals-x86.o) has no symbols | |
ranlib: file: .libs/libtcmalloc_minimal.a(libtcmalloc_minimal_internal_la-memfs_malloc.o) has no symbols | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
eval.c: In function 'rb_eval_string_wrap': | |
eval.c:1775: warning: assignment discards qualifiers from pointer target type | |
eval.c: In function 'rb_eval_cmd': | |
eval.c:1916: warning: assignment discards qualifiers from pointer target type | |
[...lots of that...] | |
digest.c: In function 'rb_digest_instance_inspect': | |
digest.c:280: warning: assignment discards qualifiers from pointer target type | |
void | |
char | |
short | |
long | |
float | |
double | |
nkf.c: In function 'nkf_split_options': | |
nkf.c:116: warning: pointer targets in passing argument 1 of 'options' differ in signedness | |
nkf.c:124: warning: pointer targets in passing argument 1 of 'options' differ in signedness | |
ossl_asn1.c: In function 'asn1time_to_time': | |
ossl_asn1.c:37: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness | |
ossl_asn1.c:48: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness | |
[...LOTS of that...] | |
readline.c:734: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:734: warning: assignment makes pointer from integer without a cast | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[2010-02-03 10:40:50] ./installer -a /Users/rew/.rvm/rubies/ree-1.8.7-2010.01 --dont-install-useful-gems | |
./configure: line 4633: : command not found | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
./src/base/basictypes.h: In constructor 'AssignAttributeStartEnd::AssignAttributeStartEnd(const char*, char**, char**)': | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
./src/base/basictypes.h:251: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237) | |
[...and that...] | |
ossl_x509req.c: In function 'ossl_x509req_to_der': | |
ossl_x509req.c:174: warning: pointer targets in assignment differ in signedness | |
readline.c: In function 'filename_completion_proc_call': | |
readline.c:707: error: 'filename_completion_function' undeclared (first use in this function) | |
readline.c:707: error: (Each undeclared identifier is reported only once | |
readline.c:707: error: for each function it appears in.) | |
readline.c:707: warning: assignment makes pointer from integer without a cast | |
readline.c: In function 'username_completion_proc_call': | |
readline.c:734: error: 'username_completion_function' undeclared (first use in this function) | |
readline.c:734: warning: assignment makes pointer from integer without a cast | |
make[1]: *** [readline.o] Error 1 | |
make: *** [all] Error 1 | |
[...and finished...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment