Ticket #33306: configure.log

File configure.log, 3.8 KB (added by jfcaron3, 12 years ago)

Someone on the mailing list asked for this

Line 
1# Log file generated by
2#
3#   './configure --with-qt-dir=/opt/local --with-openssl-dir=/opt/local --with-gcc=/usr/bin/gcc-4.2 --with-g++=/usr/bin/g++-4.2 --enable-vde --enable-vnc'
4#
5
6***** Checking environment *****
7Determined build machine: darwin.amd64, target machine: darwin.amd64
8
9
10***** Checking kBuild *****
11found
12
13
14***** Checking Darwin version *****
15found version 10.7 (SDK: /Developer/SDKs/MacOSX10.6.sdk)
16
17
18***** Checking gcc *****
19found version 4.2.1
20
21
22***** Checking libxml2 *****
23compiling the following source file:
24#include <cstdio>
25#include <libxml/xmlversion.h>
26extern "C" int main(void)
27{
28  printf("found version %s", LIBXML_DOTTED_VERSION);
29#if LIBXML_VERSION >= 20626
30  printf(", OK.\n");
31  return 0;
32#else
33  printf(", expected version 2.6.26 or higher\n");
34  return 1;
35#endif
36}
37using the following command line:
38/usr/bin/g++-4.2 -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -g -O -Wall -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_out /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_src.cc "-L/opt/local/lib -lxml2   -lpthread -I/opt/local/include/libxml2"
39executing the binary
40found version 2.7.8, OK.
41
42
43***** Checking libxslt *****
44compiling the following source file:
45#include <cstdio>
46#include <libxslt/xsltconfig.h>
47extern "C" int main(void)
48{
49  printf("found version %s", LIBXSLT_DOTTED_VERSION);
50#if LIBXSLT_VERSION >= 10117
51  printf(", OK.\n");
52  return 0;
53#else
54  printf(", expected version 1.1.17 or higher\n");
55  return 1;
56#endif
57}
58using the following command line:
59/usr/bin/g++-4.2 -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -g -O -Wall -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_out /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_src.cc "-L/opt/local/lib -lxslt -lz -lpthread -liconv -lm -lxml2   -lpthread -I/opt/local/include -I/opt/local/include/libxml2"
60executing the binary
61found version 1.1.26, OK.
62
63
64***** Checking libIDL *****
65found version 0.8.14
66
67
68***** Checking ssl *****
69compiling the following source file:
70#include <cstdio>
71#include <openssl/opensslv.h>
72#include <openssl/ssl.h>
73extern "C" int main(void)
74{
75  printf("found version %s", OPENSSL_VERSION_TEXT);
76  SSL_library_init();
77#if OPENSSL_VERSION_NUMBER >= 0x00908000
78  printf(", OK.\n");
79  return 0;
80#else
81  printf(", expected version 0.9.8 or higher\n");
82  return 1;
83#endif
84}
85using the following command line:
86/usr/bin/g++-4.2 -mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -g -O -Wall -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_out /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_src.cc "-I/opt/local/include /opt/local/lib/libcrypto.dylib /opt/local/lib/libssl.dylib"
87In file included from /opt/local/include/openssl/bio.h:67,
88                 from /opt/local/include/openssl/ssl.h:152,
89                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.1.8_OSE/.tmp_src.cc:3:
90/Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
91