From a904dbd459e3bd331cc9586e7e60f79f10d92cf8 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 16 Jun 2023 10:21:11 +0200
Subject: [PATCH] DOC: add trouble shooting for building

---
 doc/Install_develop.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 5b6840d..5a10262 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -103,6 +103,22 @@ Known problems
 Troubleshooting
 ~~~~~~~~~~~~~~~
 
+Warning: WARNING: GCC OLD ABI COMPATIBILITY
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Just do what it says. Either run
+
+.. code:: console
+
+   conan profile update settings.compiler.libcxx=libstdc++11 default
+
+or change `~/.conan/profiles/default` or use another conan profile.
+
+/bin/sh: line 1: cmake: command not found
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Install cmake.
+
 ``conan install`` fails due to missing prebuilts
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- 
GitLab