Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> Starting build()...
- -- The C compiler identification is GNU 7.3.0
- -- The CXX compiler identification is GNU 7.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found Lua: /usr/lib/liblua5.2.so;/usr/lib/libm.so (found version "")
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /tmp/yaourt-tmp-arccha/aur-lsyncd/src/lsyncd-release-2.2.3/build
- [ 11%] Generating defaults.out
- Compiling built-in default configs
- [ 22%] Generating runner.out
- Compiling built-in runner
- [ 33%] Generating runner.c
- Generating built-in runner linkable
- [ 44%] Generating defaults.c
- Generating built-in default configs
- Scanning dependencies of target lsyncd
- [ 55%] Building C object CMakeFiles/lsyncd.dir/lsyncd.c.o
- [ 66%] Building C object CMakeFiles/lsyncd.dir/runner.c.o
- [ 77%] Building C object CMakeFiles/lsyncd.dir/defaults.c.o
- [ 88%] Building C object CMakeFiles/lsyncd.dir/inotify.c.o
- [100%] Linking C executable lsyncd
- CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `l_exec':
- lsyncd.c:(.text+0x1fd1): undefined reference to `lua_rotate'
- lsyncd.c:(.text+0x2269): undefined reference to `lua_rotate'
- lsyncd.c:(.text+0x22d0): undefined reference to `lua_rotate'
- CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `load_runner_func':
- lsyncd.c:(.text+0x2beb): undefined reference to `lua_rotate'
- CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `main1':
- lsyncd.c:(.text+0x2e2f): undefined reference to `lua_rotate'
- CMakeFiles/lsyncd.dir/lsyncd.c.o:lsyncd.c:(.text+0x2e95): more undefined references to `lua_rotate' follow
- collect2: error: ld returned 1 exit status
- make[2]: *** [CMakeFiles/lsyncd.dir/build.make:198: lsyncd] Error 1
- make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/lsyncd.dir/all] Error 2
- make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement