-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Wrong absolute paths #168
Comments
@mmjvox The directory does not exist! |
Of course, it is clear that this directory does not exist. 😁😀 I updated my description. |
I have no way of knowing the reason for your error. |
I am also running into this issue. I want to supply an absolute path to `--sources``, but when I do, it appends the path to the current working directory. The code is here: Line 28 in 51fd8c5
Here the |
@exil Thank you for your explanation, I get it. I fixed it Upgrade |
Im using cmake to generate font in build steps, cmake fills the input and output directories.
There is no problem with cmake commands, This program (svgtofont) goes wrong with absolute paths.
cmake definitions:
package.json.in file:
generated package.json file:
error:
The directory does not exist! /home/.../project_build/home/.../project/fonts/svg
It appends input path to running path ( the result is someting like this
/home/.../project_build/home/.../project/fonts/svg
)A real example:
I even tested it without cmake and it still had this problem.
The text was updated successfully, but these errors were encountered: