Hello and good day to all!
I just recently switched to OpenSuse 15.3 Leap and want to build the following app: https://github.com/esmini/esmini.
When building I get to a stage where the following errors occur:
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lX11/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lXrandr
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lXinerama
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lfontconfig
I googled to see if there are packages which contain them and I installed the ones which seemed sensible via Yast, but that didn’t solve my issue. Those packages are sadly not named the same anyway, but I hoped that they would still provide the missing libraries. My question now is if they aren’t available at all, and I should go back to Ubuntu or did I do a mistake somewhere?
Any help would be appriciated!