Author Topic: Revision 2659  (Read 6402 times)

sethjackson

  • Guest
Revision 2659
« 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]
« Last Edit: July 03, 2006, 05:29:08 pm by sethjackson »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Revision 2659
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

  • Guest
Re: Revision 2659
« Reply #2 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)?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Revision 2659
« Reply #3 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...
Be patient!
This bug will be fixed soon...

sethjackson

  • Guest
Re: Revision 2659
« Reply #4 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.....

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Revision 2659
« Reply #5 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".
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Revision 2659
« Reply #6 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.
Be patient!
This bug will be fixed soon...

sethjackson

  • Guest
Re: Revision 2659
« Reply #7 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. :)

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Revision 2659
« Reply #8 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

sethjackson

  • Guest
Re: Revision 2659
« Reply #9 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. :)