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

Pierre Biava pierre.biava at orange.fr
Wed Sep 21 16:47:33 CEST 2016


Ludovic Rousseau a écrit le 21/09/2016 à 09:50 :

Bonjour Ludovic,

> 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]
>                         };

Un oubli malheureux lors d'un copié collé. Ce qui est curieux c'est que 
je compile toujours avant de pousser un commit.

Je dois avoir un problème de nettoyage du code avant compilation 
complète. Il faut que je regarde ça.

Cdt.

-- 

A+

Pierre Biava



More information about the devel mailing list