Author Topic: When compiling, C::B crashes  (Read 3344 times)

Offline panda

  • Single posting newcomer
  • *
  • Posts: 5
When compiling, C::B crashes
« on: April 23, 2010, 09:42:40 am »
When compile, if there is someting wrong in codes, C::B always crashes! How to do? :(
My OS is redhat. GCC's version is 4.1.2.
« Last Edit: April 23, 2010, 09:48:10 am by panda »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: When compiling, C::B crashes
« Reply #1 on: April 23, 2010, 10:20:15 am »
What is your C::B version?
If it is 8.02, try a nightly build, if the crashes happen again, please report.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline panda

  • Single posting newcomer
  • *
  • Posts: 5
Re: When compiling, C::B crashes
« Reply #2 on: April 24, 2010, 04:36:13 am »
That's my mistake. I used wxGtk  version 2.8.10, now I replace it with version 2.8.7. Then the problem is ok.

ps:
 My codebolcks is got from sourceforge, and I build it.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: When compiling, C::B crashes
« Reply #3 on: April 24, 2010, 01:56:32 pm »
The version of wxGTK you've used to build C::B and the version you're using to run it should be the same.
C::B works without a problem with 2.8.10
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline panda

  • Single posting newcomer
  • *
  • Posts: 5
Re: When compiling, C::B crashes
« Reply #4 on: April 27, 2010, 04:06:02 pm »
After I downloaded C::B code from svn and built it successfully, CB run ok.