stropts.h in xfwm4
Matthew Brush
mbrush at codebrainz.ca
Thu Mar 13 20:00:34 CET 2014
On 14-03-10 06:38 AM, Mukundan Ragavan wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello all,
>
> When compiling xfwm4 - 4.11 I noticed that the compilation failed with
> the error -
>
> error: stropts.h: No such file or directory
>
> This header file was listed in src/compositor.h.
>
> After commenting out the above mentioned header file, compilation
> finished without problems. Is there a specific reason why the header
> is listed?
>
It should be added to configure.ac in AC_CHECK_HEADERS() macro and then
the `#include` should be guarded with `#ifdef HAVE_STROPTS_H`, I believe
(I'm no Autoconf expert to be sure).
Cheers,
Matthew Brush
More information about the Xfce4-dev
mailing list