News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

first Objective-C minimalist project help

Started by calmchess, January 28, 2012, 09:21:39 PM

Previous topic - Next topic

calmchess

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 ===|



MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

DynV

Please don't derail off issues about Cygwin debugger.

MortenMacFly

Quote from: DynV on January 28, 2012, 11:10:16 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]