News:

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

Main Menu

Revision 2659

Started by sethjackson, July 03, 2006, 05:27:31 PM

Previous topic - Next topic

sethjackson

I have a problem with the newest SVN revision. Everytime I do Project -> New project Code::Blocks crashes. :P I ran update.bat a few times just to be sure too........

Windows XP Pro.

wx 2.6.3

Maybe the problem is that I compiled C::B with GCC 3.4.5, but I compiled wx with GCC 3.4.4. I think I probably need to rebuild wx, but it takes soooooo long. :P

EDIT:

.RPT is attached. :)

[attachment deleted by admin]

thomas

I have 2659 compiled with gcc 3.4.5 running without any problems. Making a new project works just normal.

Although this should not crash the application, do you maybe still keep old AngelScript wizards around (this refers to some you made yourself, the official ones were all converted)?
Just a guess, since scripting is the only thing that's different now.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

Quote from: thomas on July 03, 2006, 05:49:37 PM
I have 2659 compiled with gcc 3.4.5 running without any problems. Making a new project works just normal.

Although this should not crash the application, do you maybe still keep old AngelScript wizards around (this refers to some you made yourself, the official ones were all converted)?
Just a guess, since scripting is the only thing that's different now.

No I don't have any AngelScript wizards. I never wrote any.... Maybe I need to rebuild wx with my new compiler (3.4.5 instead of 3.4.4)?

mandrav

Everything works fine here (different PC than the one I used for merging).
Try with a clean copy...
Be patient!
This bug will be fixed soon...

sethjackson

Quote from: mandrav on July 03, 2006, 06:02:44 PM
Everything works fine here (different PC than the one I used for merging).
Try with a clean copy...

Uhh clean copy?  :? Clean SVN checkout or clean rebuild or.....

mandrav

Quote from: sethjackson on July 03, 2006, 06:04:07 PM
Quote from: mandrav on July 03, 2006, 06:02:44 PM
Everything works fine here (different PC than the one I used for merging).
Try with a clean copy...

Uhh clean copy?  :? Clean SVN checkout or clean rebuild or.....

I 'd say "Clean SVN checkout".
Be patient!
This bug will be fixed soon...

mandrav

Although...

you can check manually inside devel/share/codeblocks/manager_resources.zip. Find new_from_template.xrc and compare it with sdk/resources/new_from_template.xrc.
If it is different then update.bat didn't run.
Be patient!
This bug will be fixed soon...

sethjackson

Quote from: mandrav on July 03, 2006, 06:12:23 PM
Quote from: sethjackson on July 03, 2006, 06:04:07 PM
Quote from: mandrav on July 03, 2006, 06:02:44 PM
Everything works fine here (different PC than the one I used for merging).
Try with a clean copy...

Uhh clean copy?  :? Clean SVN checkout or clean rebuild or.....

I 'd say "Clean SVN checkout".

Ok. I will do that, and rebuild wx with 3.4.5 just to be sure. :)

kkez

Quote from: sethjackson on July 03, 2006, 05:27:31 PMMaybe the problem is that I compiled C::B with GCC 3.4.5, but I compiled wx with GCC 3.4.4. I think I probably need to rebuild wx, but it takes soooooo long. :P
Well, i built wxwidgets with 3.4.2 and C::B with 3.4.5 and i have no problem at all :D

sethjackson

Quote from: kkez on July 03, 2006, 11:29:10 PM
Quote from: sethjackson on July 03, 2006, 05:27:31 PMMaybe the problem is that I compiled C::B with GCC 3.4.5, but I compiled wx with GCC 3.4.4. I think I probably need to rebuild wx, but it takes soooooo long. :P
Well, i built wxwidgets with 3.4.2 and C::B with 3.4.5 and i have no problem at all :D

Hmm. Ok. well it could be a problem with my resources or something.... I'll have to check it later when I have time. :)