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

CMake problems on Windows #1

Open
dantswain opened this issue May 11, 2012 · 1 comment
Open

CMake problems on Windows #1

dantswain opened this issue May 11, 2012 · 1 comment

Comments

@dantswain
Copy link
Member

I recently had to do a CMake config on a Windows machine that didn't go super smoothly. For reference, it was the dance tracking laptop. I believe OpenCV was in C:\OpenCV2.2\ and wx was in c:\wxWidgets-something-something. The problems were with the link paths. Something along the lines of:

\some\directory; \some\other\directory; "\some other\directory

I.e., it wasn't putting c: in front of paths and IIRC there were unmatched quotes. This is probably a string processing problem?

@dantswain
Copy link
Member Author

I was able to fix it by making sure each path had a c: and all quotes were matched.

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

1 participant