Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 4.40 KB | None | 0 0
  1. [nikita@x1c build]$ make VERBOSE=1
  2. /usr/bin/cmake -S/home/nikita/projects/torch-sound -B/home/nikita/projects/torch-sound/build --check-build-system CMakeFiles/Makefile.cmake 0
  3. /usr/bin/cmake -E cmake_progress_start /home/nikita/projects/torch-sound/build/CMakeFiles /home/nikita/projects/torch-sound/build/CMakeFiles/progress.marks
  4. make -f CMakeFiles/Makefile2 all
  5. make[1]: Entering directory '/home/nikita/projects/torch-sound/build'
  6. make -f CMakeFiles/audiofile.dir/build.make CMakeFiles/audiofile.dir/depend
  7. make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
  8. cd /home/nikita/projects/torch-sound/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nikita/projects/torch-sound /home/nikita/projects/torch-sound /home/nikita/projects/torch-sound/build /home/nikita/projects/torch-sound/build /home/nikita/projects/torch-sound/build/CMakeFiles/audiofile.dir/DependInfo.cmake --color=
  9. Dependee "/home/nikita/projects/torch-sound/build/CMakeFiles/audiofile.dir/DependInfo.cmake" is newer than depender "/home/nikita/projects/torch-sound/build/CMakeFiles/audiofile.dir/depend.internal".
  10. Dependee "/home/nikita/projects/torch-sound/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nikita/projects/torch-sound/build/CMakeFiles/audiofile.dir/depend.internal".
  11. Scanning dependencies of target audiofile
  12. make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
  13. make -f CMakeFiles/audiofile.dir/build.make CMakeFiles/audiofile.dir/build
  14. make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
  15. [ 33%] Building CXX object CMakeFiles/audiofile.dir/external/AudioFile/AudioFile.cpp.o
  16. /usr/bin/c++   -I/home/nikita/projects/torch-sound/external/AudioFile   -o CMakeFiles/audiofile.dir/external/AudioFile/AudioFile.cpp.o -c /home/nikita/projects/torch-sound/external/AudioFile/AudioFile.cpp
  17. make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
  18. [ 33%] Built target audiofile
  19. make -f CMakeFiles/mainapp.dir/build.make CMakeFiles/mainapp.dir/depend
  20. make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
  21. cd /home/nikita/projects/torch-sound/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nikita/projects/torch-sound /home/nikita/projects/torch-sound /home/nikita/projects/torch-sound/build /home/nikita/projects/torch-sound/build /home/nikita/projects/torch-sound/build/CMakeFiles/mainapp.dir/DependInfo.cmake --color=
  22. Dependee "/home/nikita/projects/torch-sound/build/CMakeFiles/mainapp.dir/DependInfo.cmake" is newer than depender "/home/nikita/projects/torch-sound/build/CMakeFiles/mainapp.dir/depend.internal".
  23. Dependee "/home/nikita/projects/torch-sound/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nikita/projects/torch-sound/build/CMakeFiles/mainapp.dir/depend.internal".
  24. Scanning dependencies of target mainapp
  25. make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
  26. make -f CMakeFiles/mainapp.dir/build.make CMakeFiles/mainapp.dir/build
  27. make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
  28. [ 66%] Building CXX object CMakeFiles/mainapp.dir/test.cpp.o
  29. /usr/bin/c++   -I/home/nikita/projects/torch-sound/external/AudioFile -I/home/nikita/projects/torch-sound/. -isystem /home/nikita/tmp/libtorch/include -isystem /home/nikita/tmp/libtorch/include/torch/csrc/api/include  -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 -o CMakeFiles/mainapp.dir/test.cpp.o -c /home/nikita/projects/torch-sound/test.cpp
  30. [100%] Linking CXX executable mainapp
  31. /usr/bin/cmake -E cmake_link_script CMakeFiles/mainapp.dir/link.txt --verbose=1
  32. /usr/bin/c++    -rdynamic CMakeFiles/mainapp.dir/test.cpp.o CMakeFiles/audiofile.dir/external/AudioFile/AudioFile.cpp.o  -o mainapp -Wl,-rpath,/home/nikita/tmp/libtorch/lib /home/nikita/tmp/libtorch/lib/libtorch.so -Wl,--no-as-needed,/home/nikita/tmp/libtorch/lib/libcaffe2.so -Wl,--as-needed /home/nikita/tmp/libtorch/lib/libc10.so -lpthread
  33. /usr/bin/ld: CMakeFiles/mainapp.dir/test.cpp.o: in function `main':
  34. test.cpp:(.text+0x56): undefined reference to `AudioFile<double>::load(std::string)'
  35. collect2: error: ld returned 1 exit status
  36. make[2]: *** [CMakeFiles/mainapp.dir/build.make:88: mainapp] Error 1
  37. make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
  38. make[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/mainapp.dir/all] Error 2
  39. make[1]: Leaving directory '/home/nikita/projects/torch-sound/build'
  40. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement