Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [nikita@x1c build]$ make VERBOSE=1
- /usr/bin/cmake -S/home/nikita/projects/torch-sound -B/home/nikita/projects/torch-sound/build --check-build-system CMakeFiles/Makefile.cmake 0
- /usr/bin/cmake -E cmake_progress_start /home/nikita/projects/torch-sound/build/CMakeFiles /home/nikita/projects/torch-sound/build/CMakeFiles/progress.marks
- make -f CMakeFiles/Makefile2 all
- make[1]: Entering directory '/home/nikita/projects/torch-sound/build'
- make -f CMakeFiles/audiofile.dir/build.make CMakeFiles/audiofile.dir/depend
- make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
- 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=
- 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".
- 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".
- Scanning dependencies of target audiofile
- make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
- make -f CMakeFiles/audiofile.dir/build.make CMakeFiles/audiofile.dir/build
- make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
- [ 33%] Building CXX object CMakeFiles/audiofile.dir/external/AudioFile/AudioFile.cpp.o
- /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
- make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
- [ 33%] Built target audiofile
- make -f CMakeFiles/mainapp.dir/build.make CMakeFiles/mainapp.dir/depend
- make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
- 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=
- 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".
- 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".
- Scanning dependencies of target mainapp
- make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
- make -f CMakeFiles/mainapp.dir/build.make CMakeFiles/mainapp.dir/build
- make[2]: Entering directory '/home/nikita/projects/torch-sound/build'
- [ 66%] Building CXX object CMakeFiles/mainapp.dir/test.cpp.o
- /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 -std=c++11 -o CMakeFiles/mainapp.dir/test.cpp.o -c /home/nikita/projects/torch-sound/test.cpp
- [100%] Linking CXX executable mainapp
- /usr/bin/cmake -E cmake_link_script CMakeFiles/mainapp.dir/link.txt --verbose=1
- /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
- /usr/bin/ld: CMakeFiles/mainapp.dir/test.cpp.o: in function `main':
- test.cpp:(.text+0x56): undefined reference to `AudioFile<double>::load(std::string)'
- collect2: error: ld returned 1 exit status
- make[2]: *** [CMakeFiles/mainapp.dir/build.make:88: mainapp] Error 1
- make[2]: Leaving directory '/home/nikita/projects/torch-sound/build'
- make[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/mainapp.dir/all] Error 2
- make[1]: Leaving directory '/home/nikita/projects/torch-sound/build'
- make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement