cd DisplayingABitmap
haxelib run nme build android -toolkit -gradle
Expected: Should build
Result:
Error: project/src/audio/OpenSlSound.cpp:405:7: error: use of undeclared identifier 'HxAtomicDec'
HxAtomicDec(&activeBuffers);
^
project/src/audio/OpenSlSound.cpp:411:7: error: use of undeclared identifier 'HxAtomicInc'
HxAtomicInc(&activeBuffers);
^
project/src/audio/OpenSlSound.cpp:675:7: error: use of undeclared identifier 'HxAtomicDec'
HxAtomicDec(&activeBuffers);
^
3 errors generated.
Using:
HXCPP: HaxeFoundation/hxcpp@298ad2d
Haxe: 4.3.2
cd DisplayingABitmap haxelib run nme build android -toolkit -gradleExpected: Should build
Result:
Using:
HXCPP: HaxeFoundation/hxcpp@298ad2d
Haxe: 4.3.2