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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc481-TDM.7z
The 17 January 2015 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150117_rev10064_win32.7z
- Linux :
none
Resolved Fixed:
CodeSnippets - fixed: was not saving edited snippets changed xml data. Fixed: was not saving snippet files when shutting down.
Ref:http://forums.next.codeblocks.org/index.php/topic,19759.0/topicseen.html
- CCManager: add configuration options for main CC behaviours
- NassiShneiderman: Add a menu entry to allow creating diagrams from selected text (Fixes issue #126, thanks scarphin)
- CC: remove unused variables, those variables and their associated UI parts are now controlled by CCManager in SDK(See revision 10055). The case_sensitive option now follows the global settings in CCManager, so once a Parser is created, this option can't be changed unless the project get reopened.
- CC: fix ticket #130(Bug in RMB click -> Open include file). The second parameter of the function NormalizePath() should be a directory, not an absolute file path.
- editor: add lexer configuration for new lexer in upcoming scintilla release.
- NassiShneiderman: enhancement of the Cparser (Fixes issue #125, thanks scarphin)
- rndgen: fixed compilation error with latest GCC (e.g. TDM GCC 4.9.2) at least on Windows
- pumped (wx)Scintilla to v3.4.1
- security fix for 3rd party hunspell library
Regressions/Confirmed/Annoying/Common bugs:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo (http://apt.jenslody.de/).
Still building !Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc19, fc20, fc21 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (only 64-bit at the moment) can be found in my rpm-repo (http://rpm.jenslody.de).
I recently switched to copr (https://copr.fedoraproject.org/) to build and host my Fedora and CentOS packages.
Instructions how to use it can be found on my server (https://rpm.jenslody.de/) (easier) or on copr (https://copr.fedoraproject.org/coprs/jenslody/) (a little more handwork needed).
EDIT:Currently updatingUpdated my repos to
10066 with the following (additional) changes:
- updating astyle library to v2.05
- pumped (wx)Scinitlla to v3.53, finally bringing the "HEX" lexers to the core
By the way:
users who did not add my rpm-repo manually but by downloading the appropriate rpm (with my repo-file inside) should get an automatic update to the new repo.
Packages for openSUSE (http://codeblocks.esy.es) (binaries and sources) for 32-bit and 64-bit.
Grabbed build r10064, starts up no problem on Windows XP Pro 64bit.
my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D
I have two files in my main CodeBlocks install location that were probably left over from a older version...
because they are not showing up in either the devel or output folders so they are not being compiled
C:\Dev-CodeBlocks\exchndl.dll
C:\Dev-CodeBlocks\wxscintilla.dll <<-- I noticed [.\src\devel\libwxscintilla_cb.a] is it being statically linked in the main exe
now or its dll? if so should I get rid of it?
as far as running freshly compiled[debug] from svn src .... I am getting Debug Alerts and eventually I have to say no and let it crash...
CB r10064 through gdb
Can't read data for section '.debug_info' in file 'F:\Dev-src\CodeBlocks_src\src\output\wxtreelist.dll'
Can't read data for section '.debug_info' in file 'F:\Dev-src\CodeBlocks_src\src\output\share\codeblocks\plugins\xpmanifest.dll'
db stole 2GB of ram and crashed itself O_O....... gonna take a break...
[attachment deleted by admin]
Quote from: Melchior on January 18, 2015, 01:10:34 PM
my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D
This is not correct. Use a clean folder to install the archive.
Overriding old files can have random effects. Form just works to crashes randomly!
Quote from: oBFusCATed on January 18, 2015, 01:19:58 PM
Quote from: Melchior on January 18, 2015, 01:10:34 PM
my means of install of nightlies is simple drag n drop from archive overwriting existing files, seems to be working ok =D
This is not correct. Use a clean folder to install the archive.
Overriding old files can have random effects. Form just works to crashes randomly!
When I downloaded my first nightly it was r10050 I deleted the shared folder and let it overwrite all remaining files...
only those two were left so I should remove them then?
The scintilla dll should be much older than the static lib and is left over from whatever installation.
Quote from: jens on January 18, 2015, 01:30:45 PM
The scintilla dll should be much older than the static lib and is left over from whatever installation.
the only Installer I have currently is "CodeBlocks (v13.12)_setup.exe"... however I did have a older version installed before that...
I will get rid of those files then.
Melchior:
Start with a clean folder an copy everything needed there. There is no point in trying to guess what to replace/delete.
Also this makes it possible to have multiple nightlies installed, so if the new one is broken you can easily revert to the old one.
Contrib Build stats
36 minute(s), 6 second(s)
0 error(s),
12494 warning(s) <<-- and most of them were wxWidget related O_O !_!
AND all those DEBUG ALERT warning still poping up (ie I did a fresh clean build of both Wx, CB, and Contrib)..
I cannot run Debug build of CB trough gdb directly mem usage exceeds 2GB cap for a 32bit process on Windows XP Pro 64bit...
so gdb crashes...
DING DING bypassing those warning (gdb & C::B) I was finally able to get a backtrace on CB crash relating see my first post
http://forums.next.codeblocks.org/index.php/topic,19846.msg135629.html#msg135629
or
here is my official bug report ticket! loi ;D
https://sourceforge.net/p/codeblocks/tickets/133/
gdb log:
http://dpaste.com/33A7RQE <-- Full gdb log
http://dpaste.com/1JEECQY <-- SIGSEGV & BackTrace
// BUGBUG: case conversion does not work for non-latin characters
// TESTME
{{{
I accidentally the whole code
Я случайно весь код
私は誤ってコード全体
es scheint, dass Eindämmungssystem hat völlig versagt
}}}
// BUGBUG: rectangular selection is still broken
(reported previously http://forums.next.codeblocks.org/index.php/topic,19776.msg135484.html#msg135484 )