PerseoGI

Results 77 comments of PerseoGI

Hi @SpaceIm > it would be nice to fix conan v2 migration linter We are working on a conan linter which will be introduced in the nearby future. For now,...

@toge https://github.com/conan-io/conan-center-index/pull/23855 has been merged! Could you take a look to this PR? Thank you!

Greetings, I am excited to announce that we have introduced native support for the `emcc` compiler. These changes are currently available in the `develop2` branch and are expected to be...

Greetings @kambala-decapitator I've followed your instructions and managed to compile the `android-project` example in SDL project, see logs below: ```sh ./gradlew assembleDebug -PEXCLUDE_NATIVE_LIBS=1 -PSDL_JAVA_SRC="$(conan cache path 'sdl/3.2.6#7c6511dbf2d467fdbc98912931bc3703:e3109001ac7f487c7b96ac8a3beccf62b67199fa')/src-java" > Task :app:compileDebugJavaWithJavac...

Subject: Request for Assistance with Android Builds Hello @kambala-decapitator, I apologize for the delay in my response; I have been quite busy. I am not very familiar with Android builds,...

Greetings @kambala-decapitator, thank you very much for your detailed response! To correctly replicate your steps I'll like to have access to your conan profiles. You have added `conan-*` in your...

Greetings @kambala-decapitator! I’m excited to share that I successfully built the application and ran it locally on an Android emulator! Thank you very much for taking the time to explain...

Greetings @kambala-decapitator, @AbrilRBS and I have been examining this PR and found that the upstream CMakeLists.txt already implements something similar natively; see https://github.com/libsdl-org/SDL/blob/release-3.2.6/CMakeLists.txt#L1436-L1444. When compiling with an Android profile (`os=Android`),...

We are glad to see that the `.jar` file works well. How would you use that `.jar` from the consumer side? I've noticed that one way is to define a...