News:

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

Main Menu

howto install wxWidgets 2.8.3 devpak

Started by parrimin, May 10, 2007, 12:26:34 PM

Previous topic - Next topic

parrimin

Hi,
First i tried to compile wxWidgets 2.8.3, and its running, but there are some problems with two projects downloaded from net. Someone told to me it shoult test devpaks.
I´m trying to use wxWidgets 2.8.3 devpak from http://devpaks.org/.
The c::b plugin for devpak is not running. Maybe its a bug, or there is a net problem here in job.
So im trying to install it manually.
I extracted all files in D:/codeblocks.
Then i star running c::b, and select new wxWidget project wizard. When it asks where is the wxWidgets folder, i type the new location. Thats: D:\codeblocks\wxWidgets-2.8.3-msw-static.
And when i try to compile the default classes created, there are so many errors. I see if i go to build options-> search directories, that the configuration is
Quote
Resource compiler ------> D:\wxWidgets-2.8.3\lib\gcc_lib\mswu
Linker------------------> D:\wxWidgets-2.8.3\lib\gcc_lib
Compiler----------------> D:\wxWidgets-2.8.3\lib\gcc_lib\mswu

But such directories dont exist. Why is c::b trying to search on those folders?
In the old version, the one i compiled wxWidgets, those folders were real folders, but they dont exist now. What directories have i to add to search directories? And should i remove the default ones? There is another thing i have to do to run this devpak?
Thanks