<div dir="ltr"><u style="font-size:12.8px">Environnent</u><span style="font-size:12.8px">:</span><div style="font-size:12.8px">Ubuntu Server 15.04 - Git sources from <a rel="nofollow" href="http://cgit.freedesktop.org/spice/spice-gtk/" target="_blank" style="color:rgb(104,116,133);font-family:Helvetica,Arial,sans-serif;font-size:14px">http://cgit.freedesktop.org/spice/spice-gtk/</a><br clear="all"><div><br></div><div><div><b>make distclean</b></div><div><b>./autogen.sh</b></div><div><b>./configure --enable-vala --enable-introspection=yes --prefix=/usr --sysconfdir=/etc --localstatedir=/var</b></div><div><b>make -j6</b></div></div><div>...</div><div><div><i>make[4]: Entering directory '/home/actionmystique/Program-Files/Ubuntu/Spice-GTK/git-spice-gtk/src'</i></div><div><i>  CC       bio-gio.lo</i></div><div><i>  CC       glib-compat.lo</i></div><div><i>  CC       spice-audio.lo</i></div><div><i>  CC       spice-util.lo</i></div><div><i>  CC       spice-option.lo</i></div><div><i>  CC       spice-client.lo</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>cc1: error: /usr/local/include/cacard: No such file or directory [-Werror]</i></div><div><i>In file included from spice-common.h:31:0,</i></div><div><i>                 from spice-audio.c:38:</i></div><div><i>../spice-common/common/messages.h:42:27: fatal error: vscard_common.h: No such file or directory</i></div><div><i> #include <vscard_common.h></i></div><div><i>                           ^</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>compilation terminated.</i></div><div><i>Makefile:1400: recipe for target 'spice-client.lo' failed</i></div><div><i>make[4]: *** [spice-client.lo] Error 1</i></div><div><i>make[4]: *** Waiting for unfinished jobs....</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>Makefile:1400: recipe for target 'glib-compat.lo' failed</i></div><div><i>make[4]: *** [glib-compat.lo] Error 1</i></div><div><i>In file included from ../spice-common/common/client_marshallers.h:29:0,</i></div><div><i>                 from spice-channel-priv.h:35,</i></div><div><i>                 from spice-option.c:26:</i></div><div><i>../spice-common/common/messages.h:42:27: fatal error: vscard_common.h: No such file or directory</i></div><div><i> #include <vscard_common.h></i></div><div><i>                           ^</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>compilation terminated.</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>Makefile:1400: recipe for target 'bio-gio.lo' failed</i></div><div><i>make[4]: *** [bio-gio.lo] Error 1</i></div><div><i>cc1: all warnings being treated as errors</i></div><div><i>Makefile:1400: recipe for target 'spice-util.lo' failed</i></div><div><i>make[4]: *** [spice-util.lo] Error 1</i></div><div><i>Makefile:1400: recipe for target 'spice-audio.lo' failed</i></div><div><i>make[4]: *** [spice-audio.lo] Error 1</i></div><div><i>Makefile:1400: recipe for target 'spice-option.lo' failed</i></div><div><i>make[4]: *** [spice-option.lo] Error 1</i></div><div><i>make[4]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Spice-GTK/git-spice-gtk/src'</i></div><div><i>Makefile:1650: recipe for target 'all-recursive' failed</i></div><div><i>make[3]: *** [all-recursive] Error 1</i></div><div><i>make[3]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Spice-GTK/git-spice-gtk/src'</i></div><div><i>Makefile:1083: recipe for target 'all' failed</i></div><div><i>make[2]: *** [all] Error 2</i></div><div><i>make[2]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Spice-GTK/git-spice-gtk/src'</i></div><div><i>Makefile:657: recipe for target 'all-recursive' failed</i></div><div><i>make[1]: *** [all-recursive] Error 1</i></div><div><i>make[1]: Leaving directory '/home/actionmystique/Program-Files/Ubuntu/Spice-GTK/git-spice-gtk'</i></div><div><i>Makefile:559: recipe for target 'all' failed</i></div><div><i>make: *** [all] Error 2</i></div></div><div><br></div><div>As you can see, despite the configure option --prefix=/usr, the process looks for usr/local/include/cacard instead of /usr/include/cacard, which exists.</div><div>I tried to copy all the header files from that folder inside spice-common/common, but it does not change anything.</div><div><br></div><div>However, if I try the same trick on the "stable" sources from the 0.9 tarball, the compilation works without any error with the header files copied inside common... </div></div><div><br></div><div>N.B: You may receive duplicate message about this issue due to my initial mix about e-mail address. The first e-mail from <a href="mailto:actionmystique@gmail.com">actionmystique@gmail.com</a> should be discarded.</div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><b>Jean-Christophe Manciot</b></div><div dir="ltr"><b><br></b><div><b><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_d21GdERHald2RFE&export=download" width="96" height="96"> <a href="https://learningnetwork.cisco.com/people/manciot.jeanchristophe/content" target="_blank"><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_SVR3ck1BN2c0eHc&export=download" width="96" height="96" alt=" Architecte réseaux et Sécurité"></a> </b><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_UG5MbzNsV2NlS00&export=download" width="78" height="96" style="font-size:12.8000001907349px" alt=" Network & Security Architect"> <a href="http://fr.linkedin.com/in/jeanchristophemanciot" target="_blank"><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_eHc0WE1KUnBoV1E&export=download" width="92" height="96" alt=""></a> <a href="https://plus.google.com/u/0/+jeanchristopheManciot-IT/posts" target="_blank"><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_ajRSZ2xsMTFtT00&export=download" width="96" height="96"></a> <a href="https://twitter.com/jc_manciot" target="_blank"><img src="https://docs.google.com/uc?id=0B6XxNd5c3zV_NDlmR2tral9zN28&export=download" width="96" height="96"></a></div></div></div></div></div></div></div></div></div></div></div>
</div>