-
The `build_ros2.bash` is using `ament_tools` which was removed from [ros2.repos](https://github.com/ros2/ros2/commit/2c40505f99a7763e458edac5ae9bb2e3e0ea170e#diff-215a2eb6c7ad8b20796a9fceb48f8cc7)
…
-
I use packages and build it
```
# Install dependencies
sudo apt-get install -y libglm-dev libglfw3-dev libpng-dev libjpeg-dev libeigen3-dev
# Build and install Iridescence
git clone https://…
-
### Description / Steps to reproduce the issue
1. write a simple program with Qt
2. build with qt6-static
### Expected behavior
Executable is static linked.
### Actual behavior
Many DLL files ar…
-
### Steps to reproduce
In this demo https://dartpad.dev/?id=203fe4275aa7980f7ae568c41f5d96eb you'll find that if when you type anything into the input triggering its deletion and the deletion of th…
-
The C code generator copies CMake files into the `src-gen` directory. The Cpp target just refers to them in the `src` tree like the Cpp target does.
The former makes the `src-gen` directory self-co…
-
![IMG_20221221_171358](https://user-images.githubusercontent.com/106163261/208897943-93646c48-6671-48b0-ace4-8d836186795d.jpg)
What could the error?
-
### Steps to reproduce
1. Create a Platform View
2. Attach an 8K display and set the display resolution to 8K 60.
3. Android wm size is 4K but the resolution is 8K
4. Use ExoPlayer to play an 8K v…
-
Hello,
I have a successful build of a dll, but there is little documentation on how to import the dll file into python. any suggestions?
-
I seem to be having a similar problem building the mono library. Like the mono library is not recognized? I'm on Jammy Jellyfish
tim@ThinkpadTM:~/CLR-DEV9$ msbuild CLR_DEV9.sln /t:CLR_DEV9 /p:Conf…
-
Hi there, first of all thank you for all the amazing work.
I'm currently maintaining some python projects that bind to c++ code in a shared library via the python ctypes module. I have been using s…