Alexey Gulev

Results 408 comments of Alexey Gulev

@britzl found how to solve part of the issue related to `c++11` but this error still happening: ``` CocoaPodsService/Pods/KSCrash/Source/KSCrash/Recording/Tools/KSMachineContext.c:47:9: error: unknown type name 'ucontext64_t'; did you mean 'ucontext_t'? typedef ucontext64_t...

I've made a new task for this particular issue (because the current one is a mix of everything altogether): https://github.com/defold/extender/issues/389

Flip and rotation are done in the engine. Now we need this functionality in the editor

https://wonderlandengine.com/news/release-1.2.1/

@aglitchman could you please test it using the latest 1.9.7 beta?

I tested it and got: Defold 1.9.6 ![Image](https://github.com/user-attachments/assets/ffb823fb-6dc7-4b9b-987e-b22a83484370) Defold 1.9.7 beta ![Image](https://github.com/user-attachments/assets/858927ec-d4bb-4cfe-ad76-0f3b24c1b57f) Just want you to verify

I see two ways to solve it: 1. build our libs with static linking 2. bundle needed GCLIB all together with the other libs