From 7691e89b1bcd80336dfff4989fbbdefee2054daf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Mar 2020 08:48:54 -0400 Subject: [PATCH] We got rid of this verus bug: fatal error: OCTET_STRING.h, yay --- DEVELOPING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 15942011d..c64fb5f4f 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -25,14 +25,8 @@ sometimes introduce weird bugs or make compiling really annoying. Switching branches and doing partial compiles in Komodo/Hush source code can introduce weird bugs, which are fixed by running `build.sh` again. -When in doubt, if you run into a compile error, especially if it mentions -`OCTET_STRING`, run `build.sh` again. Running `make clean` before switching -branches can often prevent those problems. - -``` -cryptoconditions/src/asn/SimpleSha256Condition.h:14:10: fatal error: OCTET_STRING.h: No such file or directory -``` - +Additionally, it's a good idea to run `make clean` before you switch +between branches. ## Partial compiles @@ -60,3 +54,7 @@ After successfully compiling Hush, you can generate a debian package of these bi This command will not work on Mac OS X. Currently you cannot generate a Debian package from operating systems other than Linux. + +## Updates to this document + +If you think something else should be in this guide, please send your suggestions!