Code::Blocks Forums
User forums => Help => Topic started 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]
-
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.
-
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)?
-
Everything works fine here (different PC than the one I used for merging).
Try with a clean copy...
-
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.....
-
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".
-
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.
-
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. :)
-
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
-
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. :)