From 4fdc51131f69150f5e4e1985013c5b782569ff6f Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Wed, 2 May 2018 15:56:37 +0200 Subject: [PATCH] Updated Known Issues (markdown) --- Known-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Known-Issues.md b/Known-Issues.md index f8cbc2b..0e91278 100644 --- a/Known-Issues.md +++ b/Known-Issues.md @@ -43,4 +43,4 @@ 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`. After that you can go back into the `build` folder and run `make` again. \ No newline at end of file +**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. \ No newline at end of file