News:

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

Main Menu

Can not create wxWidgets application via project wizard!!!

Started by xphenix, June 13, 2006, 10:59:26 AM

Previous topic - Next topic

xphenix

I installed C::B from svn source, and it runs very well. But when I tried to create a new wx application in the new project wizard, it told me to input the "Base diretory" of Variale "wx" and the "wxWidgets' location". I've installed wx-GTK 2.6.3 by yum, that's because compile from wx soucecode will cost too much time, I hate it...   But the default location of wxwidgets 'include' 'lib' have separate into '/usr/include' and '/usr/lib', so I don't kown what I can do when the wizard asked me to input the wxwidgets' location and the variable of 'wx'... what can I do ?? I really don't want to compile wx-GTK from sourcecode !!

By the way, I can compile and run the minimal wxapp in the console command, That means the wx-GTK works fine..

mandrav

The wx wizard only works for windows currently. It is a known issue which will be fixed shortly.
Be patient!
This bug will be fixed soon...

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

ozoz

Quote from: xphenix on June 13, 2006, 10:59:26 AM
I installed C::B from svn source, and it runs very well. But when I tried to create a new wx application in the new project wizard, it told me to input the "Base diretory" of Variale "wx" and the "wxWidgets' location". I've installed wx-GTK 2.6.3 by yum, that's because compile from wx soucecode will cost too much time, I hate it...   But the default location of wxwidgets 'include' 'lib' have separate into '/usr/include' and '/usr/lib', so I don't kown what I can do when the wizard asked me to input the wxwidgets' location and the variable of 'wx'... what can I do ?? I really don't want to compile wx-GTK from sourcecode !!

By the way, I can compile and run the minimal wxapp in the console command, That means the wx-GTK works fine..

If you installed the wx by yum, you could easily create the wx project in CB without using the wizard, see there are two choices. after the project has been created, you do not need to do anything, only compile and run, you will see the initial window. enjoy it!

xphenix

If you installed the wx by yum, you could easily create the wx project in CB without using the wizard, see there are two choices. after the project has been created, you do not need to do anything, only compile and run, you will see the initial window. enjoy it!
[/quote]

It works....Thanks very much..