Skip to content
Snippets Groups Projects
Verified Commit a904dbd4 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: add trouble shooting for building

parent 2cfe2a3e
Branches
Tags
1 merge request!45Release 0.2.2
Pipeline #37770 passed with warnings
Pipeline: caosdb-cppinttest

#37772

    ...@@ -103,6 +103,22 @@ Known problems ...@@ -103,6 +103,22 @@ Known problems
    Troubleshooting 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 ``conan install`` fails due to missing prebuilts
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment