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
315 stars 39 forks source link

preview32 and preview31 do not compile the sample app out of the box #46

Closed nyteshade closed 3 years ago

nyteshade commented 3 years ago

Both preview31 and preview32 do not compile and run the sample application generated by Amiga Init Project.

BartmanAbyss commented 3 years ago

can't reproduce here. Are you creating the project in a directory with spaces in the path name anywhere?

nyteshade commented 3 years ago

This did present an issue once. Seems like we should be able to fix that by making sure file names are quoted. Closing for now.

BartmanAbyss commented 3 years ago

Unfortunately gnumake doesn't cope with spaces in filenames at all. nothing to fix, I'm afraid.