News:

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

Main Menu

important bug found: can not compile after adding .h file to project!!!

Started by hongxing, October 26, 2005, 09:45:32 AM

Previous topic - Next topic

hongxing

do the following:
1. generate a wxWidgets project using wizard.
2. add a class using class plugin.

now you can not compile the project in either "invoke compiler directly" option or "work with makefile (GNU "make" is requred)" option

it's urgent!

MortenMacFly

Quote from: hongxing on October 26, 2005, 09:45:32 AM
1. generate a wxWidgets project using wizard.
2. add a class using class plugin.
Sorry, but I cannot verify this. It works within my Code::Blocks RC2.

- Did set the path and configuration to wxidgets correctly? (The project wizards tells you to do so.)
- Try creating a new wxwidgets project, compile the empty project and add the class afterwards. Compile again. What happens?

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]


rickg22

Please post the full commandline compiler log (you need to activate the full logging in the global compiler settings) here. Thank you.