News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

C::B under linux

Started by mandrav, August 01, 2005, 12:55:00 PM

Previous topic - Next topic

mandrav

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...
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...

mandrav

Updates commited :)

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

David Perfors

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

Quote from: mispunt on August 01, 2005, 01:36:59 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?

Funto

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 ^^

mandrav

Quote from: mispunt 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 :?
It compiles fine with wx2.6.1 but doesn't start...

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

rickg22

Maybe it's time to stop doing recursive wxYield's and redesign those parts of the program? Just a thought. :roll: