[kea-dev] Question about kea header include path

Xiao Liang shaw.leon at gmail.com
Sat Jun 30 10:19:52 UTC 2018


Hi,

I have a problem in configuring include path for a custom hook.
Kea library headers includes each other using paths relative to
src/lib in angle brackets. After installation, in a typical
configuration, the headers will reside in $includedir/kea. Thus
sources that includes these headers won't compile unless
$includedir/kea is added to search path.
To use build systems like autotools, do I have to explicitly find the
headers and add the path to compile flags? Is there any better
approach?
Is it possible for library headers to use quotes and path relative itself?

Thanks,
Xiao


More information about the kea-dev mailing list