(03-21-2023, 04:30 PM)SMcNeill Wrote:(03-21-2023, 04:28 PM)SMcNeill Wrote: I'm guessing it's a permission issue. Instead of:
C:\Users\{username}\Documents\Code\QB64PE\
Try a simple:
C:\Code\QB64PE\
The makefile probably doesn't like {username}
Try this simple fix and let us know what happens.
Thanks for your reply, and apologies - I should have explained that it isn't literally "{username}".
I just dropped that in as a place holder, because I don't want to post my actual username (e.g. joeblow).
I'll try the "C:\Code\QB64PE\" when i'm back at the PC!