easy-voice-call icon indicating copy to clipboard operation
easy-voice-call copied to clipboard

Error compiling the library on windows 10 using Cmake g++.exe: error: /MP: No such file or directory

Open amrkamal2025 opened this issue 4 years ago • 0 comments

Hi,

I tried to compile the library using CMake Mingw32 7.3.0, I lined QT widgets, core, GUI CMake files, and add the audio-processing-module to the folder, configuration and generation done without a problem in CMake just a few warnings then I use this command to start to build

mingw32-make

I got this Error

Scanning dependencies of target vad
[  1%] Building CXX object audio-processing-module/independent_vad/src/CMakeFiles/vad.dir/Android_JNI.cpp.obj
g++.exe: error: /MP: No such file or directory
mingw32-make[2]: *** [audio-processing-module\independent_vad\src\CMakeFiles\vad.dir\build.make:63: audio-processing-module/independent_vad/src/CMakeFiles/vad.dir/Android_JNI.cpp.obj] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:138: audio-processing-module/independent_vad/src/CMakeFiles/vad.dir/all] Error 2
mingw32-make: *** [Makefile:83: all] Error 2

so what i did wrong so far?

amrkamal2025 avatar Apr 04 '20 04:04 amrkamal2025