Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ingar

Pages: [1]
1
General / extlibs for Android x86_64
« on: December 04, 2020, 12:19:14 am »
Hi,
Does anyone know where I can get hold of the x86_64 extlibs for SFML?

I can compile some of them (like libvorbis) but not all.

Regards,
Ingar

2
General / SFML and Android
« on: November 23, 2020, 10:50:39 am »
Hi SFML experts,

I have developed two Linux applications that use SFML. And they work great. :)
But now I am trying to make those programs work under Android.

This is not easy. The "How-to" web page is OK, but in general the tutorial does not work.
So far I have experienced the following:

1. The cmake for making the make script fails.
    For this I have a solution. I needed an update CMakeFiles.txt file.
    After that, compiling SFML works fine.
2. The example project fails to produce an APK file.
    What fails is the "gradle build" command.
    I get this error:
 
    org.gradle.api.internal.TaskInputsInternal.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;

3. In addition to SFML I am also using the TGUI library. Here I can make an APK file for the supplied test program.
    But when running the program on Android, the program crashes.

Anyway, I think I should first try to make the SFML example work.

Does anyone know how to proceed?

My environments:

- Development system: Linux Ubuntu-20-10
- Target system: Android x86-8.1.r5 running under VmWare
- NDK: 21.3.6528147
- gradle: Version 6.7.1

Perhaps I need to downgrade the gradle program?

Regards,
ingar
ingar@labelcraft.net

3
General discussions / Cross compiling SFML
« on: October 18, 2019, 05:50:27 pm »
Hi all,
I am today using TGUI and SFML in a Linux project. Our app is now working nicely with nice graphics on a Raspberry Pi. I am very happy with the solution.
But now somebody wants us to move the app to a somewhat special Ubuntu system. But some modules that SFML is dependent of are (I think) not present. These are:

- Open GL
- OpenAL 3D Audio
- Vorbis audio compression
- Flac music file interface
- X11 (or Xorg) display tools
- udev Device management

So my question is:

A) Am I right that SFML depends on these modules
B) If so, where do I get hold of the source code so I can compile/install them?

Regards,
Ingar Steinsland
ingarXlabelcraftYnet, where X is the at sign, and Y is the dot sign.


Pages: [1]