Ticket #38009: config.log

File config.log, 1.6 KB (added by outis, 11 years ago)
Line 
1file /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)
3scons: 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  |
15gcc -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
18gcc -o .sconf_temp/conftest_0 .sconf_temp/conftest_0.o -L/opt/local/lib -lpng
19scons: Configure: yes
20
21scons: 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  |
33gcc -o .sconf_temp/conftest_1.o -c -I/opt/local/include .sconf_temp/conftest_1.c
34gcc -o .sconf_temp/conftest_1 .sconf_temp/conftest_1.o -L/opt/local/lib -lpng -ljpeg
35scons: Configure: yes
36
37scons: 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  |
49gcc -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.)
54scons: Configure: no
55