On 04/01/2012 07:38 PM, Marc-André Lureau wrote:
----- 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.
Indeed - that was the problem - thank you.
I don't know how it was not removed during 'git pull'.
(and already found a spice-gtk bug - the 'shift+F12' combination seems
to work only as 'left-shift+F12', not 'right-shift+F12').
Y.
Y.
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel