Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Greatwolf on February 24, 2010, 01:31:43 am

Title: Compiled C::B Ok, but code editor is blank
Post by: Greatwolf on February 24, 2010, 01:31:43 am
I was able to build the latest trunk svn revision but when I run the new compiled C::B, the code editor doesn't seem to repaint correctly for some reason -- everything is just blank. The file tab is visible and if I press left and right arrows to move the cursor, I see the line and column on the bottom changes appropriately. Below is the screenshot to show what I mean:

Here's a quick outline of how I built the c::b svn trunk:


Toolchain used:
MinGW gcc 3.4.5
zip.exe from http://stahlworks.com/dev/index.php?tool=zipunzip (http://stahlworks.com/dev/index.php?tool=zipunzip)
CodeBlocks 8.02

[attachment deleted by admin]
Title: Re: Compiled C::B Ok, but code editor is blank
Post by: ollydbg on February 24, 2010, 01:52:52 am
I have build Cb_SVN many times, but didn't experience this behavior.
the only difference is I'm building CB under CB_nightly...
Title: Re: Compiled C::B Ok, but code editor is blank
Post by: Seronis on February 25, 2010, 04:37:27 am
Not sure what could be wrong as I have built a recent SVN builds using 8.02 base but i used TDMs  MinGW 4.4.1 not the ancient official 3.4.5.   Could always be worth upgrading your gcc and see if it helps.

http://www.tdragon.net/recentgcc/
Title: Re: Compiled C::B Ok, but code editor is blank
Post by: Greatwolf on February 25, 2010, 09:26:18 pm
thanks, I'll get gcc 4.4.1 and start everything fresh again. Will report back my results after I try that.