Code::Blocks Forums

User forums => Help => Topic started by: hongxing on October 26, 2005, 09:45:32 am

Title: important bug found: can not compile after adding .h file to project!!!
Post by: hongxing on October 26, 2005, 09:45:32 am
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!
Title: Re: important bug found: can not compile after adding .h file to project!!!
Post by: MortenMacFly 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.
Title: Re: important bug found: can not compile after adding .h file to project!!!
Post by: hongxing on October 26, 2005, 12:19:09 pm
I am in linux
Title: Re: important bug found: can not compile after adding .h file to project!!!
Post by: rickg22 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.