USeebi

Results 7 comments of USeebi

Hi Rondom, You're right, the package is manually pulled together after compiling dokan_fuse for makepkg to work with dependency on fuse. I guess the package mostly working with Msys2 as...

An other way to automate is manipulating build.ps1 script ``` & dokan_fuse/cleancmake.bat Write-Host "Build Msys2 x64..." & C:\msys64\msys2_shell.cmd -msys2 -lc "cd '$currentPath'/dokan_fuse/ && cmake . -G 'MSYS Makefiles' && make"...

## Environment Windows 11 conda info active environment : K:\Miniconda3\envs\gazebo active env location : K:\Miniconda3\envs\gazebo shell level : 2 user config file : C:\Users\useeb\.condarc populated config files : C:\Users\useeb\.condarc conda...

> Which error are you experiencing? gazebo --verbose with gzerver.exe & gzclient.exe failed in Application Error Faulting application name: gzserver.exe, version: 0.0.0.0, time stamp: 0x6615369f Faulting module name: VCRUNTIME140.dll, version:...

The faulty conda list ```(gazebo) K:\Miniconda3>conda list # packages in environment at K:\Miniconda3\envs\gazebo: # # Name Version Build Channel aom 3.9.1 he0c23c2_0 conda-forge assimp 5.3.1 h0dbab56_3 conda-forge aws-c-auth 0.7.22 h8c86ca4_10...

I did update added / updated specs: - gazebo==11.14.0=orignameh67c379f_216 but it didn't help. I don't have a second Win 11 system to try at the moment. Is there any possibility...

Thanks very much for the reply but I'm confused as the hardcoding linux library name libfmilib_shared.so, referenced is from a ROS2 cmake while I'm working on ROS1 cmake [https://github.com/boschresearch/fmi_adapter/blob/melodic_and_noetic/fmi_adapter/CMakeLists.txt](url) which...