gale
2018-9-2 13:24:57

@gale has joined the channel


gale
2018-9-2 13:29:10

i’m trying to build racket minimal on android in termux. i’m getting use of undeclared indentifier 'scheme_start_atomic_no_break'


gale
2018-9-2 13:30:40

it looks like the symbol __ANDROID__ is defined, and that is causing the racket build to make a wrong assumption about the environment. what i need here is a vanilla unix build, with a fairly standard gnu+clang toolset.


gale
2018-9-2 13:30:54

any ideas?


gale
2018-9-2 13:47:18

hmm it looks like there is some fancy cross-compiling support for building android apps in racket. that’s very nice, but it’s not what i’m looking for here. i just want to build plain old command line racket, with regular old unix tools, on a device that happens to be running android.