Author Topic: The 15 november 2006 build is out.  (Read 32997 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 15 november 2006 build is out.
« on: November 15, 2006, 06:24:51 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 15 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061115_rev3222_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061115_rev3222_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061115_rev3222_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061115_rev3222_fc4+5.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061115_rev3222_Ubuntu6.10-amd64.deb


Resolved Fixed:

  • Huge speed up in large projects loading (about 80% off the original loading time)
  • Refresh bug fix for symbols browser in "current file" filter mode

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: November 16, 2006, 07:27:48 am by killerbot »

sethjackson

  • Guest
Re: The 15 november 2006 build is out.
« Reply #1 on: November 15, 2006, 08:01:22 pm »
Windows ANSI build here
« Last Edit: November 23, 2006, 01:18:55 am by sethjackson »

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 15 november 2006 build is out.
« Reply #2 on: November 15, 2006, 08:59:23 pm »
Ubuntu 6.10 (Edgy) build here.

Offline BigAngryDog

  • Multiple posting newcomer
  • *
  • Posts: 75
    • BigAngryDog.com
Re: The 15 november 2006 build is out.
« Reply #3 on: November 15, 2006, 10:22:10 pm »
>* Huge speed up in large projects loading (about 80% off the original loading time)

Brilliant! Good stuff!
BigAngryDog.com

Offline Russell

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: The 15 november 2006 build is out.
« Reply #4 on: November 16, 2006, 05:02:18 am »
Like the new logo, very nice  :mrgreen:

Speed up is quite noticeable too!

I noticed in the titlebar, is it supposed to say: "Code::Blocks vsvn build" ?

Offline DmP

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 15 november 2006 build is out.
« Reply #5 on: November 16, 2006, 01:44:28 pm »
Sorry my english.

When I compile any file and try compile it again - it compile again.
Same with build. Thus Build like Rebuild.  :(

In Code::Blocks Debug:
[14:49:57.171]: Scanned 0 files for #includes, cache used 0, cache updated 0
« Last Edit: November 16, 2006, 01:55:17 pm by DmP »

Offline Ekinoks

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 15 november 2006 build is out.
« Reply #6 on: November 16, 2006, 03:06:30 pm »
I have this with Ubuntu 6.10 in boot code::blocks :
Quote
15:04:24: Mailcap file /etc/mailcap, line 51: incomplete entry ignored.
15:04:24: Mailcap file /etc/mailcap, line 52: incomplete entry ignored.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 15 november 2006 build is out.
« Reply #7 on: November 16, 2006, 03:18:09 pm »
I have this with Ubuntu 6.10 in boot code::blocks :
Quote
15:04:24: Mailcap file /etc/mailcap, line 51: incomplete entry ignored.
15:04:24: Mailcap file /etc/mailcap, line 52: incomplete entry ignored.

Search the main index for "Mailcap file". There's a lot of previous experience with this problem.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 15 november 2006 build is out.
« Reply #8 on: November 16, 2006, 03:24:05 pm »
Sorry my english.

When I compile any file and try compile it again - it compile again.
Same with build. Thus Build like Rebuild.  :(

In Code::Blocks Debug:
[14:49:57.171]: Scanned 0 files for #includes, cache used 0, cache updated 0
   //-- Please Provide more information
   Would you state your CodeBlocks version and compiler version and your Operating System.

   //-- Full Compile Logging -- Turn on full compiler logging
   Main Menu->Settings->Compiler and Debugger->"Other"->Compiler logging = "Full command line".

Could you provide us with a simple example that shows the problem.
Attach the example and the compiler log to your message.



Offline kai

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 15 november 2006 build is out.
« Reply #9 on: November 16, 2006, 03:33:58 pm »
Ekinoks:

i assume you have installed beryl from a third party repository which corrupts  /etc/mailcap by adding some false lines to it.

Offline Insubordinate

  • Multiple posting newcomer
  • *
  • Posts: 12
    • Dunghill Entertainment
Re: The 15 november 2006 build is out.
« Reply #10 on: November 16, 2006, 04:02:40 pm »
I noticed that files aren't saved automatically before compiling anymore. Is this a bug or a change in behavior?
I couldn't find an option to turn it back on.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 15 november 2006 build is out.
« Reply #11 on: November 16, 2006, 04:08:56 pm »
I noticed that files aren't saved automatically before compiling anymore. Is this a bug or a change in behavior?
I couldn't find an option to turn it back on.
Sir, it's quite possible this asteroid is not entirely stable. Do those files that are not saved belong to the project?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline DmP

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 15 november 2006 build is out.
« Reply #12 on: November 16, 2006, 04:10:30 pm »
Sorry my english.

When I compile any file and try compile it again - it compile again.
Same with build. Thus Build like Rebuild.  :(

In Code::Blocks Debug:
[14:49:57.171]: Scanned 0 files for #includes, cache used 0, cache updated 0
   //-- Please Provide more information
   Would you state your CodeBlocks version and compiler version and your Operating System.

   //-- Full Compile Logging -- Turn on full compiler logging
   Main Menu->Settings->Compiler and Debugger->"Other"->Compiler logging = "Full command line".

Could you provide us with a simple example that shows the problem.
Attach the example and the compiler log to your message.
CodeBlocks version - current code from svn, my build. Version from 20.10.06 work fine.
Compieler - MinGw (gcc version 3.4.4 (mingw special))
OS - MS Windows 2000 SP 4

With "Full command line" - Build log one file:
mingw32-g++.exe -Wall -frtti -fexceptions -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -g  -IC:\Dev\Qt42\include -IC:\Dev\Qt42\include\QtCore -IC:\Dev\Qt42\include\QtGui -IC:\Dev\Qt42\include\QtSql -IC:\Dev\Qt42\include\QtXml -IC:\Dev\Qt42\include\Qt -IC:\Dev\Qt42\include\QtDesigner -IC:\Dev\1L\qt1l\src -IC:\MinGW\include  -c config\config_tests.cpp -o C:\Dev\1L\qt1l\tmp\obj\debug\config\config_tests.o
Process terminated with status 0 (0 minutes, 9 seconds)
0 errors, 0 warnings

and this all time.
it doing with any project - compiling and building fine, but with next try build - begining compiling all again.

But same file/project in CB(20.10.06):
Nothing to be done.

Offline Insubordinate

  • Multiple posting newcomer
  • *
  • Posts: 12
    • Dunghill Entertainment
Re: The 15 november 2006 build is out.
« Reply #13 on: November 16, 2006, 04:24:19 pm »
Quote
Sir, it's quite possible this asteroid is not entirely stable. Do those files that are not saved belong to the project?

Hehe, threw me off for a second there with that first sentence...

Anyway, just ran code blocks again to check and files are now auto saving as usual. But I'm quite sure the files belonged to the active project when the error came up as the project compiled fine (with the changes to source that is) when I manually saved the files before compiling.

Strange that I can't reproduce the error now. Hmm, maybe a case of staying up too late coding?   :wink:

Offline DmP

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 15 november 2006 build is out.
« Reply #14 on: November 16, 2006, 04:38:58 pm »
... (skiped) ...
and this all time.
it doing with any project - compiling and building fine, but with next try build - begining compiling all again.

I'm located errors with simple concole proect.
It begin rebuilding if in project property set $(#MyGlobalVar) like on picture in attach.

[attachment deleted by admin]