Author Topic: first Objective-C minimalist project help  (Read 5994 times)

Offline calmchess

  • Single posting newcomer
  • *
  • Posts: 2
first Objective-C minimalist project help
« on: January 28, 2012, 09:21:39 pm »
I installed code blocks using this ( http://wiki.codeblocks.org/index.php?title=Installing_Objective-C_Compiler ) tutorial but when I compile/build  the example program it can't import the necessary libraries. Will you please help me to get setup using code blocks on windows for Objective-C programming please.

I get the following messages  in the build messages console.

||=== objCtest, Release ===|
C:\Users\calmchessplayer\Desktop\Apple_IOS_SRC\TestObject.h|1|fatal error: objc/Object.h: No such file or directory|
||=== Build finished: 1 errors, 0 warnings ===|



Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline DynV

  • Multiple posting newcomer
  • *
  • Posts: 10
    • DynV homepage
Re: first Objective-C minimalist project help
« Reply #2 on: January 28, 2012, 11:10:16 pm »
Please don't derail off issues about Cygwin debugger.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: first Objective-C minimalist project help
« Reply #3 on: January 29, 2012, 08:02:02 am »
Please don't derail off issues about Cygwin debugger.
??? I don't get what you mean. We are talking about objective-c here...?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ