<div dir="ltr"><div><div><div><div>Bonjour,<br><br></div>La compilation de la branche master échoue (sur macOS en tout cas) avec:<br><br> CC      go-optionmenu.lo<br>go-optionmenu.c:456:5: error: use of undeclared identifier 'tmp_filename'<br>   tmp_filename = g_build_filename (gsb_dirs_get_pixmaps_dir (), "arrow...<br>   ^<br>go-optionmenu.c:457:5: error: use of undeclared identifier 'arrow_left'<br>   arrow_left = gtk_image_new_from_file (tmp_filename);<br>   ^<br>go-optionmenu.c:457:43: error: use of undeclared identifier 'tmp_filename'<br>   arrow_left = gtk_image_new_from_file (tmp_filename);<br>                                         ^<br>go-optionmenu.c:458:13: error: use of undeclared identifier 'tmp_filename'<br>   g_free (tmp_filename);<br>           ^<br>go-optionmenu.c:485:4: warning: missing field 'value_table' initializer<br>     [-Wmissing-field-initializers]<br>                       };<br>                       ^<br><br></div>Si on utilisait github on pourrait configurer un outils d'intégration continue pour vérifier automatiquement que le code compile toujours, et que les Pull Request compilent aussi.<br></div><br>Par exemple j'utiliser <a href="https://travis-ci.org/">https://travis-ci.org/</a> pour plusieurs projets libres et j'en suis content.<br><br></div><div>à +<br></div><div><div><div><div><div><br>-- <br><div class="gmail_signature"> Dr. Ludovic Rousseau</div>
</div></div></div></div></div></div>