Code::Blocks Forums

User forums => Help => Topic started by: i3asim on January 05, 2017, 06:36:17 pm

Title: It seems like project has not been built yet. Do you wan to build it now?
Post by: i3asim on January 05, 2017, 06:36:17 pm
i am using mac 10.12 and i downloaded the code blocks and the command line developer tools but when i tried to run any program a window appears and say "It seems like project has not been built yet. Do you wan to build it now?"

and this the build log

Code
-------------- Build: Debug in aaaa (compiler: GNU GCC Compiler)---------------

gcc -Wall -g  -c /Users/macbookproretina13inch/Documents/Programming/aaaa/main.c -o obj/Debug/main.o
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Process terminated with status 69 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

-------------- Run: Debug in aaaa (compiler: GNU GCC Compiler)---------------

Checking for existence: /Users/macbookproretina13inch/Documents/Programming/aaaa/bin/Debug/aaaa
Executing: osascript -e 'tell app "Terminal"' -e 'activate' -e 'do script "/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/macbookproretina13inch/Documents/Programming/aaaa/bin/Debug/aaaa "' -e 'end tell'  (in /Users/macbookproretina13inch/Documents/Programming/aaaa/.)
Process terminated with status 0 (0 minute(s), 3 second(s))
 
Title: Re: It seems like project has not been built yet. Do you wan to build it now?
Post by: oBFusCATed on January 05, 2017, 08:19:59 pm
Code
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.

Have you read this? What do you think that it means?