HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
296 stars 184 forks source link

NME Android build error #1076

Open slabgames opened 9 months ago

slabgames commented 9 months ago

Hello everyone, I hope to get some help in here about NME's Android build error that was an open issue in here : https://github.com/haxenme/nme/issues/720

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.