Author Topic: Simple C Code Will Not Build  (Read 4973 times)

Offline rickb

  • Single posting newcomer
  • *
  • Posts: 8
Re: Simple C Code Will Not Build
« Reply #15 on: April 23, 2020, 07:28:41 pm »
OK, I installed Xcode from the Mountain Lion DVD that came with the MacBook.  Do I use Xcode as my IDE?  How do I know if the MPKG included command line tools?  Should I try compiling in Code::Blocks again?

Of course any help is appreciated.

Thanks.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Simple C Code Will Not Build
« Reply #16 on: April 23, 2020, 07:43:23 pm »
Mountain lion is old and in apple speak, its so old that it doesn't exists :)
You can try to build but first check if you have working clang or gcc. This version of xcode might contain only gcc.
(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!]

Offline rickb

  • Single posting newcomer
  • *
  • Posts: 8
Re: Simple C Code Will Not Build
« Reply #17 on: April 24, 2020, 12:03:57 am »
I made a mistake.  I installed Xcode from a Snow Leopard DVD.  I'll check for clang and/or gcc.

Thanks again.