Skip to content

Linker Error on Unescaped Characters in Working Directory #375

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

Closed
padraic-padraic opened this issue Jan 4, 2019 · 0 comments
Closed

Linker Error on Unescaped Characters in Working Directory #375

padraic-padraic opened this issue Jan 4, 2019 · 0 comments
Labels
Category: CMake Related to CMake modules Type: Bug Something's not working correctly.

Comments

@padraic-padraic
Copy link
Contributor

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 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.

jcfr added a commit to padraic-padraic/scikit-build that referenced this issue Jan 9, 2019
@jcfr jcfr closed this as completed in ec6214a Jan 9, 2019
@jcfr jcfr added Category: CMake Related to CMake modules Type: Bug Something's not working correctly. labels May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: CMake Related to CMake modules Type: Bug Something's not working correctly.
Projects
None yet
Development

No branches or pull requests

2 participants