Guest User

Untitled

a guest
Sep 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. viwi@virtual-debian:~/workspace/build$ cmake -DCMAKE_BUILD_TYPE=Debug ../UniSched/
  2. -- The CXX compiler identification is GNU 4.7.1
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Checking C++11 support for "auto" (N2546)
  8. -- Checking C++11 support for "auto" (N2546) -- works
  9. -- Checking C++11 support for "nullptr" (N2431)
  10. -- Checking C++11 support for "nullptr" (N2431) -- works
  11. -- Checking C++11 support for "lambda" (N2927)
  12. -- Checking C++11 support for "lambda" (N2927) -- works
  13. -- Checking C++11 support for "static_assert" (N1720)
  14. -- Checking C++11 support for "static_assert" (N1720) -- works
  15. -- Checking C++11 support for "rvalue_references" (N2118)
  16. -- Checking C++11 support for "rvalue_references" (N2118) -- works
  17. -- Checking C++11 support for "decltype" (N2343)
  18. -- Checking C++11 support for "decltype" (N2343) -- works
  19. -- Checking C++11 support for "cstdint"
  20. -- Checking C++11 support for "cstdint" -- works
  21. -- Checking C++11 support for "long_long" (N1811)
  22. -- Checking C++11 support for "long_long" (N1811) -- works
  23. -- Checking C++11 support for "variadic_templates" (N2555)
  24. -- Checking C++11 support for "variadic_templates" (N2555) -- works
  25. -- Checking C++11 support for "constexpr" (N2235)
  26. -- Checking C++11 support for "constexpr" (N2235) -- works
  27. -- Checking C++11 support for "sizeof_member" (N2253)
  28. -- Checking C++11 support for "sizeof_member" (N2253) -- works
  29. -- Checking C++11 support for "__func__" (N2340)
  30. -- Checking C++11 support for "__func__" (N2340) -- works
  31. -- Checking C++11 support for "enum_classes" (N2347)
  32. -- Checking C++11 support for "enum_classes" (N2347) -- works
  33. -- Boost version: 1.49.0
  34. -- Found lua: /usr/lib/liblua.so
  35. -- Found sqlite3: /usr/lib/i386-linux-gnu/libsqlite3.so
  36. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.1.1")
  37. опция тестирования функционала ядра системы отключена, часть функционала не будет использована в DummyUI
  38. -- Found GNU readline: /usr/lib/i386-linux-gnu/libreadline.so
  39. -- Configuring done
  40. -- Generating done
  41. -- Build files have been written to: /home/viwi/workspace/build
  42. viwi@virtual-debian:~/workspace/build$ make
  43. Scanning dependencies of target core
  44. [ 6%] Building CXX object src/core/CMakeFiles/core.dir/person.cpp.o
  45. In file included from /home/viwi/workspace/UniSched/src/include/module.h:6:0,
  46. from /home/viwi/workspace/UniSched/src/include/abstractui.h:11,
  47. from /home/viwi/workspace/UniSched/src/include/object.h:198,
  48. from /home/viwi/workspace/UniSched/src/include/person.h:7,
  49. from /home/viwi/workspace/UniSched/src/core/person.cpp:1:
  50. /home/viwi/workspace/UniSched/src/include/config.h: In constructor ‘Core::Config::Config(const string&)’:
  51. /home/viwi/workspace/UniSched/src/include/config.h:24:22: error: ‘lua_open’ was not declared in this scope
  52. make[2]: *** [src/core/CMakeFiles/core.dir/person.cpp.o] Ошибка 1
  53. make[1]: *** [src/core/CMakeFiles/core.dir/all] Ошибка 2
  54. make: *** [all] Ошибка 2
Add Comment
Please, Sign In to add comment