[grisbi-bugs] [Grisbi 0002090]: Avoir des chemins relatifs pour les fichiers d'icones
Grisbi Bug Tracker
bugtracker at grisbi.org
Ven 22 Jan 17:33:37 CET 2021
A NOTE has been added to this issue.
----------------------------------------------------------------------
(0005940) LudovicRousseau (administrator) - 2021-01-22 17:33
https://www.grisbi.org/bugsreports/view.php?id=2090#c5940
----------------------------------------------------------------------
Je crois qu'il manque des #include
gsb_select_icon.c:696:14: error: use of undeclared identifier 'S_IRUSR'
int mode = S_IRUSR | S_IWUSR | S_IXUSR;
^
gsb_select_icon.c:696:24: error: use of undeclared identifier 'S_IWUSR'
int mode = S_IRUSR | S_IWUSR | S_IXUSR;
^
gsb_select_icon.c:696:34: error: use of undeclared identifier 'S_IXUSR'
int mode = S_IRUSR | S_IWUSR | S_IXUSR;
^
gsb_select_icon.c:698:3: warning: implicit declaration of function 'g_mkdir' is
invalid in C99 [-Wimplicit-function-declaration]
g_mkdir (icon_dir, mode);
^
gsb_select_icon.c:698:3: warning: this function declaration is not a prototype
[-Wstrict-prototypes]
----------------------------------------------------------------------
Plus d'informations sur la liste de diffusion bugsreports