JuliaPackaging / BinaryBuilder.jl

Binary Dependency Builder for Julia
https://binarybuilder.org
Other
392 stars 101 forks source link

Wizard: Automatically suggest jll for a given missing header #930

Open Keno opened 4 years ago

Keno commented 4 years ago

E.g. if the build failed with

fatal error: X11/X.h: No such file or directory
 #include <X11/X.h>
                   ^

it would be nice if the Wizard automatically suggested to add Xorg_xorgproto_jll

giordano commented 4 years ago

This is probably on the same vein as #826