I downloaded libraw source files and tried to build using QT. But I am receiving the below error
:-1: warning: /MP: linker input file unused because linking not done
:-1: error: error: /MP: linker input file not found: No such file or directory
Attachment | Size |
---|---|
libraw_build error.png | 165.61 KB |
Try to remove
Try to remove
QMAKE_CXXFLAGS+=/MP
(Visual Studio specific flag)
from buildfiles/libraw-common-lib.pro
-- Alex Tutubalin @LibRaw LLC