Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Merge requests
!45
Release 0.2.2
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Release 0.2.2
release-0.2.2
into
main
Overview
0
Commits
24
Pipelines
4
Changes
1
Merged
Timm Fitschen
requested to merge
release-0.2.2
into
main
2 years ago
Overview
0
Commits
24
Pipelines
4
Changes
1
0
0
Merge request reports
Viewing commit
a904dbd4
Prev
Next
Show latest version
1 file
+
16
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
a904dbd4
DOC: add trouble shooting for building
· a904dbd4
Timm Fitschen
authored
2 years ago
doc/Install_develop.rst
+
16
−
0
View file @ a904dbd4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading