Re: Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
Yea, that did not work, thank you though. I figured it was some kind of pseudo terminal thing, while I can make in terminal window, I can't debug anything. Thanks though. Regards, Will Hartung On Sat, Aug 14, 2021 at 10:37 AM Валера Солдатов wrote: > Hm. 'pty' is some internal terminal. Usu

Re: Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Валера Солдатов
Hm. 'pty' is some internal terminal. Usually this error appears on unknown platforms on "run" step. In your case you see error on "build" or "clean" step. Anyway. Can you try to change Run|Console Type property in Project Properties window? 'Standard Output' is better choice I think. Sorry If m

Simple C/C++ project not working NB 12.4 Mac Big Sur

2021-08-14 Thread Will Hartung
I have the C/C++ plugin, it says "Version 1.3". I have XCode installed. I can type 'gcc' on the command line, and it "works" (it's a front for clang on MacOS). I create a simple C/C++ Application with a main.c, try to build/run And i get cd '/Users/will/projects/Cache64' /usr/bin/make -f Makefi