News:

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

Main Menu

Setting up wxWidgets in Code Blocks OS X

Started by arashz4, January 09, 2014, 10:36:56 AM

Previous topic - Next topic

arashz4

hi :)
How to Setting up wxWidgets in Code Blocks OS X?
i using Code Blocks 13.12 & wxWidgets 3.0.0
i bulid wxWidgets 3.0.0 in mac
i jast don't know how to add wxWidgets in Code Blocks
in windows in wizard wxWidgets can get address wxWidgets but in mac haven't adrass for wxWidgets :'(

sorry for bad English

oBFusCATed

Take a look at the source for the linux version of the wxwidgets wizard. Rigth click -> edit script...
(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!]

arashz4


oBFusCATed

First, I'm no familiar how one is supposed to use wxWidgets on the Mac. Check some official guide.
Then, you can try to modify the wizard script to suite this.

You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script

Another option is to execute the needed steps on an empty project.
(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!]

arashz4

I'm don't know how to edit script
how can add wxWidgets in empty project on Mac

MortenMacFly

Quote from: arashz4 on January 13, 2014, 09:05:06 AM
I'm don't know how to edit script
Quote from: oBFusCATed on January 13, 2014, 08:33:01 AM
You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script

Quote from: arashz4 on January 13, 2014, 09:05:06 AM
how can add wxWidgets in empty project on Mac
If you project is really empty,create a wxSmith based project, using the project wizard.
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]

arashz4

no!
i'm know how to create a empty project
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac

MortenMacFly

Quote from: arashz4 on January 13, 2014, 11:30:06 AM
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac
That's why I am telling you (again): Use the wxWidgets project wizard to create an (empty) wxWidgets based project. This will setup the project for you.
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]