News:

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

Main Menu

Cannot Compile wxWidgets App in CodeBlocks RC1-1

Started by *ptr, August 24, 2005, 01:04:22 PM

Previous topic - Next topic

*ptr

Hi.
When I try to compile a wxWidgets project under Code::Blocks on Fedora I get the following message:
g++: `wx-config: No such file or directory
cc1plus: error: unrecognized command line option "-fcflags`"

Can somebody please tell me what can I do to make it work?

Many thanks beforehand

mandrav

If you 're going to use "evaluated commands" (sorry, don't know how they 're called exactly), like `wx-config` in the compiler's options, you must use the "GNU make" build method.
To do this, change "Settings->Compiler->Other->Build method".

Yiannis.
Be patient!
This bug will be fixed soon...

*ptr