Benjamin Navarro

Results 50 comments of Benjamin Navarro

Ok I see. I'll bring this to the libgtop project and see how it goes. I'll keep you posted.

It solves the missing ODE lib error. The other errors are still there: ``` > ign gazebo [GUI] [Err] [GuiRunner.cc:158] Failed to get plugin [plugin22311] [GUI] [Err] [GuiRunner.cc:158] Failed to...

Doesn't change anything, still complains about not finding ogre2. But if I edit `~/.ignition/gazebo/gui.config` to use ogre instead of ogre2, as mentioned in the issue you linked, it tries to...

After installing ogre 1.12.12 (with `mamba install ogre=1.12.12`) it still crashes but for a different reason: ``` > ign gazebo [GUI] [Err] [GuiRunner.cc:158] Failed to get plugin [plugin53839] [GUI] [Err]...

The installation fails with: ``` Encountered problems while solving: - package ros2-distro-mutex-0.1.0-galactic has constraint ogre 1.12.* conflicting with ogre-1.10.12-hc56bac0_0 ```

Great! Yes I can definitely switch to humble as I'm not particularly tied to galactic. I guess the issue can be closed then ?

Let me see, but it should be quick as it's basically the same thing as SmallVector

Ok, SmallString ends up pulling a lot more files from LLVM than SmallVector so I'm thinking of extracting all of the LLVM ADT library (containers and a few more things)...

It's mostly done and available on the https://github.com/BenjaminNavarro/lvc/tree/full_adt branch. LLVM uses a slightly customized version of gtest so a few tests are not passing right now but it shouldn't be...

I just tested with a nearly 900MB tags file and it's working fine so maybe it depends on more than just the plugin. My config is Linux Min 17.3 64-bit...