Author Topic: The 16 december 2006 build will NOT be out.  (Read 13000 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
The 16 december 2006 build will NOT be out.
« on: December 15, 2006, 07:11:28 pm »
commits or no commits : not in the neighborhood ;-)

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 16 december 2006 build will NOT be out.
« Reply #1 on: December 15, 2006, 10:58:25 pm »
Not in the network neighborhood? :)

sethjackson

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #2 on: December 16, 2006, 01:37:54 am »
Not in the network neighborhood? :)


:lol:

Angelo

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #3 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?

Offline Hardi

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: The 16 december 2006 build will NOT be out.
« Reply #4 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.

NeverDream

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #5 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.

sethjackson

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #6 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..........

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 16 december 2006 build will NOT be out.
« Reply #7 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?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 16 december 2006 build will NOT be out.
« Reply #8 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

sethjackson

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #9 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......

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 16 december 2006 build will NOT be out.
« Reply #10 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.
« Last Edit: December 17, 2006, 02:47:18 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 16 december 2006 build will NOT be out.
« Reply #11 on: December 17, 2006, 02:38:15 pm »
thanks Morten. it had slipped my mind.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: The 16 december 2006 build will NOT be out.
« Reply #12 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 ??

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 16 december 2006 build will NOT be out.
« Reply #13 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... ;-)
« Last Edit: December 17, 2006, 06:38:23 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: The 16 december 2006 build will NOT be out.
« Reply #14 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.

sethjackson

  • Guest
Re: The 16 december 2006 build will NOT be out.
« Reply #15 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