-
[1/76] Removing build stamp file for build update (forcebuild).
[2/76] Performing build step for 'fletch'
FAILED: build/src/fletch-stamp/fletch-build
cd /home/matt/Dev/viame/ninja-test/build/src/f…
-
```
Hi,
At the end of the compilation, I get this error message.
scons: Reading SConscript files ...
Checking for C++ library m... (cached) yes
Checking for C++ library pthread... (cached) yes
Chec…
-
I am trying to build and run send4CAP as follows:
git clone https://github.com/Sen4CAP/Sen4CAP.git
cd docker/build/
./docker-run.sh
and then I get the following error
The command '/bin/sh -c …
-
I tried to compile biorbd, so i installed each package manually but when i ran my code i had some error like :
```python
ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open …
-
Tinyxml2 does not read the following file properly.
%BFMMSS_entities; ] >
<TEI>
</TEI>
It finds:
- a declaration:
**_**_
- an unknown:
**_DOCTYPE TEI [
-
**Original report ([archived issue](https://scpeters-test.github.io/gh-pages_sdformat_fast_export/#!/osrf/sdformat/issues/126)) by Federico Ferri (Bitbucket: [f_ferri](https://bitbucket.org/%7B477cc52…
-
**Original report ([archived issue](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/issues/126)) by Federico Ferri (Bitbucket: [f_ferri](https://bitbucket.org/%7B477cc526-91b3-4ba1…
-
[CMakeOutput.log](https://github.com/OGRECave/ogre-next/files/4554448/CMakeOutput.log)
#### System Information
- Ogre Version: tag 2.1; commit 5d2a115
- Operating System / Platform: Mac OS X 10.14.…
-
For my virtual machine, the clang++ version is "Ubuntu clang version 14.0.0-1ubuntu1", and the g++ version is "gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)".
I tried both of them, but still go…
-
The project has many occurrences of `new` and `delete`. These are best avoided in modern C++ code. Many of these (possibly all) can likely be replaced by [`std::unique_ptr`](https://en.cppreference.co…