I have the same error with chinese.qm, as was mentioned already.
Also I've tried to change compiler from ccache
to clang
as was mentioned in pinned comment, but have this error:
[ 39%] Linking CXX shared library ../bin/libvcmi.so
CMakeFiles/vcmi.dir/StdInc.cpp.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
make[2]: *** [lib/CMakeFiles/vcmi.dir/build.make:4606: bin/libvcmi.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:621: lib/CMakeFiles/vcmi.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Pinned Comments
Gigas002 commented on 2024-05-29 15:08 (UTC)
PKGBUILD
tweaksIf you want to build with
clang
, add this part tocmake
flags:If you want to use bundled
fuzzylite
:If you want to use
innoextract
(system-wide installation won't work since vcmi has a temporary? fork ofinnoextract
for now):