Code::Blocks Forums

User forums => Help => Topic started by: sethjackson on July 03, 2006, 05:27:31 pm

Title: Revision 2659
Post by: sethjackson on July 03, 2006, 05:27:31 pm
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]
Title: Re: Revision 2659
Post by: 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.
Title: Re: Revision 2659
Post by: sethjackson on July 03, 2006, 05:55:31 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)?
Title: Re: Revision 2659
Post by: 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...
Title: Re: Revision 2659
Post by: sethjackson on July 03, 2006, 06:04:07 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.....
Title: Re: Revision 2659
Post by: mandrav on July 03, 2006, 06:12:23 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".
Title: Re: Revision 2659
Post by: mandrav on July 03, 2006, 06:13:54 pm
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.
Title: Re: Revision 2659
Post by: sethjackson on July 03, 2006, 09:36:22 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. :)
Title: Re: Revision 2659
Post by: kkez on July 03, 2006, 11:29:10 pm
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
Well, i built wxwidgets with 3.4.2 and C::B with 3.4.5 and i have no problem at all :D
Title: Re: Revision 2659
Post by: sethjackson on July 04, 2006, 03:00:29 am
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
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. :)