forked from Orc/discount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
116 lines (116 loc) · 3.89 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[echo ...Configuring for [markdown]
checking out the C compiler
compile status = 0
-rwxr-xr-x 1 greg staff 8936 Apr 4 15:14 ngc8559
-rw-r--r-- 1 greg staff 65 Apr 4 15:14 ngc8559.c
drwxr-xr-x 3 greg staff 96 Apr 4 15:14 ngc8559.dSYM
Looking for cpp
CPP=[cc], CPP_PIPE=[-E -g]
target=CPP, rest=cc
generating config.sed
rm: ngc8559.c: No such file or directory
looking for install
(/usr/bin/install)
ngc8559.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() { puts("hello, sailor!"); }
^
ngc8559.c:1:10: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
main() { puts("hello, sailor!"); }
^
2 warnings generated.
target=INSTALL, rest=/usr/bin/install
target=INSTALL_PROGRAM, rest=/usr/bin/install -s -m 755
target=INSTALL_DATA, rest=/usr/bin/install -m 444
target=INSTALL_DIR, rest=/Users/greg/Projects-Shared/GHMarkdownParser/discount/config.md
target=PACKAGE_NAME, rest=libmarkdown
target=PACKAGE_VERSION, rest=2.2.6
target=GIT, rest=/usr/bin/git
ngc8559.c:1:34: warning: '__destructor__' attribute only applies to functions [-Wignored-attributes]
extern int thing __attribute__((__destructor__));
^
1 warning generated.
target=AR, rest=/usr/bin/ar
target=RANLIB, rest=/usr/bin/ranlib
target=PKGCONFIG, rest=/usr/local/bin/pkg-config
target=MK_PKGCONFIG, rest=
checking for "volatile" keyword
checking for "const" keyword
Checking for "inline" keyword
defining WORD & DWORD scalar types
looking for header inttypes.h
(found)
looking for uint32_t type
looking for uint16_t type
looking for uint8_t type
looking for header stdlib.h
(found)
looking for the alloca function
looking for header sys/types.h
(found)
looking for header pwd.h
(found)
looking for the getpwuid function
looking for header sys/stat.h
(found)
looking for the stat function
special file macros in sys/stat.h:
S_ISSOCK
S_ISCHR
S_ISFIFO
.
looking for the srandom function
looking for the memset function
looking for the random function
looking for the strcasecmp function
ngc8559.c:1:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
void strcasecmp();
^
ngc8559.c:1:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
looking for the strncasecmp function
ngc8559.c:1:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
void strncasecmp();
^
ngc8559.c:1:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
looking for the fchdir function
target=THEME, rest=
target=TABSTOP, rest=4
target=AMALLOC, rest=
target=H1TITLE, rest=
looking for header malloc.h
ngc8559.c:2:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
(not found)
target=LIBS, rest=
target=DISTCLEAN, rest=rm -fr
target=GENERATED_FILES, rest=*.dSYM Makefile version.c mkdio.h libmarkdown.pc
target=CC, rest=cc -Wno-implicit-int
target=CFLAGS, rest=-g
target=LDFLAGS, rest=-g
target=CPPFLAGS, rest=
target=srcdir, rest=/Users/greg/Projects-Shared/GHMarkdownParser/discount
target=prefix, rest=/usr/local
target=exedir, rest=/usr/local/bin
target=bindir, rest=/usr/local/bin
target=sbindir, rest=/usr/local/sbin
target=libdir, rest=/usr/local/lib
target=libexec, rest=/usr/local/lib
target=confdir, rest=/etc
target=mandir, rest=/usr/local/man
find is /usr/bin/find
target=FIND, rest=/usr/bin/find
/bin/ln exists, and ln -s works
target=LN_S, rest=/bin/ln -s
target=AR, rest=/usr/bin/ar
target=RANLIB, rest=/usr/bin/ranlib
target=LD_LIBRARY_PATH, rest=HERE
target=CONFIGURE_FILES, rest=config.cmd config.sub config.h config.mak config.sed config.md librarian.sh config.log
sed is /usr/bin/sed
target=SED, rest=/usr/bin/sed
generating Makefile
generating version.c
generating mkdio.h
generating libmarkdown.pc