hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

NME Android build error

Open slabgames opened this issue 1 year ago • 0 comments

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.

slabgames avatar Dec 10 '23 14:12 slabgames