ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
480 stars 30 forks source link

Error rebuilding GTK3 branch today #99

Closed pizzadude closed 4 years ago

pizzadude commented 4 years ago

After git pulling the latest changes and doing a rebuild of the GTK3 branch, Ahoviewer fails to build with this error:

/usr/bin/ld: ahoviewer-imagebox.o: undefined reference to symbol 'XFreeExtensionList'
/usr/bin/ld: /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:548: ahoviewer] Error 1

This is on Fedora 32. Any ideas?

botist commented 4 years ago

try building with meson

ahodesuka commented 4 years ago

Should work with meson, I haven't updated the autoconf files to reflect some recent changes.

pizzadude commented 4 years ago

Ok, it builds fine with meson. Thank you.