Ticket #50621: configure.log

File configure.log, 2.9 KB (added by 1-61803, 9 years ago)
Line 
1# Log file generated by
2#
3#   './configure --with-qt-dir=/opt/local --with-openssl-dir=/opt/local --with-gcc=/opt/local/bin/gcc-apple-4.2 --with-g++=/opt/local/bin/g++-apple-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.8 (SDK: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk)
16
17
18***** Checking gcc *****
19found version 4.2.1
20
21
22***** Checking Open Watcom *****
23** Open Watcom was not found!
24
25***** Checking libIDL *****
26found version 0.8.14
27
28
29***** Checking ssl *****
30compiling the following source file:
31#include <cstdio>
32#include <openssl/opensslv.h>
33#include <openssl/ssl.h>
34extern "C" int main(void)
35{
36  printf("found version %s", OPENSSL_VERSION_TEXT);
37  SSL_library_init();
38#if OPENSSL_VERSION_NUMBER >= 0x00908000
39  printf(", OK.\n");
40  return 0;
41#else
42  printf(", expected version 0.9.8 or higher\n");
43  return 1;
44#endif
45}
46using the following command line:
47/opt/local/bin/g++-apple-4.2 -mmacosx-version-min=10.7 -isysroot /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -Wl,-syslibroot,/Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.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.2.16/.tmp_out /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.2.16/.tmp_src.cc "-I/opt/local/include /opt/local/lib/libcrypto.dylib /opt/local/lib/libssl.dylib"
48cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1: Permission denied
49cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/i686-apple-darwin12/x86_64: Permission denied
50cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1/backward: Permission denied
51cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/local/include: Permission denied
52cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/include: Permission denied
53cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks: Permission denied
54cc1plus: error: /Users/test/Desktop/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/Library/Frameworks: Permission denied