We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6bfe7 commit dca1f4dCopy full SHA for dca1f4d
deps/generate_wrapper.jl
@@ -39,7 +39,7 @@ function resolve_header(header::String, include_paths::Vector{String})::String
39
return path
40
end
41
42
- error("Couldn't resolve $(header)")
+ error("Couldn't find $(header) in $(join(repr.(include_paths), ", "))")
43
44
# Find header files in the include paths
45
resolve_headers(headers::Vector{String}, include_paths::Vector{String})::Vector{String} =
0 commit comments