News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Help needed for installing wxWidgets

Started by hkBattousai, August 03, 2009, 09:37:30 PM

Previous topic - Next topic

hkBattousai

I installed Code::Blocks 8.02.

While creating a new wxWidgets application, the new project wizard asked for directory of wxWidgets. So, I googled and found download page of wxWidgets. From that page, I downloaded wxAll.

Finally I created my first wxWidgets application. Without doing ANY modification on the code generated by Code::Blocks, I hit the F9 key (Compile & Run), to see tons of build error messages. All of them except for the first error message says the a constant is not defined. And the first one says that "wx/setup.h" is not found. I opened the "wx" directory on the disk to see that the mentioned file it indeed does not exist ("setup_inc.h" and "setup_redirect.h" exists though).

Before Code::Blockes I was using wxDev-C++, so I didn't even once bothered to install wxWidgets manually.
In which step I'm doing my mistake, have any idea?
Any help will be appreciated.

Jenna