Advertisement
0x255

adchpp build log

May 31st, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. 0x255@SonicTorment:~/dev/adchpp$ scons mode=release
  2. scons: Reading SConscript files ...
  3. Checking for C header file poll.h... (cached) no
  4. Checking for C header file sys/epoll.h... (cached) no
  5. Checking for C header file ruby.h... (cached) no
  6. Checking for dlopen() in C library dl... (cached) no
  7. Checking for pthread_create() in C library pthread... (cached) no
  8. Checking for SSL_connect() in C library ssl... (cached) no
  9. Ruby not found, skipping ruby module
  10. Python.h not found, not building python extension
  11. No Linux support for PHP extensions yet
  12. scons: done reading SConscript files.
  13. scons: Building targets ...
  14. Compiling build/release-default/adchpp/AdcCommand.os (shared)
  15. In file included from adchpp/Mutex.h:22:0,
  16. from adchpp/Pool.h:22,
  17. from adchpp/Buffer.h:22,
  18. from adchpp/AdcCommand.h:25,
  19. from adchpp/AdcCommand.cpp:21:
  20. adchpp/Thread.h:82:2: error: #error No threading support found
  21. In file included from adchpp/Pool.h:22:0,
  22. from adchpp/Buffer.h:22,
  23. from adchpp/AdcCommand.h:25,
  24. from adchpp/AdcCommand.cpp:21:
  25. adchpp/Mutex.h:103:2: error: #error No mutex found
  26. In file included from adchpp/Buffer.h:22:0,
  27. from adchpp/AdcCommand.h:25,
  28. from adchpp/AdcCommand.cpp:21:
  29. adchpp/Pool.h:87:2: error: ‘FastMutex’ does not name a type
  30. adchpp/Pool.h: In member function ‘T* adchpp::Pool<T, Clear>::get()’:
  31. adchpp/Pool.h:76:3: error: ‘FastMutex’ has not been declared
  32. adchpp/Pool.h:76:19: error: expected ‘;’ before ‘l’
  33. adchpp/Pool.h: In member function ‘void adchpp::Pool<T, Clear>::put(T*)’:
  34. adchpp/Pool.h:80:3: error: ‘FastMutex’ has not been declared
  35. adchpp/Pool.h:80:19: error: expected ‘;’ before ‘l’
  36. In file included from adchpp/Buffer.h:23:0,
  37. from adchpp/AdcCommand.h:25,
  38. from adchpp/AdcCommand.cpp:21:
  39. adchpp/FastAlloc.h: At global scope:
  40. adchpp/FastAlloc.h:28:19: error: ‘FastMutex’ does not name a type
  41. adchpp/FastAlloc.h: In static member function ‘static void* adchpp::FastAlloc<T>::allocate()’:
  42. adchpp/FastAlloc.h:63:3: error: ‘FastMutex’ has not been declared
  43. adchpp/FastAlloc.h:63:19: error: expected ‘;’ before ‘l’
  44. adchpp/FastAlloc.h: In static member function ‘static void adchpp::FastAlloc<T>::deallocate(void*)’:
  45. adchpp/FastAlloc.h:73:3: error: ‘FastMutex’ has not been declared
  46. adchpp/FastAlloc.h:73:19: error: expected ‘;’ before ‘l’
  47. scons: *** [build/release-default/adchpp/AdcCommand.os] Error 1
  48. scons: building terminated because of errors.
  49. 0x255@SonicTorment:~/dev/adchpp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement