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
Issue: Compilation fails when trying to link the *-version-script.map generated by resources/cmake/FindPythonExtensions.cmake.
Possible Resolution:
The cause of the issue is, in my case, unescaped spaces in working directory. We can fix this by escaping the *-version-script.map path when it is passed to the linker in FindPythonExtensions.cmake.
The text was updated successfully, but these errors were encountered:
Operating System: Ubuntu 18.04 LTS (Windows Subsystem for Linux)
Compiler: g++ 7.3.0
Python Version: 3.6.3
Issue: Compilation fails when trying to link the
*-version-script.map
generated byresources/cmake/FindPythonExtensions.cmake
.Possible Resolution:
The cause of the issue is, in my case, unescaped spaces in working directory. We can fix this by escaping the
*-version-script.map
path when it is passed to the linker inFindPythonExtensions.cmake
.The text was updated successfully, but these errors were encountered: