You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I try and build my package I get this error after producing a make in bash:
pixmap.h:224:20: error: conflicting types for 'imlib_strerror'; have 'const char *(Imlib_Load_Error)'
224 | extern const char *imlib_strerror(Imlib_Load_Error);
The text was updated successfully, but these errors were encountered:
Every time I try and build my package I get this error after producing a make in bash:
pixmap.h:224:20: error: conflicting types for 'imlib_strerror'; have 'const char *(Imlib_Load_Error)'
224 | extern const char *imlib_strerror(Imlib_Load_Error);
The text was updated successfully, but these errors were encountered: