Carlos Aragonés
Carlos Aragonés
( using CMake 3.16.4, MinGW Makefiles, MinGW 64 GCC 9.2, Windows 10 ) Compiling cubescape example I'm getting this link error: > glbinding/source/examples/cubescape/CubeScape.cpp:172: undefined reference to `gl::glBufferData(gl::GLenum, unsigned long long,...
**Describe the issue** I'm getting the message error: package aa.bb.cc.dd does not exist while compiling the app. ----- I have a bunch of java libraries: Base, Common, JE, Core, WALL...
List of changes: Some of them lack the CMakeLists.txt, Some include "Renderer.h" but is not used anywhere. Fix a minor bug that does not allow exit from example 02. Add...
For some reason, dwmapi is not available on MinGW. With this patch, we can use this compiler for building
With this minor patch autobahn-cpp can use the current versions of msgpack and websocketpp easily when adding it to a CMake project
Some math functions in cmath are not in the namespace std, like tanf, fabsf, sqrtf, ... This problem is not only related to MinGW some GCC versions have the same...
Hello! I have tried your library and it works fine on MSVS 2022 17.3.6, Linux Ubuntu 22.04 GCC 11.3, and WSL Ubuntu 22.04 GCC 11.3, Fedora 36 GCC 12.2.1 but...