-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[glib] Build error "Host path separator (:) in path; this is unsupported." #22812
Comments
Try removing the |
Ok, but I'm on linux, what should I replace the separators with? For refrence this is my path (newlines added for readability):
|
How did you solved this??? |
I had the same error when installing (I'm on Ubuntu 20.04, cmake 3.21.4 for reference)
$PATH that worked: (only the first path
I have no idea why it works with this change |
I don't think we should prevent users from using the colon: it's used as a delimiter in UNIX paths. |
There are linux users and contributors, but they are not able to reproduce this issue. The function you point to tranforms a CMake list of directories ( Perhaps you should share the raw output of |
The error message from
I think the right fix is to change
into:
or similar? It seems /cc @strega-nil |
I think the correct thing is to just turn |
Oh megaderp I didn't see that the variable was duplicated 😅 |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg/vcpkg install glib
Failure logs
Additional context
I actually need
opencv[eigen,ffmpeg,webp,contrib,nonFree,cuda]
andopenimageio[libraw,ffmpeg,freetype,opencv,gif,openjpeg,webp]
(among other things) as a build dependency and this is just one of it's dependency's.The text was updated successfully, but these errors were encountered: