[grisbi-devel] go-optionmenu.c:456:5: error: use of undeclared identifier 'tmp_filename'

Ludovic Rousseau ludovic.rousseau at gmail.com
Wed Sep 21 09:50:02 CEST 2016


Bonjour,

La compilation de la branche master échoue (sur macOS en tout cas) avec:

  CC       go-optionmenu.lo
go-optionmenu.c:456:5: error: use of undeclared identifier 'tmp_filename'
    tmp_filename = g_build_filename (gsb_dirs_get_pixmaps_dir (), "arrow...
    ^
go-optionmenu.c:457:5: error: use of undeclared identifier 'arrow_left'
    arrow_left = gtk_image_new_from_file (tmp_filename);
    ^
go-optionmenu.c:457:43: error: use of undeclared identifier 'tmp_filename'
    arrow_left = gtk_image_new_from_file (tmp_filename);
                                          ^
go-optionmenu.c:458:13: error: use of undeclared identifier 'tmp_filename'
    g_free (tmp_filename);
            ^
go-optionmenu.c:485:4: warning: missing field 'value_table' initializer
      [-Wmissing-field-initializers]
                        };
                        ^

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.

Par exemple j'utiliser https://travis-ci.org/ pour plusieurs projets libres
et j'en suis content.

à+

-- 
 Dr. Ludovic Rousseau
-------------- section suivante --------------
Une pi�ce jointe HTML a �t� nettoy�e...
URL: <http://listes.grisbi.org/pipermail/devel/attachments/20160921/f499ada1/attachment.htm>


More information about the devel mailing list