User forums > Using Code::Blocks

Warnning when creating A new wxwidgets project in Codeblocks . How to solve ???

(1/2) > >>

thanhnh:
Hi, I'm a newbile...

  Today, I want to create a "Hello world " wxwidgets project. This is my steps ...

File => New => Project => wxwidgets







And Codeblock warnning ...


- Could you tell me, how to solve this problems ? Thanks, a lot.
( srry, because my english writting is ... too baddddd :( )

MortenMacFly:

--- Quote from: thanhnh on December 01, 2009, 03:27:16 pm ---Hi, I'm a newbile...

--- End quote ---
Thanks for flooding our forum with huge images and not posting a question. :?

Furthermore the message clearly says what's wrong: "No matching wx configuration found". Thus you don't have a wxWidgets installed / compiled that matches the parameters you setup. Note that wx can be built in MANY ways each resulting in an own config / library set. Do this for your setup and you're done. Consult the wxWidgets docu for more information as this is not a C::B issue and we don't provide support for wxWidgerts internals. Use a wxWidgets forum if in doubt.

thanhnh:
I had downloaded wxWidgets 2.8.10 pack from http://www.wxwidgets.org/downloads/ and I've installed it. But the same warnning is gererated :(

Jenna:
You downloaded the sources, wxwidgets does not provide prebuild libs.

See this article for more: http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef.

thanhnh:
Hix, but I've downloaded wxwidgets 2.8.10 windows installer package from: http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.10-Setup.exe
.... and installed it ... and then I run Command Prompt, entered this command:

g++ -make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1

the command prompt says:
g++ -make : no such file or directory
g++ shared=1: no such file or directoy
....
??????

Navigation

[0] Message Index

[#] Next page

Go to full version