[Spice-devel] [PATCH xf86-qxl 3/3] build-sys: fix out of tree build

Christophe Fergeau cfergeau at redhat.com
Wed Apr 1 05:11:32 PDT 2015


On Wed, Apr 01, 2015 at 01:59:01PM +0200, Marc-André Lureau wrote:
> Fixes:
> ../../src/spiceqxl_smartcard.c:36:32: fatal error: spiceqxl_smartcard.h: No such file or directory
>  #include spiceqxl_smartcard.h

I cannot reproduce this one with git master (with ccid enabled). Are you
getting this error for all #include of files in $(srcdir) or is this
specific to spiceqxl_smartcard.h ? I was getting this error when running
make distcheck, but this was fixed by 8744beef

> ---
>  src/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 4a93c7b..9012487 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -33,7 +33,8 @@ AM_CFLAGS =					\
>  	$(PCIACCESS_CFLAGS)			\
>  	$(CWARNFLAGS)				\
>  	$(DRM_CFLAGS)				\
> -	$(LIBUDEV_CFLAGS)
> +	$(LIBUDEV_CFLAGS)			\
> +	-I$(srcdir)
>  
>  if BUILD_QXL
>  qxl_drv_la_LTLIBRARIES = qxl_drv.la
> -- 
> 2.1.0
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150401/8520b037/attachment.sig>


More information about the Spice-devel mailing list