Author Topic: C::B under linux  (Read 7762 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
C::B under linux
« on: August 01, 2005, 12:55:00 pm »
The last couple of days I 've been spending some time with C::B under ubuntu 5.04.
I 've got some good news :) and some bad news :?

Good things:
  • Fixed the disappearing editor caret and focus line
  • Updated the Makefile.unix* files
  • Enabled the opened files tree
  • Found the cause for two bugs: "crash on to-do user select" and "crash on invoking code-completion". They 're not quick-fixes though, so it will take a while until they 're fixed.

Bad things:
  • Works only with wxGTK-2.4.2

It seems that something's changed in the order of events firing in wxGTK-2.6.x. I get crashes in GetClientSize(), wxYield(), wxSafeYield(), etc. I can't make heads or tails out of it...
[/list]

I haven't commited anything in CVS yet, but I will later today.
This is just to keep you posted on my progress.

Yiannis.
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: C::B under linux
« Reply #1 on: August 01, 2005, 01:35:13 pm »
Updates commited :)

Yiannis.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: C::B under linux
« Reply #2 on: August 01, 2005, 01:36:59 pm »
hmm. I wish I could test it, but my own linux/windows box is not here at home :( and I was sure I could compile C::B with wx2.6.1 :?

--edit--
hmm. no I didn't, I just looked into my own sig  :?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

darklordsatan

  • Guest
Re: C::B under linux
« Reply #3 on: August 01, 2005, 02:36:33 pm »
hmm. no I didn't, I just looked into my own sig  :?
:lol: :lol: :lol:

BTW, why is it that C::B cant compile in Linux with Wx 2.6.1?

Offline Funto

  • Multiple posting newcomer
  • *
  • Posts: 81
Re: C::B under linux
« Reply #4 on: August 01, 2005, 04:22:59 pm »
For the bug fixings that is a REAL gool thing :)

What about the Gtk-CRITICALs and the segfault when we quit the app?

mispunt >> it seems that it compiles with wx 2.6 but it crashes ^^

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: C::B under linux
« Reply #5 on: August 01, 2005, 05:31:12 pm »
hmm. I wish I could test it, but my own linux/windows box is not here at home :( and I was sure I could compile C::B with wx2.6.1 :?
It compiles fine with wx2.6.1 but doesn't start...

Yiannis.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: C::B under linux
« Reply #6 on: August 01, 2005, 05:55:45 pm »
Maybe it's time to stop doing recursive wxYield's and redesign those parts of the program? Just a thought. :roll: