mate-desktop / mate-media

Media tools for MATE
https://mate-desktop.org
GNU General Public License v2.0
19 stars 25 forks source link

fix building with libxml 2.12.0 #209

Closed raveit65 closed 10 months ago

raveit65 commented 10 months ago
gvc-sound-theme-chooser.c:462:15: error: implicit declaration of function ‘xmlParseFile’; did you mean ‘xmlSaveFile’? [-Werror=implicit-function-declaration]
462 |         doc = xmlParseFile (filename);
|               ^~~~~~~~~~~~
|               xmlSaveFile
gvc-sound-theme-chooser.c:462:13: warning: assignment to ‘xmlDocPtr’ {aka ‘struct _xmlDoc *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
462 |         doc = xmlParseFile (filename);
|             ^

Successful build with libxml-2.12.0 from fedora-rawhide at fedora build-server https://koji.fedoraproject.org/koji/taskinfo?taskID=109500185 https://src.fedoraproject.org/rpms/mate-media/blob/rawhide/f/mate-media.spec#_14