Code::Blocks Forums

User forums => Help => Topic started by: confused_pelican on March 06, 2018, 04:23:11 pm

Title: Code Blocks possibly installed incorrectly.
Post by: confused_pelican on March 06, 2018, 04:23:11 pm
When trying to run a simple Hello World program, my code blocks IDE displays this error message:
"xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun"
Which suggests to me that something has not installed correctly. This is on a Mac if that helps. Thanks in advance
Title: Re: Code Blocks possibly installed incorrectly.
Post by: Commaster on March 06, 2018, 05:53:11 pm
Google says you haven't installed XCode command line tools. Completely unrelated to Code::Blocks.

Something like
Code
xcode-select --install
Title: Re: Code Blocks possibly installed incorrectly.
Post by: BlueHazzard on March 06, 2018, 05:57:50 pm
Also: what does
Quote
When trying to run a simple Hello World program, my code blocks IDE displays this error message
mean?
You try to run it with Project->run?
You try to run it with double click on the program icon?
You try to compile it?
Where does the error message pops up?
How do you have codeblocks installed?

Please provide exact steps and build logs....