BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
318 stars 40 forks source link

rexx/storage.h missing #42

Closed sacredbanana closed 4 years ago

sacredbanana commented 4 years ago

I've had to manually comment out references to the rexx/storage.h file since this file seems to me missing from the extension and my code would not compile otherwise

nyteshade commented 4 years ago

I had the same problem. Ended up just looking in the code and seeing it checked for a define. So I defined it. But ideally it should be there.

BartmanAbyss commented 4 years ago

Yeah, seems I didn't include the whole NDK. Fixed now. I'll upload a new release soon.