Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 21, 2006, 06:17:58 pm

Title: The 21 october 2006 build is out.
Post by: killerbot on October 21, 2006, 06:17:58 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 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 21 october 2006 build is out.
Post by: 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
Title: Re: The 21 october 2006 build is out.
Post by: tiwag on October 22, 2006, 12:26:48 am
  • 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
Title: Re: The 21 october 2006 build is out.
Post by: Ceniza on October 22, 2006, 12:34:09 am
Smells to MSVC++ here...

Where's the option to disable it?
Title: Re: The 21 october 2006 build is out.
Post by: tretton on October 22, 2006, 01:02:40 am
Where's the option to disable it?

I'm kinda looking for that too... ;)
Title: Re: The 21 october 2006 build is out.
Post by: Grom on October 22, 2006, 02:07:07 am
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...
Title: Re: The 21 october 2006 build is out.
Post by: Death Knight on October 22, 2006, 05:20:53 am
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!
Title: Re: The 21 october 2006 build is out.
Post by: dronT78 on October 22, 2006, 10:13:28 am
exactly same bug!
+
Replace tool kills codeblocks!
I kill liblib_finder.so liblib_finder.la libprofiler.so libprofiler.la for a temporary solution
Title: Re: The 21 october 2006 build is out.
Post by: TheTuxKeeper on October 22, 2006, 01:33:37 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.

Title: Re: The 21 october 2006 build is out.
Post by: Game_Ender on October 22, 2006, 08:33:13 pm
Where'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]