[Spice-devel] Failing to compile spice-gtk: ../common/client_marshallers.h:27:24: fatal error: marshaller.h: No such file or directory

Marc-André Lureau mlureau at redhat.com
Sun Apr 1 09:38:06 PDT 2012



----- Mensaje original -----
> This time, even 'git clean -dfx' didn't save me. And 'make clean'
> does
> not seem to work. Tried also ./autogen.sh and ./configure, but no
> luck:
> 
> make[4]: Entering directory `/home/ykaul/spice-gtk/gtk'
>    CC     bio-gsocket.lo
>    CC     glib-compat.lo
>    CC     spice-audio.lo
> In file included from spice-channel-priv.h:36:0,
>                   from spice-audio.c:44:
> ../common/client_marshallers.h:27:24: fatal error: marshaller.h: No
> such
> file or directory
> compilation terminated.

spice-channel-priv.h:

 36 #include "common/client_marshallers.h"

COMMON_CFLAGS='-I ${top_srcdir}/spice-common/'

The spice-gtk/common directory no longer exist. Instead, it includes spice-gtk/spice-common submodule which contains the common/ subdirectory, included via COMMON_CFLAGS.

Can you verify git status after you run git clean -dfx ? it seems like you still have the old spice-gtk/common directory.


More information about the Spice-devel mailing list