Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 18, 2007, 07:52:43 pm

Title: The 18 April 2007 build is out.
Post by: killerbot on April 18, 2007, 07:52:43 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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 18 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070418_rev3869_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070418_rev3869_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070418_rev3869_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070418_rev3869_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 18 April 2007 build is out.
Post by: Xaviou on April 18, 2007, 08:23:43 pm
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).

Just a small question : did someone tried to install one of my package (made on Ubuntu Edgy Eft adm64) on a Dapper Drake amd64 distrib ?
This is just to know if it can work on both these distribs, like the official Ubuntu 32bits package.

Thank for your feedback.
Title: Re: The 18 April 2007 build is out.
Post by: skirby on April 19, 2007, 03:00:49 pm
Hello,

I noticed a small bug annoying bug with Search functionality.
Simply press Ctrl+F and search for a text that not exists in the opened file: querty for example.
You should have the following message box:
(http://img219.imageshack.us/img219/7972/msgboxnq1.png)

Click Ok => the code windows has lost the focus.
You have to click inside the windows in order to enter text.

There is the same behavior with Search if files functionality.

For information, I use SNV 3865 and I am on Windows 2000 sp4.

I hope you could fix it.

Thanks and have a nice day.
Title: Re: The 18 April 2007 build is out.
Post by: skirby on April 19, 2007, 06:02:11 pm
Is it me or the Abort toolbar button stay always disabled even in debugging mode?
Hopefully, the command "Stop debugger" in menu Debug is enabled.

Is it a bug?
Title: Re: The 18 April 2007 build is out.
Post by: kubiack on April 19, 2007, 07:03:03 pm
Hello

Iam having a bug (maybe) for last two nightly build : it appears C::B can't load some plugins
C::B debug console:
Code
Scanning for plugins in /usr/local/share/codeblocks/plugins...
ERROR: /usr/local/share/codeblocks/plugins/libcodestat.so: not loaded (missing symbols?)
ERROR: /usr/local/share/codeblocks/plugins/libenvvars.so: not loaded (missing symbols?)
ERROR: /usr/local/share/codeblocks/plugins/libProfiler.so: not loaded (missing symbols?)
ERROR: /usr/local/share/codeblocks/plugins/libSymTab.so: not loaded (missing symbols?)
ERROR: /usr/local/share/codeblocks/plugins/libRegExTestbed.so: not loaded (missing symbols?)
ERROR: /usr/local/share/codeblocks/plugins/libwxsmith.so: not loaded (missing symbols?)
Found 17 plugins
Iam using C::B every day on two different computer: one Wintel and a AMD64/Ubuntu6.10 64bits.
This bug only happen on the Ubuntu computer.
I have build the nightly build myself on the Unbuntu computer, but not on the Wintel.
I have build C::B using this basic procedure:
Code
make distclean
svn update -r 3869
./bootstrap
./configure
make
sudo make install
The build appears to works well, but C::B can't open some plugins after that.

I wanted to file a bug report, but I wasn't able to log on the berlios server ("403-Forbidden" error page).

Thank you for the great work you've done and you'r doing on this wonderfull editor !
Title: Re: The 18 April 2007 build is out.
Post by: Xaviou on April 19, 2007, 10:08:52 pm
Hi

Hello

Iam having a bug (maybe) for last two nightly build : it appears C::B can't load some plugins
C::B debug console:

I have a similar problem with rev 3869, but only with 1 plugin :
Code
Scanning for plugins in /usr/share/codeblocks/plugins...
ERROR: Plugin resource not found: libwxsmithcontribitems.zip
Found 23 plugins

And it appears on a Ubuntu 6.10 amd64 distribution.
This problem is still present with rev 3873

Shouldn't C::B load wxSmithContribItems.zip (this file exists in /usr/share/codeblocks/plugins/) instead of libwxsmithcontribitems.zip ?

Edit : In fact, it is not a similar problem : kubiack's installation can't load libraries, and my installation can't find a plugin's resource file.
Edit2 : Ooops ! I didn't saw that this problem was already related (http://forums.codeblocks.org/index.php?topic=5716.msg43885;topicseen#new). Sorry, and thanks Byo