-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Running perl Build.PL in a path containig umlauts results into errors #4651
Comments
It's in the 3MF system. I suspect that if you loaded a .3MF file from an umlaut path it wouldn't load. |
I will take a look, LoH . |
If that's the case, make sure you use |
boost::nowide is used in reading the extracted files from 3mf but the problem is that miniz doesn't extract the file at the first place. I am looking for an easy fix. |
@lordofhyphens @Samir55 |
When the cloned code resides in a directory path including umlauts (/home/taki/Geräte/3D-Drucker/Slic3r_GIT/Slic3r/ in my case) parts of the code won't compile.
Steps to reproduce the behavior:
Desktop (please complete the following information):
git describe --tag
1.3.0-1243-g21eb603c)Additional context
The bug is easy to circumvent: just rename the directory and everything runs as expected
The text was updated successfully, but these errors were encountered: