You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using QT creator v5 and I am having an issue compiling, in which I get the following error:
:-1: error: No rule to make target '../../../../OneDrive/Documents/opencv/build/include/opencv2/stitching/detail/exposure_compensate.hpp', needed by 'release/backend.o'. Stop.
I believe my .pro file is setup correctly as follows:
# Path to your openCV .lib file(s)
LIBS += -LC:/Users/holdb/OneDrive/Documents/opencv/build/x64/vc15/lib -lopencv_world440
# Path to openCV header files
INCLUDEPATH += C:/Users/holdb/OneDrive/Documents/opencv/build/include
INCLUDEPATH += C:/Users/holdb/OneDrive/Documents/opencv/build/include/opencv
# For Python
INCLUDEPATH += C:/Users/holdb/anaconda3/envs/python38/include
LIBS += -LC:/Users/holdb/anaconda3/envs/python38/libs -lpython38
# For numpy
INCLUDEPATH += LC:/Users/holdb/anaconda3/envs/python38/Lib/site-packages/numpy/core/include
Any suggestions?
Might be worth mentioning I was getting a DIFFERENT 'no rule to make target' error when I was using QT creator v7, so it's possible this is a version issue?
The text was updated successfully, but these errors were encountered:
Hi, unfortunately I am not an expert on setting up compilers.... I am usually pretty surprised when I get everything to compile without errors on a new computer.
Are you sure you have built openCV correctly? Sorry I can't be of more help here.
Hi,
I am using QT creator v5 and I am having an issue compiling, in which I get the following error:
:-1: error: No rule to make target '../../../../OneDrive/Documents/opencv/build/include/opencv2/stitching/detail/exposure_compensate.hpp', needed by 'release/backend.o'. Stop.
I believe my .pro file is setup correctly as follows:
Any suggestions?
Might be worth mentioning I was getting a DIFFERENT 'no rule to make target' error when I was using QT creator v7, so it's possible this is a version issue?
The text was updated successfully, but these errors were encountered: