Author Topic: important bug found: can not compile after adding .h file to project!!!  (Read 4223 times)

hongxing

  • Guest
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!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: important bug found: can not compile after adding .h file to project!!!
« Reply #1 on: October 26, 2005, 10:40:57 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

hongxing

  • Guest
Re: important bug found: can not compile after adding .h file to project!!!
« Reply #2 on: October 26, 2005, 12:19:09 pm »
I am in linux

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: important bug found: can not compile after adding .h file to project!!!
« Reply #3 on: October 26, 2005, 05:16:49 pm »
Please post the full commandline compiler log (you need to activate the full logging in the global compiler settings) here. Thank you.