Skip to content
New issue

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

DVision/DVision.h”: No such file or directory #29

Open
arifle opened this issue Jul 28, 2017 · 3 comments
Open

DVision/DVision.h”: No such file or directory #29

arifle opened this issue Jul 28, 2017 · 3 comments

Comments

@arifle
Copy link

arifle commented Jul 28, 2017

Hi,
I tried compiling it on Win 7 with VS2013. DLib had been successfully built before doing this and DBoW2 project is also generated by cmake but the compiler gives


D:\dbow2\src\FBrief.cpp(14): fatal error C1083:  “DVision/DVision.h”: No such file or directory
3>  FORB.cpp
3>D:\dbow2\src\FORB.cpp(16): fatal error C1083:  “DUtils/DUtils.h”: No such file or directory
3>  FeatureVector.cpp
3>  QueryResults.cpp
3>  ScoringObject.cpp
3>D:\dbow2\include\DBoW2\TemplatedVocabulary.h(26): fatal error C1083: “DUtils/DUtils.h”: No such file or directory
3> 

@cbyzju
Copy link

cbyzju commented Nov 17, 2017

Hi arifle, I also meet the same problem, have you already solved this problem? how do you manage it.

@ghost
Copy link

ghost commented Feb 7, 2018

add the following in DBoW2\CMakeLists.txt

include_directories(
${DEPENDENCY_INSTALL_DIR}/include
)

@NancyLi1013
Copy link

Hi apattnaik0721013, I try to add the port dbow2 to the vcpkg list and I met the same error. I have added the above code in CMakeLists.txt, but it still has the error.
F:\test\vcpkg\buildtrees\dbow2\src\v1.0-19c78859f0\src\FBrief.cpp(14): fatal error C1083: Cannot open include file: 'DVision/DVision.h': No such file or directory
Could you have any other suggestion?
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants