On 2/21/20 10:59 PM, Kirill Kouzoubov wrote: > Problem: C++ headers shipped with libgeos++-dev package do not include > inline files. As a result one can not compile with -DGEOS_INLINE flag. My > understanding is that it should be safe to compile with this flag set even > if the library was compiled without the flag and hence includes object code > for those functions as well. > > It looks like all versions are affected, so not sure if this is by design > or an omission.
The files are explicitly not included in the package, see: https://sources.debian.org/src/geos/3.8.0-1/debian/rules/#L68 I don't understand why you'd need these files, just dynamically link the library. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
