zeb (ping me on replies)
zeb (ping me on replies)
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
Thanks though.
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
It's still command line arguments so there's no change in interface.
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
Hm. Im read it and it doesn't look useful to me. Run api command is the only function there that sounds useful and what it does is send command line arguments to a running process. Some program it talks to by socket.
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
The source of the termux-api program
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
I glanced at the source of one of them in the termux-api repo and it looked like java.
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
Are these C programs?
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
The programming language I'm using has a C FFI that I really like and I'd prefer to use that if possible. There's nothing like that yet for shell programs in the language.
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
I'll do that if there's no other way
15 replies
TTermux
Created by zeb (ping me on replies) on 8/7/2024 in #support
How to make ffi bindings to termux api
I'm aware of that option.
15 replies
TTermux
Created by zeb (ping me on replies) on 11/10/2023 in #support
cannot compile tur - on - device packages in my tur environment
Or is it meant to be cloned inside of the termux package repo?
13 replies
TTermux
Created by zeb (ping me on replies) on 11/10/2023 in #support
cannot compile tur - on - device packages in my tur environment
A freshly installed termux? Is the TUR meant to be installed on an android device?
13 replies
TTermux
Created by zeb (ping me on replies) on 11/10/2023 in #support
cannot compile tur - on - device packages in my tur environment
It's been a while since I posted this. So I don't remember. Is there some way I can verify whether I did this or not?
13 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
Also, how do I know if it's related to build? I have no experience with GitHub actions so I don't know what I'm looking for.
22 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
So I'd have to get my package submitted to the tur in order to have it on my device? Or at least added on my fork, I suppose.
22 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
Since I already have this built successfully on a device running termux, is there a simple way for me to just package this up for installation on another device? Or am I going to have to learn how to manually create a .deb file? I opened up another thread elsewhere for trying to get my tur environment working.
22 replies
TTermux
Created by zeb (ping me on replies) on 11/10/2023 in #support
cannot compile tur - on - device packages in my tur environment
I can see that the other tur package folders aren't in the docker, but I'm not sure why.
13 replies
TTermux
Created by zeb (ping me on replies) on 11/10/2023 in #support
cannot compile tur - on - device packages in my tur environment
builder@4a092bd0ec71:~/termux-packages$ ./build-package.sh chibi-scheme
ERROR: No package chibi-scheme found in any of the enabled repositories. Are you trying to set up a custom repository?
builder@4a092bd0ec71:~/termux-packages$ ./build-package.sh chibi-scheme
ERROR: No package chibi-scheme found in any of the enabled repositories. Are you trying to set up a custom repository?
13 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
I spent a little bit more time with it. I'm not able to build any packages from tur-on-device. It looks like whatever it builds for chibi scheme it's somehow looked at the package definition from the normal termux-packages repo on my computer
22 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
I put my build file in tur-on-device
22 replies
TTermux
Created by zeb (ping me on replies) on 11/8/2023 in #support
Help creating a package which requires a host build
I figured out a way. However for some reason the package is still built in the host architecture (x86-64).
22 replies