-
Notifications
You must be signed in to change notification settings - Fork 10
Windows Build error #109
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
Comments
cefclient is unneeded, actually. Try this patch #113 |
Thanks @csmoe I updated my Cargo.toml to try the branch excluded cefclient and testcases.
And I configured environment variables in my workspace's
Also I tried to add a library search path in my build.rs
The build fails with a linking error.
I do see I checked the Then I changed
To
It results in another error.
|
btw cef-dll-sys is already exported in cef( |
Also, if you set The path to your target directory may also be too long for Windows, particularly if you have the full |
Thanks @wravery, cargo install export-cef-dir --version 135.0.22 --force
export-cef-dir --force $env:USERPROFILE/.local/share/cef I downloaded the CEF files from https://cef-builds.spotifycdn.com/index.html#windows64:135, it seems the folder structure is differfent from the ones I got from Anyway, the issue is fixed, thanks |
Thanks for bringing this amazing project.
I successfully built it on Linux. But on Windows, I encountered the following error. it seems somethign wrong with linking. I am not sure what the problem is.
error.log
The text was updated successfully, but these errors were encountered: