Httpbeast failed to compile on Android arm device

2021-12-14 Thread ynfle
Is there a reason for this? Could you take a look in asyncdispath under `when ioselSupportedPlatform` on line 1375 for 1.6.0

Httpbeast failed to compile on Android arm device

2021-12-14 Thread dom96
probably just an oversight, should be an easy fix

Httpbeast failed to compile on Android arm device

2021-12-13 Thread Cnerd
Ok, thanks for the help i really appreciate it 👍🏾

Httpbeast failed to compile on Android arm device

2021-12-13 Thread ynfle
`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

Httpbeast failed to compile on Android arm device

2021-12-13 Thread ynfle
What are you building? It's probably an issue with android

Httpbeast failed to compile on Android arm device

2021-12-13 Thread Cnerd
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

Httpbeast failed to compile on Android arm device

2021-12-13 Thread ynfle
There seems to be an issue with you nim installation, as `addTimer` exists as far back as version 0.8.14

Httpbeast failed to compile on Android arm device

2021-12-13 Thread ynfle
The latest version of httpbeast is 0.3.0

Httpbeast failed to compile on Android arm device

2021-12-13 Thread Cnerd
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

Httpbeast failed to compile on Android arm device

2021-12-12 Thread dom96
yeah, your Nim version appears to be outdated

Httpbeast failed to compile on Android arm device

2021-12-11 Thread ynfle
What version of nim are you running?

Httpbeast failed to compile on Android arm device

2021-12-10 Thread Cnerd
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