Don't like ads? PRO users don't see any ads ;-)
Guest

yoshi

By: a guest on Dec 21st, 2008  |  syntax: None  |  size: 1.91 KB  |  hits: 108  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. file /home/yoshi/freeorion/FreeOrion/GG/SConstruct,line 283:
  2.         Configure(confdir = .sconf_temp)
  3. scons: Configure: Checking for pkg-config...
  4. pkg-config --atleast-pkgconfig-version 0.15.0
  5. close failed: [Errno 9] Bad file descriptor
  6. scons: Configure: yes
  7.  
  8. scons: Configure: Checking for C++ header file boost/shared_ptr.hpp...
  9. .sconf_temp/conftest_1.cpp <-
  10.   |
  11.   |#include "boost/shared_ptr.hpp"
  12.   |
  13.   |
  14. g++ -o .sconf_temp/conftest_1.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_1.cpp
  15. close failed: [Errno 9] Bad file descriptor
  16. scons: Configure: yes
  17.  
  18. scons: Configure: Checking Boost version >= 1.36...
  19. scons: Configure: (cached) yes
  20.  
  21. scons: Configure: Checking for boost::signals::connection() in C++ library boost_signals...
  22. .sconf_temp/conftest_2.cpp <-
  23.   |
  24.   |
  25.   |#include "boost/signals.hpp"
  26.   |
  27.   |int
  28.   |main() {
  29.   |  boost::signals::connection();
  30.   |return 0;
  31.   |}
  32.   |
  33. g++ -o .sconf_temp/conftest_2.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_2.cpp
  34. close failed: [Errno 9] Bad file descriptor
  35. g++ -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -L/usr/local/lib -lboost_signals
  36. /usr/bin/ld: cannot find -lboost_signals
  37. collect2: ld returned 1 exit status
  38. close failed: [Errno 9] Bad file descriptor
  39. scons: Configure: no
  40.  
  41. scons: Configure: Checking for boost::signals::connection() in C++ library boost_signals-mt...
  42. .sconf_temp/conftest_3.cpp <-
  43.   |
  44.   |
  45.   |#include "boost/signals.hpp"
  46.   |
  47.   |int
  48.   |main() {
  49.   |  boost::signals::connection();
  50.   |return 0;
  51.   |}
  52.   |
  53. g++ -o .sconf_temp/conftest_3.o -c -I/usr/local/include/boost-1_37 .sconf_temp/conftest_3.cpp
  54. close failed: [Errno 9] Bad file descriptor
  55. g++ -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -L/usr/local/lib -lboost_signals-mt
  56. /usr/bin/ld: cannot find -lboost_signals-mt
  57. collect2: ld returned 1 exit status
  58. close failed: [Errno 9] Bad file descriptor
  59. scons: Configure: no
  60.  
  61. scons: Configure: Boost configuration...
  62. scons: Configure: (cached) no