rbnpontes

Results 10 comments of rbnpontes

This same problem occurs when you use a QT lib, somehow keyboard events are not sent to the SDL event stack. In this case, you must forward all events to...

When I tried compile master branch "2.3", gcc throws this error: library not found for -latomic Anyone knows what this error ?

> When I tried compile master branch "2.3", gcc throws this error: library not found for -latomic > Anyone knows what this error ? UPDATE: I solved removing commenting a...

Will Diligent .NET support binaries to Linux ?

We don't had tested on Mac M2, and the new macOS has some issues that we need to fix like SSE. Try to use this argument on cmake: -DCMAKE_OSX_ARCHITECTURES=arm64 -DURHO3D_GLOW=OFF...

Does the error still persist or has the error changed?

It seems this property is included by the crunch lib, try to disable tools URHO3D_TOOL=OFF and build again, lets see if this work

This error comes from crunch lib, you can disable this lib at Source/ThirdParty/crunch/CMakeList.txt on line 55, you can comment and generate again the project. Make sure you have deleted cmake...

Great, you've reached an important point. This problem occurs because include headers on MacOS is different. Basically you must change `#include ` to `#include`, unfortunately this error is not easy...

> > but I'll attach my screen record video here to make it more clearer > > > > Holy shit that looks broken xD > > Do you have...