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
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:
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:
I.e., it wasn't putting
c:
in front of paths and IIRC there were unmatched quotes. This is probably a string processing problem?The text was updated successfully, but these errors were encountered: