Open stingdau1206 opened 1 month ago
Good day and thanks for this feedback.
The first error to focus on is:
error: a label can only be part of a statement and a declaration is not a statement
This looks like a really simple fix. (Declare variables outside select-case statement) I'm just not sure why I didn't encounter it myself.
I'll try to commit the fix later.
Good news!
I managed to fix the build, but additional issues had to be dealt with before it was fully successful. I had to include additional gnu tools from source, since libx11 requires autoconf version 2.70 and ubuntu 20.04 comes with 2.69.
I was able to reproduce the issue and get a functional build in a VM. I just have to finish cleaning up the changes before I can commit it.
It should be ready later tomorrow.
I actually committed the changes last night. The changes were extensive but mostly related to readability.
Simply pull the latest changes and run autogen.sh again.
Let me know how that goes!
when i run this cmd ./autogen.sh --prefix=$(pwd)/dist --enable-latest build on: ubuntu 20-04 x86_64 it ok until