Am Mon, 26 Aug 2024 10:38:37 -0500 schrieb Denis Kenzior : > Hi Andreas, > > On 8/26/24 7:38 AM, Andreas Radke wrote: > [...] > > ell/useful.h and ell/asn1-private.h are special. They're copied from > the ell tree when iwd is built. Even if using shared ell, you need > to setup ell as described in the README > > [...] > > These files are included in the distribution package. > [denkenz@archdev iwd]$ tar -Jtvf iwd-2.19.tar.xz | grep useful > -rw-r--r-- denkenz/denkenz 1979 2024-08-16 10:31 > iwd-2.19/ell/useful.h [denkenz@archdev iwd]$ tar -Jtvf > iwd-2.19.tar.xz | grep asn1 -rw-r--r-- denkenz/denkenz 4406 > 2024-08-16 10:31 iwd-2.19/ell/asn1-private.h > > [...] > > None of these files are to be installed by ell, they're not part of > the public API. > > Regards, > -Denis > Compiling is broken here when using --enable-external-ell with iwd git master no matter if I put ell source along iwd as described in README but succeeds with --disable-external-ell. The README ist somewhat misleading here. When building from git and placing ell into toplevel dir it's failing. A cp ell/ell into iwd/ is required when building from git. -Andy