Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 15, 2006, 07:11:28 pm

Title: The 16 december 2006 build will NOT be out.
Post by: killerbot on December 15, 2006, 07:11:28 pm
commits or no commits : not in the neighborhood ;-)
Title: Re: The 16 december 2006 build will NOT be out.
Post by: cstudent on December 15, 2006, 10:58:25 pm
Not in the network neighborhood? :)
Title: Re: The 16 december 2006 build will NOT be out.
Post by: sethjackson on December 16, 2006, 01:37:54 am
Not in the network neighborhood? :)


:lol:
Title: Re: The 16 december 2006 build will NOT be out.
Post by: Angelo on December 16, 2006, 01:41:19 pm
So the bugs that I noticed are:
--> When opening the CB, you've to wait much longer than in the previous builds (why:>?)
--> Window with the compilers: it always appear, and is no-resizable... (so I don't see every compilers, it should has 20px more. And on the first time that it appears, it should has an attribute "always on top")
--> when opening: "the windows system cannot find a file.... bla bla bla, make sure that filename is right... etc"
--> when closing: some bug with cblayout file.

That's all.

And I've got one question: is there any possibility to turn off making files, such like *.depend, *.layout, etc?
Title: Re: The 16 december 2006 build will NOT be out.
Post by: Hardi on December 16, 2006, 06:53:41 pm
So the bugs that I noticed are:
--> Window with the compilers: it always appear, and is no-resizable... (so I don't see every compilers, it should has 20px more. And on the first time that it appears, it should has an attribute "always on top")
--> when opening: "the windows system cannot find a file.... bla bla bla, make sure that filename is right... etc"

I have the same bugs in the 15th dec build.
Title: Re: The 16 december 2006 build will NOT be out.
Post by: NeverDream on December 16, 2006, 07:06:22 pm
I get this error in a dialog box whenever I start Code::Blocks (built from svn on KateOS 3.1):
"Failed to display HTML document in ISO-8859-1 encoding".
The dialog box pops up several times after I close it, but afterward the IDE works normally.
Title: Re: The 16 december 2006 build will NOT be out.
Post by: sethjackson on December 16, 2006, 10:33:32 pm
Yeah I have the same bugs as you guys. I dunno what happened maybe a look through the recent changes will reveal the answers..........
Title: Re: The 16 december 2006 build will NOT be out.
Post by: David Perfors on December 16, 2006, 11:01:05 pm
The last change (that is related.. (I think)) was adding the Cygwin compiler... could that be the problem?
Title: Re: The 16 december 2006 build will NOT be out.
Post by: dmoore on December 17, 2006, 01:27:57 am
settings -> environment ...
CRASH
(latest SVN on winXP)

anyone else have this or have i just bjorked my settings
Title: Re: The 16 december 2006 build will NOT be out.
Post by: sethjackson on December 17, 2006, 03:53:53 am
settings -> environment ...
CRASH
(latest SVN on winXP)

anyone else have this or have i just bjorked my settings


Works for me, but I have other problems that have crept up recently......
Title: Re: The 16 december 2006 build will NOT be out.
Post by: MortenMacFly on December 17, 2006, 11:18:46 am
settings -> environment ...
CRASH
Did (all of you) run update(.bat) recently? Resource files have been changed - this can happen! - which have to be updated. Sometimes it is not as simple as a re-compilation to do an update. The update scripts take care to crunch (update) the resources, too. In addition under linux you might have to do a:
Code
make clean-zipfiles
make clean-bin
make clean
in addition. If all that fails use the nightlys.
With regards, Morten.

Edit. Misleading typos.
Title: Re: The 16 december 2006 build will NOT be out.
Post by: dmoore on December 17, 2006, 02:38:15 pm
thanks Morten. it had slipped my mind.
Title: Re: The 16 december 2006 build will NOT be out.
Post by: killerbot on December 17, 2006, 06:16:15 pm
The last change (that is related.. (I think)) was adding the Cygwin compiler... could that be the problem?

I feel this is the cause, unfortunately Yiannis doesn't have this. But maybe he doesn't have this because he has installed cygwin ??
Title: Re: The 16 december 2006 build will NOT be out.
Post by: MortenMacFly on December 17, 2006, 06:33:44 pm
The last change (that is related.. (I think)) was adding the Cygwin compiler... could that be the problem?
I feel this is the cause, unfortunately Yiannis doesn't have this. But maybe he doesn't have this because he has installed cygwin ??
I don't have this problem, too (although I also have the Cygwin compiler installed). Anyway - I don't think it's related to Cygwin. I tried hiding the Cygwin suite (removing all reg entries and renaming the root directory) and it still works properly...!?
With regards, Morten.

Edit: Wait a sec... I removed the config directory (next to hiding Cygwin) and I see the problem here, too... Allow me to take back what I've just said... ;-)
Title: Re: The 16 december 2006 build will NOT be out.
Post by: killerbot on December 17, 2006, 08:35:11 pm
The last change (that is related.. (I think)) was adding the Cygwin compiler... could that be the problem?
I feel this is the cause, unfortunately Yiannis doesn't have this. But maybe he doesn't have this because he has installed cygwin ??
I don't have this problem, too (although I also have the Cygwin compiler installed). Anyway - I don't think it's related to Cygwin. I tried hiding the Cygwin suite (removing all reg entries and renaming the root directory) and it still works properly...!?
With regards, Morten.

Edit: Wait a sec... I removed the config directory (next to hiding Cygwin) and I see the problem here, too... Allow me to take back what I've just said... ;-)

Martin,
You just have proofed a very important thing. Excellent work. This weekend I was extremely busy and I can't debug on my 64 bit :-( [This is starting to piss me of more and more each day, this afternoon in the car I was kind of loosing faith in the MinGW ;-) ]. Hopefully I am able to debug a bit tomorrow at work.
Title: Re: The 16 december 2006 build will NOT be out.
Post by: sethjackson on December 18, 2006, 02:22:47 pm
Mandrav fixed it.

Quote
* Fixed compilers detection occurring on every startup.
- Enlarged the compilers auto-detection dialog a bit and also made it resizeable.

THANK YOU Mandrav!!!. :D