-
Notifications
You must be signed in to change notification settings - Fork 29
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
Could not open deps/deps.jl #55
Comments
does |
It built successfully, and Makie seems to also successfully load afterwards. (Though with a few warnings: (v1.1) pkg> build ModernGL
Building ModernGL → `C:\Users\tchr\.julia\packages\ModernGL\Cr1A7\deps\build.log`
julia> using Makie
[ Info: Recompiling stale cache file C:\Users\tchr\.julia\compiled\v1.1\Makie\iZ1Bl.ji for Makie [ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a]
┌ Warning: Loaded OpenGL Backend, but OpenGL isn't working
└ @ GLMakie C:\Users\tchr\.julia\packages\GLMakie\XqcM3\src\GLMakie.jl:60
┌ Warning: Loaded OpenGL Backend, but OpenGL isn't working
└ @ GLMakie C:\Users\tchr\.julia\packages\GLMakie\XqcM3\src\GLMakie.jl:60
julia> ) I see you submitted a fix: I'll try it out when a new version is tagged. Thanks! |
Uhm.... That doesn't sound like working at all :D Can you try |
Hmm, I get: (v1.1) pkg> build GLMakie
Building ModernGL ────────→ `C:\Users\tchr\.julia\packages\ModernGL\Cr1A7\deps\build.log`
Building SpecialFunctions → `C:\Users\tchr\.julia\packages\SpecialFunctions\ne2iw\deps\build.log`
Building FreeType ────────→ `C:\Users\tchr\.julia\packages\FreeType\2dE5w\deps\build.log`
Building ImageMagick ─────→ `C:\Users\tchr\.julia\packages\ImageMagick\vMfoS\deps\build.log`
Building FFMPEG ──────────→ `C:\Users\tchr\.julia\packages\FFMPEG\guN1x\deps\build.log`
Building CMake ───────────→ `C:\Users\tchr\.julia\packages\CMake\nSK2r\deps\build.log`
Building GLFW ────────────→ `C:\Users\tchr\.julia\packages\GLFW\e257h\deps\build.log`
Building GLMakie ─────────→ `C:\Users\tchr\.julia\packages\GLMakie\XqcM3\deps\build.log`
julia> using GLMakie
WARNING: redefining constant WORKING_OPENGL Not sure if the warning is just because I already had |
ok... could be ;) try using Makie again, if that doesn't show the warning anymore, all should be good :) |
Indeed seems to be working fine again now: how come building anew fixed this? |
Building creates the file |
I already noted this as a comment in #53, but after that commit, I cannot compile Makie after I update my dependencies. Specifically, with ModernGL v1.1.1, I get the following error message (with v1.0.0 I don't have any problems):
I'm somewhat puzzled by this, since I'm assuming that if this was a widespread problem others would have filed a similar issue at this point.
The text was updated successfully, but these errors were encountered: