Author Topic: It seems like project has not been built yet. Do you wan to build it now?  (Read 2438 times)

i3asim

  • Guest
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))
 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]