Closed Vogtinator closed 1 year ago
Duplicate of #852
Not fully a duplicate. GCC 13 has more errors on top of the GCC 12 failures.
Yes. 🙂
@Vogtinator Would you be willing to make a PR for the other issue you found and solved?
Yep, once I got it all built locally.
With #874 and the actor ref test commented out, I can successfully build it with cmake -D CMAKE_CXX_COMPILER=g++-13 -D CMAKE_C_COMPILER=gcc-13 -DMBGL_WITH_CORE_ONLY=OFF -DMBGL_WITH_QT=ON -DMBGL_WITH_EGL=ON ..
.
Thanks for your contribution. I will look into #852
It fails to build with GCC 13 mostly due to missing includes.
To reproduce:
I fixed some of them:
But I'm stuck at a different issue now: