Open haghish opened 1 year ago
I edited the build file to avoid treating warnings as errors and that allowed me to compile, but haven't checked if the software works as intended... Thanks for your help in advance
build() {
cd $pkgname-$pkgver
# use /usr/bin/smfsh from package libsmf instead of the one
# shipped with this package to avoid file conflict
sed -i ':a;$!N;1,5ba;P;$d;D' libsmf/Makefile.am
autoreconf --install
automake --add-missing
CFLAGS=-Wno-error ./configure --prefix=/usr
make
}
Hi, I have had issues with compiling the software both on Manjaro 2022 and 2023. I made sure the required libraries are installed, but the errors keep coming... whereas in previous versions of Manjaro there were no compilation errors. Here is the error I am currently getting: