Edgar

Results 76 comments of Edgar

> Maybe the package doesn't play well with such a relatively new compiler? Probably, we use an ancient version of openexr, the latest version is 3.2.1 while Overte needs to...

> I don't know how to take a look at the source code. The source for the package is here: https://github.com/conan-io/conan-center-index/blob/master/recipes/opengl/all/conanfile.py

Fixed the issue that caused the avatars to break, at some point the quaternion component order got changed in GLM So downgrading GLM fixes it for now

Currently segfaults on startup on Linux ``` Thread 1 "interface" received signal SIGSEGV, Segmentation fault. 0x00007ffff7b22f73 in btCompoundShape::addChildShape(btTransform const&, btCollisionShape*) () from /home/anotherfoxguy/Documents/github/overte/build/libraries/physics/libphysics.so (gdb) bt #0 0x00007ffff7b22f73 in btCompoundShape::addChildShape(btTransform const&,...

Which version of OpenSSL do you have installed on your system?

> I added a new dependency (artery-font-format) here: #937 There is already a package for artery-font-format, is version 1.0.1 OK to use? https://conan.io/center/recipes/artery-font-format?version=1.0.1

In debug mode, it triggers an assert in bullet somewhere I will try to get a backtrace of it

I've noticed this myself when building on Arch, seems to be an issue with some warnings being treated as errors

Can you try and see if this issue also happens on the Conan branch?

Maybe https://github.com/espeak-ng/espeak-ng would be a good way to have a cross platform library for TTS?