You are not logged in.
Pages: 1
build out of git repo failed with dollowing message:
libxfce4mixer.c: In function ‘xfce_mixer_shutdown’:
libxfce4mixer.c:113:31: error: cast between incompatible function types from ‘void (*)(GstMixer *)’ {aka ‘void (*)(struct _GstMixer *)’} to ‘void (*)(void *, void *)’ [-Werror=cast-function-type]
113 | g_list_foreach (mixers, (GFunc) _xfce_mixer_destroy_mixer, NULL);
| ^
cc1: all warnings being treated as errors
make[2]: *** [Makefile:526: libxfce4mixer_la-libxfce4mixer.lo] Error 1
make[1]: *** [Makefile:512: all-recursive] Error 1
make: *** [Makefile:444: all] Error 2
any clue?
Offline
cc1: all warnings being treated as errors
Try passing the "--disable-debug" parameter to your ./autogen or ./configure script.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
dodona wrote:cc1: all warnings being treated as errors
Try passing the "--disable-debug" parameter to your ./autogen or ./configure script.
great. Worked.
Thanks a lot!
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 535.64 KiB (Peak: 549.73 KiB) ]