A question on the mac installation in C== game development

I have followed the steps, I have Mac OS installed. I get the problem that the libraries are not recognized and the compiler I believe,please see attached
Many Thanks

According to the log, it would seem that it’s looking for a Python installation. Just to make sure, can you show me what warning is (likely) being shown in the c_cpp_properties.json file in your .vscode folder?

Also, to confirm, do you have the C++ extension installed for VSCode?

Hi Tuomo_T,
Thanks for your reply. Please find attached the screenshots. I can cnfirm that I have installed the cpp extension, see screenshots




Screenshot 2022-09-15 at 09.20.00
Many thanks

Ok, one other thing that it might be (and I’m sorry I didn’t catch this sooner). You’re spelling of cstdio is incorrect, should be #include <cstdio>

I can confim it works all fine.

Many thanks for this

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms