Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 17, 2015, 05:05:58 pm

Title: The 17 January 2014 build (10064) is out.
Post by: killerbot on January 17, 2015, 05:05:58 pm
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.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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 17 January 2014 build (10064) is out.
Post by: Jenna on January 17, 2015, 05:55:39 pm
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:

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.
Title: Re: The 17 January 2014 build (10064) is out.
Post by: shurick on January 18, 2015, 06:56:52 am
Packages for openSUSE (http://codeblocks.esy.es) (binaries and sources) for 32-bit and 64-bit.
Title: Re: The 17 January 2014 build (10064) is out.
Post by: Melchior on January 18, 2015, 01:10:34 pm
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
Code
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]
Title: Re: The 17 January 2014 build (10064) is out.
Post by: oBFusCATed on January 18, 2015, 01:19:58 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!
Title: Re: The 17 January 2014 build (10064) is out.
Post by: Melchior on January 18, 2015, 01:24:40 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?
Title: Re: The 17 January 2014 build (10064) is out.
Post by: Jenna 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.
Title: Re: The 17 January 2014 build (10064) is out.
Post by: Melchior on January 18, 2015, 01:44:41 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.
Title: Re: The 17 January 2014 build (10064) is out.
Post by: oBFusCATed on January 18, 2015, 01:49:33 pm
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.
Title: Re: The 17 January 2014 build (10064) is out.
Post by: Melchior on January 19, 2015, 05:46:13 am
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.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
Title: Re: The 17 January 2014 build (10064) is out.
Post by: xawari on January 20, 2015, 11:59:09 am
// 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.codeblocks.org/index.php/topic,19776.msg135484.html#msg135484 )