Last active
October 18, 2016 12:51
-
-
Save jbelmont/6161643 to your computer and use it in GitHub Desktop.
automatic update by http://atom.io/packages/sync-settings
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.57. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/screen/4.00.03 --mandir=/usr/local/Cellar/screen/4.00.03/share/man --infodir=/usr/local/Cellar/screen/4.00.03/share/info --enable-colors256 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Jean-Marcel-Belmonts-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 11.4.2 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 92 tasks, 480 threads, 8 processors | |
Load average: 1.15, Mach factor: 6.84 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1470: checking for gcc | |
configure:1496: result: cc | |
configure:1740: checking for C compiler version | |
configure:1743: cc --version </dev/null >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:1746: $? = 0 | |
configure:1748: cc -v </dev/null >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:1751: $? = 0 | |
configure:1753: cc -V </dev/null >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:1756: $? = 1 | |
configure:1780: checking for C compiler default output | |
configure:1783: cc conftest.c >&5 | |
configure:1786: $? = 0 | |
configure:1832: result: a.out | |
configure:1837: checking whether the C compiler works | |
configure:1843: ./a.out | |
configure:1846: $? = 0 | |
configure:1863: result: yes | |
configure:1870: checking whether we are cross compiling | |
configure:1872: result: no | |
configure:1875: checking for suffix of executables | |
configure:1877: cc -o conftest conftest.c >&5 | |
configure:1880: $? = 0 | |
configure:1905: result: | |
configure:1911: checking for suffix of object files | |
configure:1933: cc -c conftest.c >&5 | |
configure:1936: $? = 0 | |
configure:1958: result: o | |
configure:1962: checking whether we are using the GNU C compiler | |
configure:1987: cc -c conftest.c >&5 | |
configure:1990: $? = 0 | |
configure:1993: test -s conftest.o | |
configure:1996: $? = 0 | |
configure:2009: result: yes | |
configure:2015: checking whether cc accepts -g | |
configure:2037: cc -c -g conftest.c >&5 | |
configure:2040: $? = 0 | |
configure:2043: test -s conftest.o | |
configure:2046: $? = 0 | |
configure:2057: result: yes | |
configure:2074: checking for cc option to accept ANSI C | |
configure:2135: cc -c -g -O2 conftest.c >&5 | |
configure:2138: $? = 0 | |
configure:2141: test -s conftest.o | |
configure:2144: $? = 0 | |
configure:2162: result: none needed | |
configure:2180: cc -c -g -O2 conftest.c >&5 | |
conftest.c:2:3: error: unknown type name 'choke' | |
choke me | |
^ | |
conftest.c:2:11: error: expected ';' after top level declarator | |
choke me | |
^ | |
; | |
2 errors generated. | |
configure:2183: $? = 1 | |
configure: failed program was: | |
| #ifndef __cplusplus | |
| choke me | |
| #endif | |
configure:2297: checking how to run the C preprocessor | |
configure:2333: cc -E conftest.c | |
configure:2339: $? = 0 | |
configure:2371: cc -E conftest.c | |
configure:2370:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:2377: $? = 1 | |
configure: failed program was: | |
| #line 2362 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:2415: result: cc -E | |
configure:2440: cc -E conftest.c | |
configure:2446: $? = 0 | |
configure:2478: cc -E conftest.c | |
configure:2477:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:2484: $? = 1 | |
configure: failed program was: | |
| #line 2469 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:2528: checking for egrep | |
configure:2538: result: grep -E | |
configure:2544: checking whether cc needs -traditional | |
configure:2578:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:2588: result: no | |
configure:2595: checking for library containing strerror | |
configure:2626: cc -o conftest -g -O2 conftest.c >&5 | |
configure:2617:6: warning: incompatible redeclaration of library function 'strerror' | |
char strerror (); | |
^ | |
configure:2617:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:2629: $? = 0 | |
configure:2632: test -s conftest | |
configure:2635: $? = 0 | |
configure:2694: result: none required | |
configure:2719: cc -o conftest -g -O2 conftest.c >&5 | |
configure:2717:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(){exit(0);} | |
^~~~ | |
configure:2717:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
main(){exit(0);} | |
^ | |
configure:2717:8: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:2722: $? = 0 | |
configure:2724: ./conftest | |
configure:2727: $? = 0 | |
configure:2768: cc -o conftest -g -O2 conftest.c >&5 | |
configure:2766:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(){exit(0);} | |
^~~~ | |
configure:2766:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
main(){exit(0);} | |
^ | |
configure:2766:8: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:2771: $? = 0 | |
configure:2773: ./conftest | |
configure:2776: $? = 0 | |
configure:2821: cc -o conftest -g -O2 conftest.c >&5 | |
configure:2814:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"___something_strange_", referenced from: | |
_main in conftest-r4mLlE.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:2824: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| #line 2805 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| /* end confdefs.h. */ | |
| | |
| main() | |
| { | |
| int __something_strange_(); | |
| __something_strange_(0); | |
| } | |
| | |
configure:2847: checking for gawk | |
configure:2876: result: no | |
configure:2847: checking for mawk | |
configure:2876: result: no | |
configure:2847: checking for nawk | |
configure:2876: result: no | |
configure:2847: checking for awk | |
configure:2863: found /usr/bin/awk | |
configure:2873: result: awk | |
configure:2921: checking for a BSD-compatible install | |
configure:2975: result: /usr/bin/install -c | |
configure:2988: checking for buggy tools... | |
configure:2995: checking if a system-wide socket dir should be used | |
configure:3006: result: yes | |
configure:3008: checking for the socket dir | |
configure:3017: result: (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
configure:3043: checking for MIPS... | |
configure:3173: checking for Ultrix... | |
configure:3240: checking for butterfly... | |
configure:3265: checking for POSIX.1... | |
configure:3294: checking for System V... | |
configure:3315: cc -c -g -O2 conftest.c >&5 | |
configure:3318: $? = 0 | |
configure:3321: test -s conftest.o | |
configure:3324: $? = 0 | |
configure:3338: checking for sequent/ptx... | |
configure:3361: checking SVR4... | |
configure:3363: checking for ANSI C header files | |
configure:3389: cc -c -g -O2 conftest.c >&5 | |
configure:3392: $? = 0 | |
configure:3395: test -s conftest.o | |
configure:3398: $? = 0 | |
configure:3490: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:3485:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(2); | |
^ | |
configure:3485:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:3493: $? = 0 | |
configure:3495: ./conftest | |
configure:3498: $? = 0 | |
configure:3513: result: yes | |
configure:3537: checking for sys/types.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for sys/stat.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for stdlib.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for string.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for memory.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for strings.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for inttypes.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for stdint.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3537: checking for unistd.h | |
configure:3554: cc -c -g -O2 conftest.c >&5 | |
configure:3557: $? = 0 | |
configure:3560: test -s conftest.o | |
configure:3563: $? = 0 | |
configure:3574: result: yes | |
configure:3604: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:3607: $? = 0 | |
configure:3610: test -s conftest | |
configure:3613: $? = 0 | |
configure:3625: checking dwarf.h usability | |
configure:3638: cc -c -g -O2 conftest.c >&5 | |
configure:3681:10: fatal error: 'dwarf.h' file not found | |
#include <dwarf.h> | |
^ | |
1 error generated. | |
configure:3641: $? = 1 | |
configure: failed program was: | |
| #line 3627 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #if STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # if HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #if HAVE_STRING_H | |
| # if !STDC_HEADERS && HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #if HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #if HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #else | |
| # if HAVE_STDINT_H | |
| # include <stdint.h> | |
| # endif | |
| #endif | |
| #if HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <dwarf.h> | |
configure:3657: result: no | |
configure:3661: checking dwarf.h presence | |
configure:3672: cc -E conftest.c | |
configure:3683:10: fatal error: 'dwarf.h' file not found | |
#include <dwarf.h> | |
^ | |
1 error generated. | |
configure:3678: $? = 1 | |
configure: failed program was: | |
| #line 3663 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <dwarf.h> | |
configure:3697: result: no | |
configure:3733: checking for dwarf.h | |
configure:3740: result: no | |
configure:3763: checking elf.h usability | |
configure:3776: cc -c -g -O2 conftest.c >&5 | |
configure:3779: $? = 0 | |
configure:3782: test -s conftest.o | |
configure:3785: $? = 0 | |
configure:3795: result: yes | |
configure:3799: checking elf.h presence | |
configure:3810: cc -E conftest.c | |
configure:3816: $? = 0 | |
configure:3835: result: yes | |
configure:3871: checking for elf.h | |
configure:3878: result: yes | |
configure:3905: checking for Solaris 2.x... | |
configure:3928: checking BSD job jontrol... | |
configure:3960: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:3960:1: warning: implicit declaration of function 'tcsetpgrp' is invalid in C99 [-Wimplicit-function-declaration] | |
tcsetpgrp(0, 0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:3963: $? = 0 | |
configure:3966: test -s conftest | |
configure:3969: $? = 0 | |
configure:3985: checking setreuid... | |
configure:4010: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4018:1: warning: implicit declaration of function 'setreuid' is invalid in C99 [-Wimplicit-function-declaration] | |
setreuid(0, 0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4013: $? = 0 | |
configure:4016: test -s conftest | |
configure:4019: $? = 0 | |
configure:4031: checking seteuid... | |
configure:4056: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4065:1: warning: implicit declaration of function 'seteuid' is invalid in C99 [-Wimplicit-function-declaration] | |
seteuid(0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4059: $? = 0 | |
configure:4062: test -s conftest | |
configure:4065: $? = 0 | |
configure:4079: checking select... | |
configure:4098: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4110:1: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] | |
select(0, 0, 0, 0, 0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4101: $? = 0 | |
configure:4104: test -s conftest | |
configure:4107: $? = 0 | |
configure:4159: checking fifos... | |
configure:4242: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4207:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4216:9: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration] | |
(void)alarm(5); | |
^ | |
configure:4222:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:4222:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4225:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(0); | |
^ | |
configure:4236:7: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] | |
if (fork() == 0) | |
^ | |
configure:4244:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] | |
if (write(0, "TEST", 4) == -1) | |
^ | |
configure:4253:7: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] | |
if (select(1, &f, 0, 0, 0) == -1) | |
^ | |
7 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4245: $? = 0 | |
configure:4247: ./conftest | |
configure:4250: $? = 0 | |
configure:4268: checking for broken fifo implementation... | |
configure:4331: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4317:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4331:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:4331:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4332:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(0); | |
^ | |
3 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4334: $? = 0 | |
configure:4336: ./conftest | |
configure:4339: $? = 0 | |
configure:4361: checking sockets... | |
configure:4430: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4403:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4413:9: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration] | |
(void)alarm(5); | |
^ | |
configure:4415:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:4415:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4417:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' | |
strcpy(a.sun_path, son); | |
^ | |
configure:4417:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy' | |
configure:4418:10: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] | |
(void) unlink(son); | |
^ | |
configure:4419:40: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' | |
if (bind(s1, (struct sockaddr *) &a, strlen(son)+2) == -1) | |
^ | |
configure:4419:40: note: please include the header <string.h> or explicitly provide a declaration for 'strlen' | |
configure:4423:7: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] | |
if (fork() == 0) | |
^ | |
configure:4426:2: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration] | |
kill(getppid(), 3); | |
^ | |
configure:4426:7: warning: implicit declaration of function 'getppid' is invalid in C99 [-Wimplicit-function-declaration] | |
kill(getppid(), 3); | |
^ | |
configure:4428:11: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] | |
if (write(s2, "HELLO", 5) == -1) | |
^ | |
configure:4433:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(0); | |
^ | |
configure:4434:18: warning: incompatible pointer types passing 'struct sockaddr_un *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types] | |
if (accept(s1, &a, &l)) | |
^~ | |
/usr/include/sys/socket.h:603:45: note: passing argument to parameter here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
configure:4434:22: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
if (accept(s1, &a, &l)) | |
^~ | |
/usr/include/sys/socket.h:603:69: note: passing argument to parameter here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
configure:4441:7: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] | |
if (select(1, &f, 0, 0, 0) == -1) | |
^ | |
14 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4433: $? = 0 | |
configure:4435: ./conftest | |
configure:4438: $? = 0 | |
configure:4456: checking socket implementation... | |
configure:4500: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4498:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4504:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(0); | |
^ | |
configure:4504:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4506:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' | |
strcpy(a.sun_path, son); | |
^ | |
configure:4506:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy' | |
configure:4507:10: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] | |
(void) unlink(son); | |
^ | |
configure:4508:39: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' | |
if (bind(s, (struct sockaddr *) &a, strlen(son)+2) == -1) | |
^ | |
configure:4508:39: note: please include the header <string.h> or explicitly provide a declaration for 'strlen' | |
configure:4512:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(s); | |
^ | |
6 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4503: $? = 0 | |
configure:4505: ./conftest | |
configure:4508: $? = 0 | |
configure:4569: checking select return value... | |
configure:4686: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4621:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4636:9: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration] | |
(void)alarm(5); | |
^ | |
configure:4642:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:4642:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4643:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] | |
close(0); | |
^ | |
configure:4646:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] | |
if (write(0, "TEST", 4) == -1) | |
^ | |
configure:4696:7: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] | |
if (select(1, &f, 0, 0, 0) == -1) | |
^ | |
6 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4689: $? = 0 | |
configure:4691: ./conftest | |
configure:4694: $? = 0 | |
configure:4713: checking for tgetent... | |
configure:4732: cc -o conftest -g -O2 conftest.c -lelf >&5 | |
configure:4745:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration] | |
tgetent((char *)0, (char *)0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
Undefined symbols for architecture x86_64: | |
"_tgetent", referenced from: | |
_main in conftest-Ll4faz.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4735: $? = 1 | |
configure: failed program was: | |
| #line 4715 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| tgetent((char *)0, (char *)0); | |
| ; | |
| return 0; | |
| } | |
configure:4750: checking libcurses... | |
configure:4775: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:4786:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration] | |
tgetent((char *)0, (char *)0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4778: $? = 0 | |
configure:4781: test -s conftest | |
configure:4784: $? = 0 | |
configure:4934: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:4947:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:4949:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | |
^ | |
configure:4949:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:4949:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' | |
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | |
^ | |
configure:4949:7: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp' | |
configure:4949:14: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration] | |
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | |
^ | |
configure:4949:14: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] | |
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | |
^~~~~~~~~~~~~~~~~~~~ | |
5 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4937: $? = 0 | |
configure:4939: ./conftest | |
./configure: line 4940: 70651 Segmentation fault: 11 ./conftest$ac_exeext | |
configure:4942: $? = 139 | |
configure: program exited with status 139 | |
configure: failed program was: | |
| #line 4920 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| /* end confdefs.h. */ | |
| | |
| main() | |
| { | |
| exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); | |
| } | |
configure:4960: checking ospeed... | |
configure:4979: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:4982: $? = 0 | |
configure:4985: test -s conftest | |
configure:4988: $? = 0 | |
configure:5002: checking for /dev/ptc... | |
configure:5011: checking for SVR4 ptys... | |
configure:5032: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:5046:1: warning: implicit declaration of function 'ptsname' is invalid in C99 [-Wimplicit-function-declaration] | |
ptsname(0);grantpt(0);unlockpt(0); | |
^ | |
configure:5046:12: warning: implicit declaration of function 'grantpt' is invalid in C99 [-Wimplicit-function-declaration] | |
ptsname(0);grantpt(0);unlockpt(0); | |
^ | |
configure:5046:23: warning: implicit declaration of function 'unlockpt' is invalid in C99 [-Wimplicit-function-declaration] | |
ptsname(0);grantpt(0);unlockpt(0); | |
^ | |
3 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:5035: $? = 0 | |
configure:5038: test -s conftest | |
configure:5041: $? = 0 | |
configure:5060: checking for getpt | |
configure:5110: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
Undefined symbols for architecture x86_64: | |
"_getpt", referenced from: | |
_main in conftest-0eYwjX.o | |
_f in conftest-0eYwjX.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5113: $? = 1 | |
configure: failed program was: | |
| #line 5065 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| /* end confdefs.h. */ | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| /* Override any gcc2 internal prototype to avoid an error. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| { | |
| #endif | |
| /* We use char because int might match the return type of a gcc2 | |
| builtin and then its argument prototype would still apply. */ | |
| char getpt (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined (__stub_getpt) || defined (__stub___getpt) | |
| choke me | |
| #else | |
| char (*f) () = getpt; | |
| #endif | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return f != getpt; | |
| ; | |
| return 0; | |
| } | |
configure:5130: result: no | |
configure:5290: checking for ptyranges... | |
configure:5354: checking default tty permissions/group... | |
configure:5402: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:5398:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^~~~ | |
configure:5405:26: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (!(x = ttyname(0))) exit(1); | |
^ | |
configure:5405:26: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
configure:5409:7: warning: implicit declaration of function 'system' is invalid in C99 [-Wimplicit-function-declaration] | |
m = system("mesg y"); | |
^ | |
configure:5415:20: warning: implicit declaration of function 'getgid' is invalid in C99 [-Wimplicit-function-declaration] | |
if (sb.st_gid == getgid()) exit(1); | |
^ | |
4 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:5405: $? = 0 | |
configure:5407: ./conftest | |
configure:5410: $? = 0 | |
configure:5563: checking getutent... | |
configure:5598: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:5601: $? = 0 | |
configure:5604: test -s conftest | |
configure:5607: $? = 0 | |
configure:5675: checking ut_host... | |
configure:5703: cc -c -g -O2 conftest.c >&5 | |
configure:5706: $? = 0 | |
configure:5709: test -s conftest.o | |
configure:5712: $? = 0 | |
configure:5734: checking utempter.h usability | |
configure:5747: cc -c -g -O2 conftest.c >&5 | |
configure:5804:10: fatal error: 'utempter.h' file not found | |
#include <utempter.h> | |
^ | |
1 error generated. | |
configure:5750: $? = 1 | |
configure: failed program was: | |
| #line 5736 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #if STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # if HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #if HAVE_STRING_H | |
| # if !STDC_HEADERS && HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #if HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #if HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #else | |
| # if HAVE_STDINT_H | |
| # include <stdint.h> | |
| # endif | |
| #endif | |
| #if HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <utempter.h> | |
configure:5766: result: no | |
configure:5770: checking utempter.h presence | |
configure:5781: cc -E conftest.c | |
configure:5806:10: fatal error: 'utempter.h' file not found | |
#include <utempter.h> | |
^ | |
1 error generated. | |
configure:5787: $? = 1 | |
configure: failed program was: | |
| #line 5772 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| /* end confdefs.h. */ | |
| #include <utempter.h> | |
configure:5806: result: no | |
configure:5842: checking for utempter.h | |
configure:5849: result: no | |
configure:5868: checking for libutil(s)... | |
configure:5873: checking getloadavg... | |
configure:5892: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:5913:1: warning: implicit declaration of function 'getloadavg' is invalid in C99 [-Wimplicit-function-declaration] | |
getloadavg((double *)0, 0); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:5895: $? = 0 | |
configure:5898: test -s conftest | |
configure:5901: $? = 0 | |
configure:6562: checking for crypt and sec libraries... | |
configure:6567: checking crypt... | |
configure:6586: cc -o conftest -g -O2 conftest.c -lcurses -lelf -lcrypt >&5 | |
ld: library not found for -lcrypt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6589: $? = 1 | |
configure: failed program was: | |
| #line 6569 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6609: checking IRIX sun library... | |
configure:6628: cc -o conftest -g -O2 conftest.c -lcurses -lelf -lsun >&5 | |
ld: library not found for -lsun | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6631: $? = 1 | |
configure: failed program was: | |
| #line 6611 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6648: checking syslog... | |
configure:6667: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:6694:1: warning: implicit declaration of function 'closelog' is invalid in C99 [-Wimplicit-function-declaration] | |
closelog(); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:6670: $? = 0 | |
configure:6673: test -s conftest | |
configure:6676: $? = 0 | |
configure:6751: checking wait union... | |
configure:6778: cc -c -g -O2 conftest.c >&5 | |
configure:6781: $? = 0 | |
configure:6784: test -s conftest.o | |
configure:6787: $? = 0 | |
configure:6801: checking for termio or termios... | |
configure:6812: cc -E conftest.c | |
configure:6844:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:6818: $? = 1 | |
configure: failed program was: | |
| #line 6803 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| #define BSDWAIT 1 | |
| /* end confdefs.h. */ | |
| #include <termio.h> | |
configure:6847: cc -E conftest.c | |
configure:6853: $? = 0 | |
configure:6881: checking getspnam... | |
configure:6900: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:6925:10: fatal error: 'shadow.h' file not found | |
#include <shadow.h> | |
^ | |
1 error generated. | |
configure:6903: $? = 1 | |
configure: failed program was: | |
| #line 6883 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| #define BSDWAIT 1 | |
| #define TERMIO 1 | |
| /* end confdefs.h. */ | |
| #include <shadow.h> | |
| int | |
| main () | |
| { | |
| getspnam("x"); | |
| ; | |
| return 0; | |
| } | |
configure:6922: checking getttyent... | |
configure:6941: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:6970:1: warning: implicit declaration of function 'getttyent' is invalid in C99 [-Wimplicit-function-declaration] | |
getttyent(); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:6944: $? = 0 | |
configure:6947: test -s conftest | |
configure:6950: $? = 0 | |
configure:6963: checking fdwalk... | |
configure:6982: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7012:1: warning: implicit declaration of function 'fdwalk' is invalid in C99 [-Wimplicit-function-declaration] | |
fdwalk(NULL, NULL); | |
^ | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
Undefined symbols for architecture x86_64: | |
"_fdwalk", referenced from: | |
_main in conftest-K52Tl3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6985: $? = 1 | |
configure: failed program was: | |
| #line 6965 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| #define BSDWAIT 1 | |
| #define TERMIO 1 | |
| #define GETTTYENT 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| fdwalk(NULL, NULL); | |
| ; | |
| return 0; | |
| } | |
configure:7004: checking whether memcpy/memmove/bcopy handles overlapping arguments... | |
configure:7035: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7057:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() { | |
^~~~ | |
configure:7059:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' | |
strcpy(buf, "abcdefghi"); | |
^ | |
configure:7059:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy' | |
configure:7060:3: warning: implicit declaration of function 'bcopy' is invalid in C99 [-Wimplicit-function-declaration] | |
bcopy(buf, buf + 2, 3); | |
^ | |
configure:7061:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' | |
if (strncmp(buf, "ababcf", 6)) | |
^ | |
configure:7061:7: note: please include the header <string.h> or explicitly provide a declaration for 'strncmp' | |
configure:7062:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:7062:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
5 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7038: $? = 0 | |
configure:7040: ./conftest | |
configure:7043: $? = 0 | |
configure:7088: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7111:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() { | |
^~~~ | |
configure:7113:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' | |
strcpy(buf, "abcdefghi"); | |
^ | |
configure:7113:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy' | |
configure:7114:3: warning: implicitly declaring library function 'memmove' with type 'void *(void *, const void *, unsigned long)' | |
bcopy(buf, buf + 2, 3); | |
^ | |
configure:7110:22: note: expanded from macro 'bcopy' | |
#define bcopy(s,d,l) memmove(d,s,l) | |
^ | |
configure:7114:3: note: please include the header <string.h> or explicitly provide a declaration for 'memmove' | |
bcopy(buf, buf + 2, 3); | |
^ | |
configure:7110:22: note: expanded from macro 'bcopy' | |
#define bcopy(s,d,l) memmove(d,s,l) | |
^ | |
configure:7115:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' | |
if (strncmp(buf, "ababcf", 6)) | |
^ | |
configure:7115:7: note: please include the header <string.h> or explicitly provide a declaration for 'strncmp' | |
configure:7116:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:7116:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
5 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7091: $? = 0 | |
configure:7093: ./conftest | |
configure:7096: $? = 0 | |
configure:7142: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7166:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() { | |
^~~~ | |
configure:7168:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' | |
strcpy(buf, "abcdefghi"); | |
^ | |
configure:7168:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy' | |
configure:7169:3: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' | |
bcopy(buf, buf + 2, 3); | |
^ | |
configure:7165:22: note: expanded from macro 'bcopy' | |
#define bcopy(s,d,l) memcpy(d,s,l) | |
^ | |
configure:7169:3: note: please include the header <string.h> or explicitly provide a declaration for 'memcpy' | |
bcopy(buf, buf + 2, 3); | |
^ | |
configure:7165:22: note: expanded from macro 'bcopy' | |
#define bcopy(s,d,l) memcpy(d,s,l) | |
^ | |
configure:7170:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' | |
if (strncmp(buf, "ababcf", 6)) | |
^ | |
configure:7170:7: note: please include the header <string.h> or explicitly provide a declaration for 'strncmp' | |
configure:7171:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(1); | |
^ | |
configure:7171:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
5 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7145: $? = 0 | |
configure:7147: ./conftest | |
configure:7150: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| #line 7119 "configure" | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
| #define POSIX 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SVR4 1 | |
| #define BUGGYGETLOGIN 1 | |
| #define BSDJOBS 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define NAMEDPIPE 1 | |
| #define TERMINFO 1 | |
| #define HAVE_SVR4_PTYS 1 | |
| #define PTYRANGE0 "pqrstuvw" | |
| #define PTYRANGE1 "0123456789abcdef" | |
| #define PTYMODE 0620 | |
| #define PTYGROUP 4 | |
| #define GETUTENT 1 | |
| #define UTHOST 1 | |
| #define LOADAV_GETLOADAVG 1 | |
| #define LOADAV 1 | |
| #define LOADAV_TYPE double | |
| #define LOADAV_NUM 3 | |
| #define LOADAV_SCALE 1 | |
| #define SIGVOID 1 | |
| #define BSDWAIT 1 | |
| #define TERMIO 1 | |
| #define GETTTYENT 1 | |
| #define USEBCOPY 1 | |
| #define USEMEMMOVE 1 | |
| /* end confdefs.h. */ | |
| | |
| #define bcopy(s,d,l) memcpy(d,s,l) | |
| main() { | |
| char buf[10]; | |
| strcpy(buf, "abcdefghi"); | |
| bcopy(buf, buf + 2, 3); | |
| if (strncmp(buf, "ababcf", 6)) | |
| exit(1); | |
| strcpy(buf, "abcdefghi"); | |
| bcopy(buf + 2, buf, 3); | |
| if (strncmp(buf, "cdedef", 6)) | |
| exit(1); | |
| exit(0); /* libc version works properly. */ | |
| } | |
configure:7165: checking long file names | |
configure:7171: result: yes | |
configure:7183: checking for vsprintf | |
configure:7202: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7234:1: warning: implicitly declaring library function 'vsprintf' with type 'int (char *, const char *, __va_list_tag *)' | |
vsprintf(0,0,0); | |
^ | |
configure:7234:1: note: please include the header <stdio.h> or explicitly provide a declaration for 'vsprintf' | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7205: $? = 0 | |
configure:7208: test -s conftest | |
configure:7211: $? = 0 | |
configure:7213: result: yes | |
configure:7235: checking for dirent.h that defines DIR | |
configure:7260: cc -c -g -O2 conftest.c >&5 | |
configure:7263: $? = 0 | |
configure:7266: test -s conftest.o | |
configure:7269: $? = 0 | |
configure:7280: result: yes | |
configure:7293: checking for library containing opendir | |
configure:7324: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7327: $? = 0 | |
configure:7330: test -s conftest | |
configure:7333: $? = 0 | |
configure:7392: result: none required | |
configure:7509: checking for setenv | |
configure:7528: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7562:1: warning: implicit declaration of function 'setenv' is invalid in C99 [-Wimplicit-function-declaration] | |
setenv((char *)0,(char *)0);unsetenv((char *)0); | |
^ | |
configure:7562:29: warning: implicit declaration of function 'unsetenv' is invalid in C99 [-Wimplicit-function-declaration] | |
setenv((char *)0,(char *)0);unsetenv((char *)0); | |
^ | |
2 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7531: $? = 0 | |
configure:7534: test -s conftest | |
configure:7537: $? = 0 | |
configure:7539: result: yes | |
configure:7596: checking for nl_langinfo(CODESET) | |
configure:7617: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7620: $? = 0 | |
configure:7623: test -s conftest | |
configure:7626: $? = 0 | |
configure:7628: result: yes | |
configure:7642: checking for library containing gethostname | |
configure:7673: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7676: $? = 0 | |
configure:7679: test -s conftest | |
configure:7682: $? = 0 | |
configure:7741: result: none required | |
configure:7763: checking for rename | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for fchmod | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for fchown | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for strerror | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7836:6: warning: incompatible redeclaration of library function 'strerror' | |
char strerror (); | |
^ | |
configure:7836:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for lstat | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for _exit | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7838:6: warning: incompatible redeclaration of library function '_exit' | |
char _exit (); | |
^ | |
configure:7838:6: note: '_exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for utimes | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for vsnprintf | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:7840:6: warning: incompatible redeclaration of library function 'vsnprintf' | |
char vsnprintf (); | |
^ | |
configure:7840:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for getcwd | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for setlocale | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7763: checking for strftime | |
configure:7813: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7816: $? = 0 | |
configure:7819: test -s conftest | |
configure:7822: $? = 0 | |
configure:7833: result: yes | |
configure:7970: cc -o conftest -g -O2 conftest.c -lcurses -lelf >&5 | |
configure:8021:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main(){exit(0);} | |
^~~~ | |
configure:8021:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
main(){exit(0);} | |
^ | |
configure:8021:8: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
ld: warning: ignoring file /usr/local/lib/libelf.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libelf.a | |
configure:7973: $? = 0 | |
configure:7975: ./conftest | |
configure:7978: $? = 0 | |
configure:7998: checking for the global screenrc file | |
configure:8010: result: "/usr/local/Cellar/screen/4.00.03/etc/screenrc" | |
configure:8018: checking for the utf8-encodings location | |
configure:8024: result: "/usr/local/Cellar/screen/4.00.03/share/screen/utf8encodings" | |
configure:8124: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.57. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Jean-Marcel-Belmonts-MacBook-Pro.local | |
config.status:627: creating Makefile | |
config.status:627: creating doc/Makefile | |
config.status:731: creating config.h | |
config.status:1040: executing default commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_exeext= | |
ac_cv_func__exit=yes | |
ac_cv_func_fchmod=yes | |
ac_cv_func_fchown=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getpt=no | |
ac_cv_func_lstat=yes | |
ac_cv_func_rename=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strftime=yes | |
ac_cv_func_utimes=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_dwarf_h=no | |
ac_cv_header_elf_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utempter_h=no | |
ac_cv_objext=o | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_stdc= | |
ac_cv_prog_egrep='grep -E' | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_search_gethostname='none required' | |
ac_cv_search_opendir='none required' | |
ac_cv_search_strerror='none required' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AWK='awk' | |
CC='cc' | |
CFLAGS='-g -O2' | |
CPP='cc -E' | |
CPPFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='grep -E' | |
EXEEXT='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='-lcurses -lelf' | |
LTLIBOBJS='' | |
OBJEXT='o' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
SHELL='/bin/sh' | |
VERSION='4.0.3' | |
WRITEPATH='' | |
XTERMPATH='' | |
ac_ct_CC='cc' | |
ac_prefix_program='' | |
bindir='${exec_prefix}/bin' | |
build_alias='' | |
datadir='${prefix}/share' | |
exec_prefix='${prefix}' | |
host_alias='' | |
includedir='${prefix}/include' | |
infodir='/usr/local/Cellar/screen/4.00.03/share/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localstatedir='${prefix}/var' | |
mandir='/usr/local/Cellar/screen/4.00.03/share/man' | |
oldincludedir='/usr/include' | |
prefix='/usr/local/Cellar/screen/4.00.03' | |
program_transform_name='s,x,x,' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define BSDJOBS 1 | |
#define BSDWAIT 1 | |
#define BUGGYGETLOGIN 1 | |
#define COLORS256 1 | |
#define ETCSCREENRC "/usr/local/Cellar/screen/4.00.03/etc/screenrc" | |
#define GETTTYENT 1 | |
#define GETUTENT 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_FCHMOD 1 | |
#define HAVE_FCHOWN 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_LSTAT 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_NL_LANGINFO 1 | |
#define HAVE_RENAME 1 | |
#define HAVE_SETEUID 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_SETREUID 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRFTIME 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SVR4_PTYS 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UTIMES 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE__EXIT 1 | |
#define LOADAV 1 | |
#define LOADAV_GETLOADAVG 1 | |
#define LOADAV_NUM 3 | |
#define LOADAV_SCALE 1 | |
#define LOADAV_TYPE double | |
#define NAMEDPIPE 1 | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_NAME "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define POSIX 1 | |
#define PTYGROUP 4 | |
#define PTYMODE 0620 | |
#define PTYRANGE0 "pqrstuvw" | |
#define PTYRANGE1 "0123456789abcdef" | |
#define SCREENENCODINGS "/usr/local/Cellar/screen/4.00.03/share/screen/utf8encodings" | |
#define SIGVOID 1 | |
#define SOCKDIR (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
#define STDC_HEADERS 1 | |
#define SVR4 1 | |
#define TERMINFO 1 | |
#define TERMIO 1 | |
#define USEBCOPY 1 | |
#define USEMEMMOVE 1 | |
#define USESETENV 1 | |
#define USEVARARGS 1 | |
#define UTHOST 1 | |
configure: exit 0 |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> | |
# console.log "Saved! #{editor.getPath()}" |
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
# Your keymap | |
# | |
# Atom keymaps work similarly to style sheets. Just as style sheets use | |
# selectors to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. Unlike style sheets however, | |
# each selector can only be declared once. | |
# | |
# You can create a new keybinding in this file by typing "key" and then hitting | |
# tab. | |
# | |
# Here's an example taken from Atom's built-in keymap: | |
# | |
# 'atom-text-editor': | |
# 'enter': 'editor:newline' | |
# | |
# 'atom-workspace': | |
# 'ctrl-shift-p': 'core:move-up' | |
# 'ctrl-p': 'core:move-down' | |
# | |
# You can find more information about keymaps in these guides: | |
# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#_customizing_keybindings | |
# * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/ | |
# | |
# If you're having trouble with your keybindings not working, try the | |
# Keybinding Resolver: `Cmd+.` on macOS and `Ctrl+.` on other platforms. See the | |
# Debugging Guide for more information: | |
# * http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-the-keybindings | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson |
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
[ | |
{ | |
"name": "Sublime-Style-Column-Selection", | |
"version": "1.7.2" | |
}, | |
{ | |
"name": "about", | |
"version": "1.7.0" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.61.1" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.27.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.52.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.28.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.44.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.11.2" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.7.2" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.31.1" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.11.0" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.27.0" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.23.1" | |
}, | |
{ | |
"name": "background-tips", | |
"version": "0.26.1" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.2.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.2.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.42.0" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.82.1" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.38.0" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.54.1" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.47.0" | |
}, | |
{ | |
"name": "editorconfig", | |
"version": "1.4.1" | |
}, | |
{ | |
"name": "ember-tabs", | |
"version": "2.2.2" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.22.0" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.40.0" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.201.1" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.4.0" | |
}, | |
{ | |
"name": "git-blame", | |
"version": "0.4.11" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.31.0" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.48.2" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.59.0" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.26.1" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.35.0" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.52.1" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.21.0" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.47.2" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "0.12.1" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.37.1" | |
}, | |
{ | |
"name": "language-ember-htmlbars", | |
"version": "0.3.0" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.88.0" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.15.0" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.42.1" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.45.1" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.16.0" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.23.0" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.119.0" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.18.2" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.29.5" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.22.2" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.13.0" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.35.0" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.37.2" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.8.0" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.45.0" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.69.0" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.0" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.56.0" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.22.4" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.23.0" | |
}, | |
{ | |
"name": "language-text", | |
"version": "0.7.1" | |
}, | |
{ | |
"name": "language-todo", | |
"version": "0.28.0" | |
}, | |
{ | |
"name": "language-toml", | |
"version": "0.18.0" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.34.9" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.26.0" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.5.0" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.1" | |
}, | |
{ | |
"name": "linter", | |
"version": "1.11.18" | |
}, | |
{ | |
"name": "linter-js-standard", | |
"version": "3.4.1" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.158.0" | |
}, | |
{ | |
"name": "metrics", | |
"version": "1.0.0" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.65.1" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.6.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.6.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.2.0" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.0.0" | |
}, | |
{ | |
"name": "pretty-json", | |
"version": "1.6.1" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.242.2-hotfix1" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.0.2" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.0.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.0.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.68.2" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.4.1" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.47.0" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.113.1" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.7.2" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.101.0" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.33.2" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.209.3" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "welcome", | |
"version": "0.35.1" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.33.0" | |
}, | |
{ | |
"name": "wrap-guide", | |
"version": "0.38.2" | |
} | |
] |
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
Warning: gettext files detected at a system prefix | |
These files can cause compilation and link failures, especially if they | |
are compiled with improper architectures. Consider removing these files: | |
/usr/local/lib/libgettextlib.dylib | |
/usr/local/lib/libintl.dylib | |
/usr/local/include/libintl.h | |
Warning: libiconv files detected at a system prefix other than /usr | |
Homebrew doesn't provide a libiconv formula, and expects to link against | |
the system version in /usr. libiconv in other prefixes can cause | |
compile or link failure, especially if compiled with improper | |
architectures. OS X itself never installs anything to /usr/local so | |
it was either installed by a user or some other third party software. | |
tl;dr: delete these files: | |
/usr/local/lib/libiconv.dylib | |
/usr/local/include/iconv.h | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libaspell.15.dylib | |
/usr/local/lib/libasprintf.0.dylib | |
/usr/local/lib/libassuan.0.dylib | |
/usr/local/lib/libboost_chrono.dylib | |
/usr/local/lib/libboost_date_time.dylib | |
/usr/local/lib/libboost_filesystem.dylib | |
/usr/local/lib/libboost_graph.dylib | |
/usr/local/lib/libboost_iostreams.dylib | |
/usr/local/lib/libboost_locale.dylib | |
/usr/local/lib/libboost_math_c99.dylib | |
/usr/local/lib/libboost_math_c99f.dylib | |
/usr/local/lib/libboost_math_c99l.dylib | |
/usr/local/lib/libboost_math_tr1.dylib | |
/usr/local/lib/libboost_math_tr1f.dylib | |
/usr/local/lib/libboost_math_tr1l.dylib | |
/usr/local/lib/libboost_prg_exec_monitor.dylib | |
/usr/local/lib/libboost_program_options.dylib | |
/usr/local/lib/libboost_python.dylib | |
/usr/local/lib/libboost_random.dylib | |
/usr/local/lib/libboost_regex.dylib | |
/usr/local/lib/libboost_serialization.dylib | |
/usr/local/lib/libboost_signals.dylib | |
/usr/local/lib/libboost_system.dylib | |
/usr/local/lib/libboost_thread.dylib | |
/usr/local/lib/libboost_timer.dylib | |
/usr/local/lib/libboost_unit_test_framework.dylib | |
/usr/local/lib/libboost_wave.dylib | |
/usr/local/lib/libboost_wserialization.dylib | |
/usr/local/lib/libcairo-script-interpreter.2.dylib | |
/usr/local/lib/libcairo.2.dylib | |
/usr/local/lib/libcdt.5.dylib | |
/usr/local/lib/libcgraph.6.dylib | |
/usr/local/lib/libcharset.1.dylib | |
/usr/local/lib/libecomlodr.dylib | |
/usr/local/lib/libevent-2.0.5.dylib | |
/usr/local/lib/libevent_core-2.0.5.dylib | |
/usr/local/lib/libevent_extra-2.0.5.dylib | |
/usr/local/lib/libevent_openssl-2.0.5.dylib | |
/usr/local/lib/libevent_pthreads-2.0.5.dylib | |
/usr/local/lib/libform.5.dylib | |
/usr/local/lib/libfreetype.6.dylib | |
/usr/local/lib/libgcc_ext.10.4.dylib | |
/usr/local/lib/libgcc_ext.10.5.dylib | |
/usr/local/lib/libgcc_s.1.dylib | |
/usr/local/lib/libgcrypt.11.dylib | |
/usr/local/lib/libgettextlib-0.18.1.dylib | |
/usr/local/lib/libgettextpo.0.dylib | |
/usr/local/lib/libgettextsrc-0.18.1.dylib | |
/usr/local/lib/libgfortran.3.dylib | |
/usr/local/lib/libgnutls-extra.26.dylib | |
/usr/local/lib/libgnutls.26.dylib | |
/usr/local/lib/libgnutlsxx.27.dylib | |
/usr/local/lib/libgomp.1.dylib | |
/usr/local/lib/libgpg-error.0.dylib | |
/usr/local/lib/libgraph.5.dylib | |
/usr/local/lib/libgvc.6.dylib | |
/usr/local/lib/libgvpr.2.dylib | |
/usr/local/lib/libhistory.6.2.dylib | |
/usr/local/lib/libiconv.2.dylib | |
/usr/local/lib/libintl.8.dylib | |
/usr/local/lib/libitm.1.dylib | |
/usr/local/lib/libksba.8.dylib | |
/usr/local/lib/libltdl.7.dylib | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
/usr/local/lib/libmenu.5.dylib | |
/usr/local/lib/libncurses++.5.dylib | |
/usr/local/lib/libncurses.5.dylib | |
/usr/local/lib/libosxfuse_i32.2.dylib | |
/usr/local/lib/libosxfuse_i64.2.dylib | |
/usr/local/lib/libpanel.5.dylib | |
/usr/local/lib/libpathplan.4.dylib | |
/usr/local/lib/libpixman-1.0.24.4.dylib | |
/usr/local/lib/libpng16.16.dylib | |
/usr/local/lib/libpspell.15.dylib | |
/usr/local/lib/libpth.20.0.27.dylib | |
/usr/local/lib/libquadmath.0.dylib | |
/usr/local/lib/libreadline.6.2.dylib | |
/usr/local/lib/librpm-5.0.dylib | |
/usr/local/lib/librpmbuild-5.0.dylib | |
/usr/local/lib/librpmconstant-5.0.dylib | |
/usr/local/lib/librpmdb-5.0.dylib | |
/usr/local/lib/librpmio-5.0.dylib | |
/usr/local/lib/librpmmisc-5.0.dylib | |
/usr/local/lib/libssp.0.dylib | |
/usr/local/lib/libstdc++.6.dylib | |
/usr/local/lib/libxdot.4.dylib | |
/usr/local/lib/libykclient.3.dylib | |
/usr/local/lib/libykpers-1.1.dylib | |
/usr/local/lib/libyubikey.0.dylib | |
/usr/local/lib/libz.1.2.7.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libaspell.la | |
/usr/local/lib/libasprintf.la | |
/usr/local/lib/libassuan.la | |
/usr/local/lib/libbfd.la | |
/usr/local/lib/libcairo-script-interpreter.la | |
/usr/local/lib/libcairo.la | |
/usr/local/lib/libcharset.la | |
/usr/local/lib/libevent.la | |
/usr/local/lib/libevent_core.la | |
/usr/local/lib/libevent_extra.la | |
/usr/local/lib/libevent_openssl.la | |
/usr/local/lib/libevent_pthreads.la | |
/usr/local/lib/libform.la | |
/usr/local/lib/libfreetype.la | |
/usr/local/lib/libgcrypt.la | |
/usr/local/lib/libgettextlib.la | |
/usr/local/lib/libgettextpo.la | |
/usr/local/lib/libgettextsrc.la | |
/usr/local/lib/libgfortran.la | |
/usr/local/lib/libgio-2.0.la | |
/usr/local/lib/libglib-2.0.la | |
/usr/local/lib/libgmodule-2.0.la | |
/usr/local/lib/libgmp.la | |
/usr/local/lib/libgnutls-extra.la | |
/usr/local/lib/libgnutls-openssl.la | |
/usr/local/lib/libgnutls.la | |
/usr/local/lib/libgnutlsxx.la | |
/usr/local/lib/libgobject-2.0.la | |
/usr/local/lib/libgomp.la | |
/usr/local/lib/libgpg-error.la | |
/usr/local/lib/libgthread-2.0.la | |
/usr/local/lib/libiconv.la | |
/usr/local/lib/libintl.la | |
/usr/local/lib/libitm.la | |
/usr/local/lib/libjpeg.la | |
/usr/local/lib/libksba.la | |
/usr/local/lib/libltdl.la | |
/usr/local/lib/liblzma.la | |
/usr/local/lib/libmenu.la | |
/usr/local/lib/libmpc.la | |
/usr/local/lib/libmpfr.la | |
/usr/local/lib/libncurses++.la | |
/usr/local/lib/libncurses.la | |
/usr/local/lib/libopcodes.la | |
/usr/local/lib/libosxfuse_i32.la | |
/usr/local/lib/libosxfuse_i64.la | |
/usr/local/lib/libpanel.la | |
/usr/local/lib/libpcre.la | |
/usr/local/lib/libpcrecpp.la | |
/usr/local/lib/libpcreposix.la | |
/usr/local/lib/libpixman-1.la | |
/usr/local/lib/libpng16.la | |
/usr/local/lib/libpspell.la | |
/usr/local/lib/libpth.la | |
/usr/local/lib/libquadmath.la | |
/usr/local/lib/libssp.la | |
/usr/local/lib/libssp_nonshared.la | |
/usr/local/lib/libstdc++.la | |
/usr/local/lib/libsupc++.la | |
/usr/local/lib/libykclient.la | |
/usr/local/lib/libykpers-1.la | |
/usr/local/lib/libyubikey.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/cairo-fc.pc | |
/usr/local/lib/pkgconfig/cairo-ft.pc | |
/usr/local/lib/pkgconfig/cairo-pdf.pc | |
/usr/local/lib/pkgconfig/cairo-png.pc | |
/usr/local/lib/pkgconfig/cairo-ps.pc | |
/usr/local/lib/pkgconfig/cairo-quartz-font.pc | |
/usr/local/lib/pkgconfig/cairo-quartz.pc | |
/usr/local/lib/pkgconfig/cairo-script.pc | |
/usr/local/lib/pkgconfig/cairo-svg.pc | |
/usr/local/lib/pkgconfig/cairo-xcb-shm.pc | |
/usr/local/lib/pkgconfig/cairo-xcb.pc | |
/usr/local/lib/pkgconfig/cairo-xlib-xrender.pc | |
/usr/local/lib/pkgconfig/cairo-xlib.pc | |
/usr/local/lib/pkgconfig/cairo.pc | |
/usr/local/lib/pkgconfig/fontconfig.pc | |
/usr/local/lib/pkgconfig/freetype2.pc | |
/usr/local/lib/pkgconfig/fuse-ext2.pc | |
/usr/local/lib/pkgconfig/gnutls-extra.pc | |
/usr/local/lib/pkgconfig/libelf.pc | |
/usr/local/lib/pkgconfig/libevent.pc | |
/usr/local/lib/pkgconfig/libevent_openssl.pc | |
/usr/local/lib/pkgconfig/libevent_pthreads.pc | |
/usr/local/lib/pkgconfig/libpng16.pc | |
/usr/local/lib/pkgconfig/osxfuse.pc | |
/usr/local/lib/pkgconfig/pixman-1.pc | |
/usr/local/lib/pkgconfig/python-2.7.pc | |
/usr/local/lib/pkgconfig/python-3.3.pc | |
/usr/local/lib/pkgconfig/rpm.pc | |
/usr/local/lib/pkgconfig/ruby-1.9.pc | |
/usr/local/lib/pkgconfig/ykpers-1.pc | |
/usr/local/lib/pkgconfig/zlib.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libasprintf.a | |
/usr/local/lib/libbfd.a | |
/usr/local/lib/libboost_chrono.a | |
/usr/local/lib/libboost_date_time.a | |
/usr/local/lib/libboost_exception.a | |
/usr/local/lib/libboost_filesystem.a | |
/usr/local/lib/libboost_graph.a | |
/usr/local/lib/libboost_iostreams.a | |
/usr/local/lib/libboost_locale.a | |
/usr/local/lib/libboost_math_c99.a | |
/usr/local/lib/libboost_math_c99f.a | |
/usr/local/lib/libboost_math_c99l.a | |
/usr/local/lib/libboost_math_tr1.a | |
/usr/local/lib/libboost_math_tr1f.a | |
/usr/local/lib/libboost_math_tr1l.a | |
/usr/local/lib/libboost_prg_exec_monitor.a | |
/usr/local/lib/libboost_program_options.a | |
/usr/local/lib/libboost_python.a | |
/usr/local/lib/libboost_random.a | |
/usr/local/lib/libboost_regex.a | |
/usr/local/lib/libboost_serialization.a | |
/usr/local/lib/libboost_signals.a | |
/usr/local/lib/libboost_system.a | |
/usr/local/lib/libboost_test_exec_monitor.a | |
/usr/local/lib/libboost_thread.a | |
/usr/local/lib/libboost_timer.a | |
/usr/local/lib/libboost_unit_test_framework.a | |
/usr/local/lib/libboost_wave.a | |
/usr/local/lib/libboost_wserialization.a | |
/usr/local/lib/libcairo-script-interpreter.a | |
/usr/local/lib/libcairo.a | |
/usr/local/lib/libcharset.a | |
/usr/local/lib/libelf.a | |
/usr/local/lib/libevent.a | |
/usr/local/lib/libevent_core.a | |
/usr/local/lib/libevent_extra.a | |
/usr/local/lib/libevent_openssl.a | |
/usr/local/lib/libevent_pthreads.a | |
/usr/local/lib/libfl.a | |
/usr/local/lib/libfl_pic.a | |
/usr/local/lib/libform.a | |
/usr/local/lib/libfreetype.a | |
/usr/local/lib/libgettextpo.a | |
/usr/local/lib/libgfortran.a | |
/usr/local/lib/libgnutls-extra.a | |
/usr/local/lib/libgnutls-openssl.a | |
/usr/local/lib/libgnutls.a | |
/usr/local/lib/libgnutlsxx.a | |
/usr/local/lib/libgomp.a | |
/usr/local/lib/libhistory.a | |
/usr/local/lib/libiberty.a | |
/usr/local/lib/libintl.a | |
/usr/local/lib/libitm.a | |
/usr/local/lib/libltdl.a | |
/usr/local/lib/liblua.a | |
/usr/local/lib/libmenu.a | |
/usr/local/lib/libncurses++.a | |
/usr/local/lib/libncurses.a | |
/usr/local/lib/libopcodes.a | |
/usr/local/lib/libpanel.a | |
/usr/local/lib/libpixman-1.a | |
/usr/local/lib/libpng16.a | |
/usr/local/lib/libpth.a | |
/usr/local/lib/libpython2.7.a | |
/usr/local/lib/libpython3.3m.a | |
/usr/local/lib/libquadmath.a | |
/usr/local/lib/libreadline.a | |
/usr/local/lib/libruby-static.a | |
/usr/local/lib/libssp.a | |
/usr/local/lib/libssp_nonshared.a | |
/usr/local/lib/libstdc++.a | |
/usr/local/lib/libsupc++.a | |
/usr/local/lib/liby.a | |
/usr/local/lib/libykclient.a | |
/usr/local/lib/libykpers-1.a | |
/usr/local/lib/libyubikey.a | |
/usr/local/lib/libz.a | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
aspell | |
fftw | |
gnu-sed | |
grep | |
groff | |
lesstif | |
libevent | |
libgpg-error | |
offline-imap | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 661bc9c00fa6ef98e43f0cd545a57676b80b633e | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6.3 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: 2.7.5_rc2 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/local/bin/perl | |
Python: /usr/local/bin/python | |
Ruby: /usr/local/bin/ruby |
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
{ | |
"core": { | |
"telemetryConsent": "limited" | |
}, | |
"exception-reporting": { | |
"userId": "fc2d088f-4854-5700-6c36-f6b7455933e1" | |
}, | |
"sync-settings": {} | |
} |
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
# Your snippets | |
# | |
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
# expand the prefix into a larger code block with templated values. | |
# | |
# You can create a new snippet in this file by typing "snip" and then hitting | |
# tab. | |
# | |
# An example CoffeeScript snippet to expand log to console.log: | |
# | |
# '.source.coffee': | |
# 'Console log': | |
# 'prefix': 'log' | |
# 'body': 'console.log $1' | |
# | |
# Each scope (e.g. '.source.coffee' above) can only be declared once. | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson |
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
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed and saved. | |
* | |
* Add your own CSS or Less to fully customize Atom. | |
* If you are unfamiliar with Less, you can read more about it here: | |
* http://lesscss.org | |
*/ | |
/* | |
* Examples | |
* (To see them, uncomment and save) | |
*/ | |
// style the background color of the tree view | |
.tree-view { | |
// background-color: whitesmoke; | |
} | |
// style the background and foreground colors on the atom-text-editor-element itself | |
atom-text-editor { | |
// color: white; | |
// background-color: hsl(180, 24%, 12%); | |
} | |
// To style other content in the text editor's shadow DOM, use the ::shadow expression | |
atom-text-editor::shadow .cursor { | |
// border-color: red; | |
} |
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
[jean-marcelbelmont@Jean-Marcel-Belmonts-MacBook-Pro]~ 1050 % brew install -v screen | |
==> Downloading http://ftpmirror.gnu.org/screen/screen-4.0.3.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/screen-4.00.03.tar.gz | |
tar xf /Library/Caches/Homebrew/screen-4.00.03.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5) http://trac.macports.org/raw-attachment/ticket/20862/screen-4.0.3-snowleopard.patch -o 000-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file Makefile.in | |
patching file config.h.in | |
patching file configure | |
patching file process.c | |
patching file pty.c | |
patching file screen.c | |
patching file vproc_priv.h | |
patching file window.c | |
==> ./configure --prefix=/usr/local/Cellar/screen/4.00.03 --mandir=/usr/local/Cellar/screen/4.00.03/share/man --infodir=/usr/local/Cellar/screen/4.00.03/share/info --enable-colors256 | |
./configure --prefix=/usr/local/Cellar/screen/4.00.03 --mandir=/usr/local/Cellar/screen/4.00.03/share/man --infodir=/usr/local/Cellar/screen/4.00.03/share/info --enable-colors256 | |
this is screen version 4.0.3 | |
checking for gcc... cc | |
checking for C compiler default output... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ANSI C... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for egrep... grep -E | |
checking whether cc needs -traditional... no | |
checking for library containing strerror... none required | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for a BSD-compatible install... /usr/bin/install -c | |
configure: checking for buggy tools... | |
- sh is 'GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)'. | |
checking if a system-wide socket dir should be used... yes | |
checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens") | |
configure: checking for MIPS... | |
configure: checking for Ultrix... | |
rm: conftest.dSYM: is a directory | |
configure: checking for butterfly... | |
rm: conftest.dSYM: is a directory | |
configure: checking for POSIX.1... | |
- you have a POSIX system | |
rm: conftest.dSYM: is a directory | |
configure: checking for System V... | |
configure: checking for sequent/ptx... | |
rm: conftest.dSYM: is a directory | |
configure: checking SVR4... | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dwarf.h usability... no | |
checking dwarf.h presence... no | |
checking for dwarf.h... no | |
checking elf.h usability... yes | |
checking elf.h presence... yes | |
checking for elf.h... yes | |
configure: checking for Solaris 2.x... | |
rm: conftest.dSYM: is a directory | |
configure: checking BSD job jontrol... | |
- you have jobcontrol | |
configure: checking setreuid... | |
configure: checking seteuid... | |
configure: checking select... | |
configure: checking fifos... | |
- your fifos are usable | |
configure: checking for broken fifo implementation... | |
- your implementation is ok | |
configure: checking sockets... | |
- your sockets are usable | |
configure: checking socket implementation... | |
- you are normal | |
- both sockets and fifos usable. let's take fifos. | |
configure: checking select return value... | |
- select is ok | |
configure: checking for tgetent... | |
configure: checking libcurses... | |
- you use the terminfo database | |
configure: checking ospeed... | |
configure: checking for /dev/ptc... | |
configure: checking for SVR4 ptys... | |
checking for getpt... no | |
configure: checking for ptyranges... | |
rm: conftest.dSYM: is a directory | |
configure: checking default tty permissions/group... | |
- pty mode: 0620, group: 4 | |
configure: checking getutent... | |
configure: checking ut_host... | |
checking utempter.h usability... no | |
checking utempter.h presence... no | |
checking for utempter.h... no | |
configure: checking for libutil(s)... | |
configure: checking getloadavg... | |
rm: conftest.dSYM: is a directory | |
assuming posix signal definition | |
configure: checking for crypt and sec libraries... | |
configure: checking crypt... | |
configure: checking IRIX sun library... | |
configure: checking syslog... | |
rm: conftest.dSYM: is a directory | |
configure: checking wait union... | |
configure: checking for termio or termios... | |
configure: checking getspnam... | |
configure: checking getttyent... | |
configure: checking fdwalk... | |
configure: checking whether memcpy/memmove/bcopy handles overlapping arguments... | |
checking long file names... yes | |
checking for vsprintf... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for setenv... yes | |
checking for nl_langinfo(CODESET)... yes | |
checking for library containing gethostname... none required | |
checking for rename... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for strerror... yes | |
checking for lstat... yes | |
checking for _exit... yes | |
checking for utimes... yes | |
checking for vsnprintf... yes | |
checking for getcwd... yes | |
checking for setlocale... yes | |
checking for strftime... yes | |
checking for the global screenrc file... "/usr/local/Cellar/screen/4.00.03/etc/screenrc" | |
checking for the utf8-encodings location... "/usr/local/Cellar/screen/4.00.03/share/screen/utf8encodings" | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating config.h | |
config.status: executing default commands | |
Now please check the pathnames in the Makefile and in the user | |
configuration section in config.h. | |
Then type 'make' to make screen. Good luck. | |
==> make | |
make | |
CPP="cc -E " srcdir=. sh ./osdef.sh | |
AWK=awk srcdir=. sh ./comm.sh | |
AWK=awk srcdir=. sh ./term.sh | |
sh ./tty.sh tty.c | |
cc -c -I. -I. -g -O2 putenv.c | |
brew: superenv removed: -g -O2 | |
cc -c -I. -I. -g -O2 term.c | |
cc -c -I. -I. -g -O2 kmapdef.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
cc -c -I. -I. -g -O2 comm.c | |
brew: superenv removed: -g -O2 | |
cc -c -I. -I. -g -O2 screen.c | |
cc -c -I. -I. -g -O2 ansi.c | |
cc -c -I. -I. -g -O2 fileio.c | |
cc -c -I. -I. -g -O2 mark.c | |
cc -c -I. -I. -g -O2 misc.c | |
cc -c -I. -I. -g -O2 resize.c | |
cc -c -I. -I. -g -O2 socket.c | |
cc -c -I. -I. -g -O2 search.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
screen.c:54:11: fatal error: 'sys/stropts.h' file not found | |
# include <sys/stropts.h> | |
^ | |
cc -c -I. -I. -g -O2 tty.c | |
brew: superenv removed: -g -O2 | |
cc -c -I. -I. -g -O2 window.c | |
tty.c:54:10: fatal error: 'sys/stropts.h' file not found | |
#include <sys/stropts.h> /* for I_POP */ | |
^ | |
brew: superenv removed: -g -O2 | |
1 error generated. | |
make: *** [tty.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
1 error generated. | |
make: *** [screen.o] Error 1 | |
==> Formula | |
Tap: homebrew/dupes | |
Path: /usr/local/Library/Taps/homebrew-dupes/screen.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 42d7442ca52eac88812e944a453abcd2119c7bbb | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6.3 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
X11: 2.7.5_rc2 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/autoconf:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: screen did not build | |
Logs: /Users/jean-marcelbelmont/Library/Logs/Homebrew/screen/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/21685 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment