-
Notifications
You must be signed in to change notification settings - Fork 176
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
Addition of a directory name for header file inclusion #8
Comments
I find that something is wrong in the compile of this project, which is as follows: CMake Warning (dev) at /usr/local/share/OpenCV/OpenCVConfig.cmake:52 (if):
An argument named "TRUE" appears in a conditional statement. Policy -- Could NOT find libjsoncpp-dev (missing: LIBJSONCPP_INCLUDE_DIR) I cross-searched in stackoverflow and find the reason here: so there need some changes in Findjsoncpp.cmake, I think maybe different machine configurations should be different... diff --git a/cmake/Modules/Findjsoncpp.cmake b/cmake/Modules/Findjsoncpp.cmake -find_path(LIBJSONCPP_INCLUDE_DIR json.h
|
@deercoder: Thanks for the description of your software build experiences. But I wonder why you appended this story to my issue here. How do you think about to move it to a new bug report? |
@elfring Sorry, I didn't find somewhere to put, I think I would better move it to some be right place, Thanks! |
Some header files reuse words like "index", "messages" and "thread" in the file names which might be popular also in other software development areas.
I suggest to add your project name as a directory in affected path specifications for the preprocessor directive "#include".
How do you think about the reduce the probability for file name clashes here?
The text was updated successfully, but these errors were encountered: