We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: *** No targets specified and no makefile found. Stop. -- Configuring done CMake Error at CMakeLists.txt:18 (add_executable): Cannot find source file: /Webrtc/webrtc/src/test/process_test.cc Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error at CMakeLists.txt:16 (add_executable): Cannot find source file: /Webrtc/webrtc/src/webrtc_audio_processing.cc Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: CMake can not determine linker language for target: audio_proc_test CMake Error: Cannot determine link language for target "audio_proc_test". CMake Error: CMake can not determine linker language for target: webrtc-audio-process CMake Error: Cannot determine link language for target "webrtc-audio-process". -- Generating done -- Build files have been written to: /home/chutz/test/WebRTC-audio-processing/webrtc-audio-processing/bin make[2]: *** No rule to make target 'CMakeFiles/audio_proc_test.dir/build'. Stop. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/audio_proc_test.dir/all' failed make[1]: *** [CMakeFiles/audio_proc_test.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 /home/chutz/test/WebRTC-audio-processing/webrtc-audio-processing WebRTC AEC 2: run.sh: line 75: ./bin/audio_proc_test: No such file or directory
I have no idea about this error, any help is appreciated! Thanks a lot!
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
chmod a+r 777 *
No branches or pull requests
I have no idea about this error, any help is appreciated! Thanks a lot!
The text was updated successfully, but these errors were encountered: