-
always occur:
error[E0282]: type annotations needed for `Box`
--> C:\Users\shengtianyi\.cargo\registry\src\index.crates.io-6f17d22bba15001f\time-0.3.23\src\format_description\parse\mod.rs:83:9
…
-
### Description
I'm trying to build OpenVINO as a static library along with any other dependencies due to the nature of my project. Unfortunately, TBB cannot be built statically, so I hope to use …
-
[issue_body.md](https://github.com/user-attachments/files/17039953/issue_body.md)
Package: suitesparse:x64-linux@5.8.0#2
**Host Environment**
- Host: x64-linux
- Compiler: Clang 18.1.8
- v…
-
I was trying to build my dreamcast SDL2 library port - https://github.com/GPF/SDL2
discovered that it doesn't include a cmake binary, I installed cmake-3.29.8-windows-i386.msi
had to add a new flag…
-
Hi!
We have a project with large dependencies produced by `vcpkg export`. We use that with CMake presets, defined as
```json
{
"version": 3,
"configurePresets": [
{
"name": "…
-
in my project i use the library osg and developed with qt 6.5. and now i want to use this project for webAssembly. OS is centos8.
i can build the osg for web with setup.sh option 3 but i don't know h…
-
I'm working from https://caffe2.ai/docs/getting-started.html?platform=mac&configuration=compile
I successfully built yesterday, but I (foolishly) decided to rebuild today and I get stuck. After downl…
-
Hello,
I've been trying to run the arduino led blinker tutorial on the RP2040. https://fprime-community.github.io/fprime-tutorial-arduino-blinker/
I'm getting stuck on the first `fprime-util g…
-
Trying to cross-compile dynamorio from source for linux arm using the arm32 toolchain file.
cmake -DCMAKE_TOOLCHAIN_FILE=../dynamorio/make/toolchain-arm32.cmake ../dynamorio
However, the result…
-
### Description
I am developing a recipe that uses glfw/3.4 as a dependancy. The project uses cmake and a call to find_package(GLFW3 CONFIG REQUIRED) to grab the conan cmake package. This works…