Is there a reason for this? Could you take a look in asyncdispath under `when
ioselSupportedPlatform` on line 1375 for 1.6.0
probably just an oversight, should be an easy fix
Ok, thanks for the help i really appreciate it 👍🏾
`addTimer` isn't defined for the android platform. Not sure why... it doesn't
seem to use any routines that need the `ioselectors` functionality that I guess
isn't supported on android
What are you building? It's probably an issue with android
I just tried cross compilation on my laptop using
nimble build --gc:orc --cpu:arm --os:android --d:ssl --threads:on
Run
And i got the same output
There seems to be an issue with you nim installation, as `addTimer` exists as
far back as version 0.8.14
The latest version of httpbeast is 0.3.0
Actually it's the latest version of nim
~ $ nim -v
Nim Compiler Version 1.6.0 [Android: arm]
Compiled at 2021-10-19
Copyright (c) 2006-2021 by Andreas Rumpf
git hash: 727c6378d2464090564dbcd9bc8b9ac648467e38
active boot switches: -d:release -d:danger
yeah, your Nim version appears to be outdated
What version of nim are you running?
My jester code which compiles on my laptop has failed to compile on my android
phone inside termux. Here is the error code Nim gave
/data/data/com.termux/files/home/.nimble/pkgs/httpbeast-0.2.2/httpbeast.nim(282,
17) Error: undeclared identifier: 'addTimer'
candidates (edit di
12 matches
Mail list logo