Advertisement
Guest User

Untitled

a guest
May 5th, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ==> Starting build()...
  2. -- The C compiler identification is GNU 7.3.0
  3. -- The CXX compiler identification is GNU 7.3.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Found Lua: /usr/lib/liblua5.2.so;/usr/lib/libm.so (found version "")
  17. -- Configuring done
  18. -- Generating done
  19. -- Build files have been written to: /tmp/yaourt-tmp-arccha/aur-lsyncd/src/lsyncd-release-2.2.3/build
  20. [ 11%] Generating defaults.out
  21. Compiling built-in default configs
  22. [ 22%] Generating runner.out
  23. Compiling built-in runner
  24. [ 33%] Generating runner.c
  25. Generating built-in runner linkable
  26. [ 44%] Generating defaults.c
  27. Generating built-in default configs
  28. Scanning dependencies of target lsyncd
  29. [ 55%] Building C object CMakeFiles/lsyncd.dir/lsyncd.c.o
  30. [ 66%] Building C object CMakeFiles/lsyncd.dir/runner.c.o
  31. [ 77%] Building C object CMakeFiles/lsyncd.dir/defaults.c.o
  32. [ 88%] Building C object CMakeFiles/lsyncd.dir/inotify.c.o
  33. [100%] Linking C executable lsyncd
  34. CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `l_exec':
  35. lsyncd.c:(.text+0x1fd1): undefined reference to `lua_rotate'
  36. lsyncd.c:(.text+0x2269): undefined reference to `lua_rotate'
  37. lsyncd.c:(.text+0x22d0): undefined reference to `lua_rotate'
  38. CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `load_runner_func':
  39. lsyncd.c:(.text+0x2beb): undefined reference to `lua_rotate'
  40. CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `main1':
  41. lsyncd.c:(.text+0x2e2f): undefined reference to `lua_rotate'
  42. CMakeFiles/lsyncd.dir/lsyncd.c.o:lsyncd.c:(.text+0x2e95): more undefined references to `lua_rotate' follow
  43. collect2: error: ld returned 1 exit status
  44. make[2]: *** [CMakeFiles/lsyncd.dir/build.make:198: lsyncd] Error 1
  45. make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/lsyncd.dir/all] Error 2
  46. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement