Open dreirund opened 7 months ago
i found that you can edit src/Makefile and remove '-Werror' to build it
i found that you can edit
src/Makefile
and remove-Werror
to build it
Ahoj,
now that a fix is known, how about implementing the fix, @anestisb?
i found that you can edit
src/Makefile
and remove-Werror
to build itAhoj,
now that a fix is known, how about implementing the fix, @anestisb?
I have created a pull request. You can try Fixed version and build it. Maybe later i'll create a release.
You can try Fixed version and build it.
I am fine with manual make
invokation specifiying manually the needed -Wno-error
-statement as I already mentioned in my reporting post.
I am building with GCC version 13.2.1.
./make.sh
fails withA manual workaround is to issue
make CFLAGS="${CFLAGS} -Wno-error=vla-parameter" -C src
instead of./make.sh
.Regards!