From ea85dcec3cc733ce885f3fdbffd3847f74bd7c8d Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:41:48 +0200 Subject: chore: New common errors --- docs/common-errors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/common-errors.md b/docs/common-errors.md index 1b4271d..27b8d41 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -195,6 +195,16 @@ C1001: An internal error has occurred in the compiler. ``` Update your Visual Studio. +--------------------------------------------------------- + +**ACE00067** I can't generate my CMake files, I get: +``` +Could NOT find Boost (missing: system filesystem program_options iostreams regex) (found suitable version "1.74.0", minimum required is "1.70") +``` +Locate your Boost folder +1. Run the Bootstrap.bat file +1. Run the b2.exe file + ## Extractor-related errors **ACE00080** I am looking for map extractors but they are for wow version 4. -- cgit