You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build Falco from source into an ArchLinux does not work. It results into complaints about grpc (implicit fallthrough) and libcurl issues with libidn2.
What you expected to happen:
Falco built from source.
How to reproduce it (as minimally and precisely as possible):
Assuming the current dev branch of Falco in the Falco directory, and a sibling directory containing the current dev branch of Sysdig, just follow the basic process to build Falco from source (eg. make build && cd build && cmake .. && make).
Anything else we need to know?:
Building process also complains about libpsl w.r.t. libcurl (when removing libidn2 issue compiling libcurl with --without-libidn2 flag).
What happened:
Trying to build Falco from source into an ArchLinux does not work. It results into complaints about grpc (implicit fallthrough) and libcurl issues with libidn2.
What you expected to happen:
Falco built from source.
How to reproduce it (as minimally and precisely as possible):
Assuming the current dev branch of Falco in the Falco directory, and a sibling directory containing the current dev branch of Sysdig, just follow the basic process to build Falco from source (eg.
make build && cd build && cmake .. && make
).Anything else we need to know?:
Building process also complains about libpsl w.r.t. libcurl (when removing libidn2 issue compiling libcurl with
--without-libidn2
flag).Environment:
falco --version
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: