andreeco
andreeco
Hi, I got this error: julia> using Gtk4 julia> win = GtkWindow("My First Gtk4.jl Program", 400, 200) /home/andre/.julia/juliaup/julia-1.11.2+0.x64.linux.gnu/bin/julia: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0: undefined symbol: wl_display_create_queue_with_name I run Julia 1.11.2 on...
For legal reasons, every page in a published app needs to include links to Imprint and Privacy Policy. Currently, I have a hotfix to achieve this in error pages. But...
Change: Set -DCMAKE_INSTALL_LIBDIR=lib and -DCMAKE_INSTALL_INCLUDEDIR=include to ensure libraries and headers are installed in standard locations on all platforms. Without this patch, cross-building libfido2 (and other dependents) fails because libcbor libraries...
This adds a recipe to build libfido2. This recipe depends on the updated libcbor from #12257.