I solved the problem by initializing prev_seg_id = 0. <br><br>Thanks.<br><br><div class="gmail_quote">2011/7/27 Christophe Fergeau <span dir="ltr">&lt;<a href="mailto:cfergeau@redhat.com">cfergeau@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Jul 27, 2011 at 05:34:33AM -0400, John A. Sullivan III wrote:<br>
&gt; Out of curiosity as a programming ignoramus, is treating warnings as<br>
&gt; errors normal practice? - John<br>
<br>
</div>During development, I find it much better to use -Werror since most<br>
gcc warnings point to actual issues with the code these days. However,<br>
since warnings tend to come and go depending on your compiler version,<br>
distro patches, ... having -Werror forced in released tarballs is annoying,<br>
thus spice configure only enables by default when building from git.<br>
<font color="#888888"><br>
Christophe<br>
</font></blockquote></div><br>