-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.log
More file actions
executable file
·195 lines (182 loc) · 7.04 KB
/
Copy pathconfig.log
File metadata and controls
executable file
·195 lines (182 loc) · 7.04 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
file /home/evan/Documents/FeynmanPowder/SConscript,line 383:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for C library m" -framework SDL"...
.sconf_temp/conftest_0.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_0.o -c -Isrc -Idata -Igenerated -I/usr/include/luajit .sconf_temp/conftest_0.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_0 .sconf_temp/conftest_0.o "-lm" -framework SDL""
scons: Configure: yes
scons: Configure: Checking for C header file SDL.h...
.sconf_temp/conftest_1.c <-
|
|#include "SDL.h"
|
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_1.o -c -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_1.c
In file included from .sconf_temp/conftest_1.c:2:
src/SDL.h:30:22: error: SDL_main.h: No such file or directory
src/SDL.h:31:24: error: SDL_stdinc.h: No such file or directory
src/SDL.h:32:23: error: SDL_audio.h: No such file or directory
src/SDL.h:33:23: error: SDL_cdrom.h: No such file or directory
src/SDL.h:34:25: error: SDL_cpuinfo.h: No such file or directory
src/SDL.h:35:24: error: SDL_endian.h: No such file or directory
src/SDL.h:36:23: error: SDL_error.h: No such file or directory
src/SDL.h:37:24: error: SDL_events.h: No such file or directory
src/SDL.h:38:24: error: SDL_loadso.h: No such file or directory
src/SDL.h:39:23: error: SDL_mutex.h: No such file or directory
src/SDL.h:40:23: error: SDL_rwops.h: No such file or directory
src/SDL.h:41:24: error: SDL_thread.h: No such file or directory
src/SDL.h:42:23: error: SDL_timer.h: No such file or directory
src/SDL.h:43:23: error: SDL_video.h: No such file or directory
src/SDL.h:44:25: error: SDL_version.h: No such file or directory
src/SDL.h:46:24: error: begin_code.h: No such file or directory
In file included from .sconf_temp/conftest_1.c:2:
src/SDL.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/SDL.h:79: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
src/SDL.h:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
src/SDL.h:88: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Uint32'
src/SDL.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
src/SDL.h:99:24: error: close_code.h: No such file or directory
scons: Configure: no
scons: Configure: Checking for C header file SDL/SDL.h...
.sconf_temp/conftest_2.c <-
|
|#include "SDL/SDL.h"
|
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_2.o -c -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_2.c
scons: Configure: yes
scons: Configure: Checking for C library lua5.1...
.sconf_temp/conftest_3.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_3.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_3.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_3 -framework SDL .sconf_temp/conftest_3.o -llua5.1
scons: Configure: yes
scons: Configure: Checking for C header file lua.h...
.sconf_temp/conftest_4.c <-
|
|#include "lua.h"
|
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_4.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_4.c
scons: Configure: yes
scons: Configure: Checking for C library fftw3f...
.sconf_temp/conftest_5.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_5.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_5.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_5 -framework SDL .sconf_temp/conftest_5.o -llua5.1 -lfftw3f
scons: Configure: yes
scons: Configure: Checking for C library bz2...
scons: Configure: ".sconf_temp/conftest_6.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_6.c <-
| |
| |
| |
| |int
| |main() {
| |
| |return 0;
| |}
| |
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_6.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_6.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_6 -framework SDL .sconf_temp/conftest_6.o -llua5.1 -lfftw3f -lbz2
scons: Configure: yes
scons: Configure: Checking for C header file bzlib.h...
.sconf_temp/conftest_7.c <-
|
|#include "bzlib.h"
|
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_7.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_7.c
scons: Configure: yes
scons: Configure: Checking for C library z...
.sconf_temp/conftest_8.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_8.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_8.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_8 -framework SDL .sconf_temp/conftest_8.o -llua5.1 -lfftw3f -lbz2 -lz
scons: Configure: yes
scons: Configure: Checking for C library pthread...
scons: Configure: ".sconf_temp/conftest_9.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_9.c <-
| |
| |
| |
| |int
| |main() {
| |
| |return 0;
| |}
| |
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_9.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_9.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_9 -framework SDL .sconf_temp/conftest_9.o -llua5.1 -lfftw3f -lbz2 -lz -lpthread
scons: Configure: yes
scons: Configure: Checking for C library m...
scons: Configure: ".sconf_temp/conftest_10.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_10.c <-
| |
| |
| |
| |int
| |main() {
| |
| |return 0;
| |}
| |
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_10.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_10.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_10 -framework SDL .sconf_temp/conftest_10.o -llua5.1 -lfftw3f -lbz2 -lz -lpthread -lm
scons: Configure: yes
scons: Configure: Checking for C library m" -framework Cocoa"...
scons: Configure: ".sconf_temp/conftest_11.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_11.c <-
| |
| |
| |
| |int
| |main() {
| |
| |return 0;
| |}
| |
|
i686-apple-darwin10-gcc -o .sconf_temp/conftest_11.o -c -DSDL_INC -Isrc -Idata -Igenerated -I/usr/include/luajit -I/Library/Frameworks/SDL.framework/Headers .sconf_temp/conftest_11.c
i686-apple-darwin10-gcc -o .sconf_temp/conftest_11 -framework SDL .sconf_temp/conftest_11.o -llua5.1 -lfftw3f -lbz2 -lz -lpthread -lm "-lm" -framework Cocoa""
scons: Configure: yes