You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13 1318.0 /build/target/Sources/Engine/Terrain/TerrainMisc.cpp:316:17: error: 'isinff' was not declared in this scope; did you mean 'sinhf'?
#13 1318.0 316 | #define Isinf isinff
#13 1318.0 | ^~~~~~
#13 1318.0 /build/target/Sources/Engine/Terrain/TerrainMisc.cpp:331:22: note: in expansion of macro 'Isinf'
#13 1318.0 331 | rc.rc_iLeft = (Isinf(bbox.minvect(1)))?(INDEX)0:Clamp((INDEX)(bbox.minvect(1)-0),(INDEX)0,ptrTerrain->tr_pixHeightMapWidth);
The text was updated successfully, but these errors were encountered:
I had the same issue on the Pandora. It would build with the "PANDORA" build flag I suppose (it will make a cortex-a8 arm softfp build, maybe thta needs some adaptation).
Hi,
It has so low priority, that i just put "info" label (maybe it is trivial to fix).
Not compiling on arm v6 v7 on alpine linux (musl libc)
for more info: https://github.com/bademux/serioussam-server/blob/master/Dockerfile
Thanks for the project!
The text was updated successfully, but these errors were encountered: