1 | file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_iulib/iulib/work/iulib-0.4-d9b9406fac75/SConstruct,line 59: |
---|
2 | Configure(confdir = .sconf_temp) |
---|
3 | scons: Configure: Checking for png_byte in C library png... |
---|
4 | .sconf_temp/conftest_0.c <- |
---|
5 | | |
---|
6 | | |
---|
7 | |#include "png.h" |
---|
8 | | |
---|
9 | |int |
---|
10 | |main() { |
---|
11 | | png_byte; |
---|
12 | |return 0; |
---|
13 | |} |
---|
14 | | |
---|
15 | gcc -o .sconf_temp/conftest_0.o -c -I/opt/local/include .sconf_temp/conftest_0.c |
---|
16 | .sconf_temp/conftest_0.c: In function 'main': |
---|
17 | .sconf_temp/conftest_0.c:7: warning: useless type name in empty declaration |
---|
18 | gcc -o .sconf_temp/conftest_0 .sconf_temp/conftest_0.o -L/opt/local/lib -lpng |
---|
19 | scons: Configure: yes |
---|
20 | |
---|
21 | scons: Configure: Checking for jpeg_std_error() in C library jpeg... |
---|
22 | .sconf_temp/conftest_1.c <- |
---|
23 | | |
---|
24 | | |
---|
25 | |#include "jconfig.h" |
---|
26 | | |
---|
27 | |int |
---|
28 | |main() { |
---|
29 | | jpeg_std_error(); |
---|
30 | |return 0; |
---|
31 | |} |
---|
32 | | |
---|
33 | gcc -o .sconf_temp/conftest_1.o -c -I/opt/local/include .sconf_temp/conftest_1.c |
---|
34 | gcc -o .sconf_temp/conftest_1 .sconf_temp/conftest_1.o -L/opt/local/lib -lpng -ljpeg |
---|
35 | scons: Configure: yes |
---|
36 | |
---|
37 | scons: Configure: Checking for TIFFHeader in C library tiff... |
---|
38 | .sconf_temp/conftest_2.c <- |
---|
39 | | |
---|
40 | | |
---|
41 | |#include "tiff.h" |
---|
42 | | |
---|
43 | |int |
---|
44 | |main() { |
---|
45 | | TIFFHeader; |
---|
46 | |return 0; |
---|
47 | |} |
---|
48 | | |
---|
49 | gcc -o .sconf_temp/conftest_2.o -c -I/opt/local/include .sconf_temp/conftest_2.c |
---|
50 | .sconf_temp/conftest_2.c: In function 'main': |
---|
51 | .sconf_temp/conftest_2.c:7: error: 'TIFFHeader' undeclared (first use in this function) |
---|
52 | .sconf_temp/conftest_2.c:7: error: (Each undeclared identifier is reported only once |
---|
53 | .sconf_temp/conftest_2.c:7: error: for each function it appears in.) |
---|
54 | scons: Configure: no |
---|
55 | |
---|