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
This is obviously to do with Windows paths using the opposite slash to more compliant operating systems. It's pretty clear this just requires a string replace similar to ('', ''), but I don't know anything about cmake so I'll leave it to somebody more apt to fix it :).
The Windows-fixes branch merged in to main ~3 months ago compiles successfully under the same environment if a workaround is desired by others in the same situation :)
The text was updated successfully, but these errors were encountered:
Using the command 'cmake -G "Visual Studio 10"' no longer sucessfully builds under windows, with the following error:
[code]
-- catkin 0.5.54
CMake Error at cmake/safe_execute_process.cmake:3 (foreach):
Syntax error in cmake code at
when parsing string
Invalid escape sequence \P
Call Stack (most recent call first):
cmake/em_expand.cmake:23 (safe_execute_process)
cmake/catkin_generate_environment.cmake:38 (em_expand)
cmake/all.cmake:159 (catkin_generate_environment)
CMakeLists.txt:8 (include)
[/code]
This is obviously to do with Windows paths using the opposite slash to more compliant operating systems. It's pretty clear this just requires a string replace similar to ('', ''), but I don't know anything about cmake so I'll leave it to somebody more apt to fix it :).
The Windows-fixes branch merged in to main ~3 months ago compiles successfully under the same environment if a workaround is desired by others in the same situation :)
The text was updated successfully, but these errors were encountered: