User forums > Nightly builds
The 06 August 2013 build (9246) is out.
killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works.
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc471-TDM.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc471-TDM.7z
And the exception handler dll (for better crash reports) : http://prdownload.berlios.de/codeblocks/exchndl_gcc471-TDM.7z
The 06 August 2013 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20130806_rev9246_win32.7z
- Linux :
none
Resolved Fixed:
* no list since it has been such a very long time, just enjoy it ......
Regressions/Confirmed/Annoying/Common bugs:
Jenna:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc17, fc18 and fc19) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .
The packages that are currently striked through are not yet available.
Debian comes this afternoon, RedHat/CentOS 5 might take a little longer as the default compiler there is gcc 4.1, but a header file of mozilla's encoding detection wants at least gcc4.4.
I hope I can fix this soon (maybe 4.1 is enough or I have to tweak mock to use gcc44 instead of gcc, if possible).
eckard_klotz:
Hello Everybody.
Thanks for the new build but unfortunately I still see the effect mentioned in my comments of the last nightly (Re: The 16 June 2013 build (9158) is out.):
--- Quote ---Hello Everybody.
Since the last 2 nightlies I recognize a change how namespaces are displayed in the symbol browser.
If I have the following source-example:
Code:
namespace a {
namespace b {
};
};
using namespace b;
The namespace b will be displayed on toplevel what not happens in this example:
Code:
namespace a {
namespace b {
};
};
In both examples the namespace b will displayed as child of namespace a also. It seems that using namespace will be analysed like a lonly namespace if it is placed after the closing } of namespace a. This happens not if it is placed after the closing } of namespace b like here:
Code:
namespace a {
namespace b {
};
using namespace b;
}
Is this the wanted behaviour?
I use the official nightlies on Windows XP SP3 and this behaviour occures since 9156.
BestRegards,
Eckard Klotz.
--- End quote ---
What occurs since the parser seems to handle the using of a namespace like its declaration. Have I overseen something in the currently available configuration?
Alternatively I proposed in the followed discussion to implement a possibility to show derived classes in sub-levels of the browser-tree or to allow the user to add folders where he can place browser-nodes since my original intention is to reduce the the amount of lines showed on top-level.
Best Regards,
Eckard Klotz.
Jenna:
--- Quote from: jens on August 08, 2013, 11:56:47 am ---Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc17, fc18 and fc19) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .
The packages that are currently striked through are not yet available.
Debian comes this afternoon, RedHat/CentOS 5 might take a little longer as the default compiler there is gcc 4.1, but a header file of mozilla's encoding detection wants at least gcc4.4.
I hope I can fix this soon (maybe 4.1 is enough or I have to tweak mock to use gcc44 instead of gcc, if possible).
--- End quote ---
Finally it's done, sorry for the delay.
Actual packages on my server are svn r9251 :
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc17, fc18 and fc19) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .
ollydbg:
Maybe scintilla related bug under Windows:
The first line number does not show correctly, see the screen shot below:
Navigation
[0] Message Index
[#] Next page
Go to full version