News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 21 october 2006 build is out.

Started by killerbot, October 21, 2006, 06:17:58 PM

Previous topic - Next topic

killerbot

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 21 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061021_rev3121_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061021_rev3121_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061021_rev3121_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061021_rev3121_fc4+5.rpm


Resolved Fixed:


  • After a build is finished, the build log is saved in HTML format
  • Changed the filename under which the HTML build log is saved
  • Added build start/end date and time in the HTML build log
  • Minor fixes for HTML build logging:
      - When building a workspace, only a log for the workspace is created.
      - Fixed broken coloring of build log messages since last commit
  • updated wxFlatNotebook (in sync with cvs repo at 21 okt 2006) (fixes the positioning of tabs in the message pane)
  • Applied BJM's patch for bug #8579 BUT ONLY for __wxGTK__ (there it seems to fix the libcairo crash, but it has bad influence on windows)

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)


dronT78

#1
Compiled & installed successfully but errors during loading
ERROR: Plugin resource not found: liblib_finder.zip
ERROR: Plugin resource not found: libprofiler.zip


Gentoo 2006.1 AMD 64
SVN checkout in empty directory
all old configs deleted before starting new version

files /usr/share/codeblocks/plugins
lillib_finder.so liblib_finder.la libprofiles.so libprofiler.la
are exists and access rights are -rwxr-xr-x

tiwag

Quote from: killerbot on October 21, 2006, 06:17:58 PM

  • After a build is finished, the build log is saved in HTML format
  • Changed the filename under which the HTML build log is saved
  • Added build start/end date and time in the HTML build log
  • Minor fixes for HTML build logging:
      - When building a workspace, only a log for the workspace is created.
      - Fixed broken coloring of build log messages since last commit

this is a nice feature ! but it would be even nicer if it would contain always the full command line,
regardless if the current compiler logging is set to "task description" or "no logging"

currently you always have to switch to "full commandline" logging when an error happened
and you want to see the commandline.

brgds

Ceniza

Smells to MSVC++ here...

Where's the option to disable it?

tretton


Grom

Would be grate to have spell cheker for comments. Looks like it is possible to still it from mazilla :lol:. Just add support for their dic file, and underline all words with misspelling as usual...
gcc+winXP+suse.

Death Knight

Quote from: dronT78 on October 21, 2006, 07:39:35 PM
Compiled & installed successfully but errors during loading
ERROR: Plugin resource not found: liblib_finder.zip
ERROR: Plugin resource not found: libprofiler.zip


Gentoo 2006.1 AMD 64
SVN checkout in empty directory
all old configs deleted before starting new version

files /usr/share/codeblocks/plugins
lillib_finder.so liblib_finder.la libprofiles.so libprofiler.la
are exists and access rights are -rwxr-xr-x

exactly same bug!
+
Replace tool kills codeblocks!

dronT78

#7
Quote from: Death Knight on October 22, 2006, 05:20:53 AM
exactly same bug!
+
Replace tool kills codeblocks!
I kill liblib_finder.so liblib_finder.la libprofiler.so libprofiler.la for a temporary solution

TheTuxKeeper

#8
Quote from: dronT78 on October 21, 2006, 07:39:35 PM
Compiled & installed successfully but errors during loading
ERROR: Plugin resource not found: liblib_finder.zip
ERROR: Plugin resource not found: libprofiler.zip


Gentoo 2006.1 AMD 64
SVN checkout in empty directory
all old configs deleted before starting new version

files /usr/share/codeblocks/plugins
lillib_finder.so liblib_finder.la libprofiles.so libprofiler.la
are exists and access rights are -rwxr-xr-x
Found the reason. The resource zip of lib_finder hasn't been created (and not installed, too) and the profiler resource zip has the wrong name. Patch is nearly ready (liblib_finder.zip error doesn't appear anymore here, now profiler should be gone too, I'm just building the rpm).

fixed in rev3126 ;)

btw. the error message is wrong too! it schould be ERROR: Plugin resource not found: lib_finder.zip not liblib_finder.zip. Since the error message is gone, only the message text seems to be wrong.

Nightly builds for openSUSE

Game_Ender

Quote from: Ceniza on October 22, 2006, 12:34:09 AMWhere's the option to disable it?

I agree.  I don't want to have to worry about yet another extra generated file to exclude from svn, or the CPU time spent generating the log file and writing it to disk.

[offtopic]
Seems like we are adding more loose ends to tie up before the 1.0 release, not clearing up the current ones.
[/offtopic]