Author Topic: "It seems that this project has not been built yet."  (Read 6281 times)

Offline miauniverse

  • Single posting newcomer
  • *
  • Posts: 4
"It seems that this project has not been built yet."
« on: October 11, 2015, 05:26:31 pm »
Hi!

I'm sorry if this is the wrong subforum to post in; if it is, I would appreciate being directed towards the correct place. I realize that this question has been asked 1.5 million times. I googled the problem and read some of the answers on the forum, but I was unable to find a solution. I'm very new to coding, and as a result I have trouble understanding some of the vocabulary used on this forum, so I might be a little bit slow.

I have been getting the error message "It seems that this project has not been built yet. Do you want to build it now?" and when I click "yes" it still does not build. What I think is the build log (?) then displays the message "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo." I looked into running as the root user, only to discover that El Capitan is semi "rootless". Usually I like to try and figure things out myself, but it would probably take me days, and I have homework due in my C++ class ahhhh

I am using:
- Mac OS X El Capitan 10.11
- CodeBlocks for Mac 13.2
- GNU GCC compiler for Mac 5.2.0 and command line tools from Xcode

Thank you so much for reading this!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: "It seems that this project has not been built yet."
« Reply #1 on: October 11, 2015, 06:44:41 pm »
Find a site that supports the Compiler and the OS you are trying to use; post the full build log on that site.

If you post the build log on this site; someone might help you; without the build log it NOT worth my time and effort.
And, since I know little (almost nothing) about MAC OSes I likely could NOT help even with a build log.

http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

Tim S.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline miauniverse

  • Single posting newcomer
  • *
  • Posts: 4
Re: "It seems that this project has not been built yet."
« Reply #2 on: October 11, 2015, 11:36:59 pm »
I appreciate the feedback & thank you for taking the time to respond.

I have fixed this particular problem and I no longer get "It seems like this project has not been built yet" or "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo" errors. For the record, in case another Mac user stumbles on this thread, all I had to do was log into Xcode and agree to the new terms of service.

I will probably post a new thread since now I'm having issues with the compiler.

Thanks again for your time.