diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-08-01 16:41:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-01 16:41:48 +0200 |
| commit | ea85dcec3cc733ce885f3fdbffd3847f74bd7c8d (patch) | |
| tree | b5b09de9cb4d83dbceaaae6f784af090f9c6230c /docs/common-errors.md | |
| parent | 3dc53c76433ee32ea3d0c32f93e43d4a1c166a74 (diff) | |
| download | wiki-ea85dcec3cc733ce885f3fdbffd3847f74bd7c8d.tar.gz wiki-ea85dcec3cc733ce885f3fdbffd3847f74bd7c8d.tar.bz2 wiki-ea85dcec3cc733ce885f3fdbffd3847f74bd7c8d.zip | |
chore: New common errors
Diffstat (limited to 'docs/common-errors.md')
| -rw-r--r-- | docs/common-errors.md | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
