From 487faa004d4f34aa2c70f45e0ac7360bb10913c6 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sat, 21 Jul 2018 23:01:03 +0200 Subject: [PATCH] Mention build.sh doesn't work when the eventstruct fix is applied --- Known-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Known-Issues.md b/Known-Issues.md index 00aa269..cd350ba 100644 --- a/Known-Issues.md +++ b/Known-Issues.md @@ -44,7 +44,7 @@ Traceback (most recent call last): out = __main__.output['eventstruct'] KeyError: 'eventstruct' ``` -**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master` and `rm include/xpp/proto/*`, the second command deletes the already generated, but faulty, headers. After that you can go back into the `build` folder and run `make` again. +**Fix:** You have to manually update the `xpp` submodule. To do that, go into the `lib/xpp` folder and execute `git checkout master` and `rm include/xpp/proto/*`, the second command deletes the already generated, but faulty, headers. After that you can go back into the `build` folder and run `make` again. **Note:** With this fix, you cannot use the `build.sh` script to build polybar. ## Version Mismatch between `xcb-proto` and `libxcb-randr0-dev` on Ubuntu 17.04 **Problem:** On Ubuntu 17.04 (and possibly others), the `xcb-proto` version does not match the version of the `libxcb-*` packages, especially `libxcb-randr0-dev`. This creates problems with the header files. If you get the following or a similar compiler error, this fix may be for you: