Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 15, 2018, 09:09:14 am

Title: The 15 August 2018 build (11449) is out.
Post by: killerbot on August 15, 2018, 09:09:14 am
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(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc510-TDM.7z


The 15 August 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180815_rev11449_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 15 August 2018 build (11449) is out.
Post by: Xaviou on August 15, 2018, 03:44:58 pm
Hi.

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).

Debian Stretch (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Regards
Xav'
Title: Re: The 15 August 2018 build (11449) is out.
Post by: trivia21 on August 21, 2018, 09:38:17 am
Code
$ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449

svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11454.
svn: E205011: Failure occurred processing one or more externals definitions

URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB
Title: Re: The 15 August 2018 build (11449) is out.
Post by: gd_on on August 26, 2018, 07:19:45 pm
Probably the same problem with Tortoise SVN : a connexion to github wxCrafterCB requires an authentification !
Title: Re: The 15 August 2018 build (11449) is out.
Post by: stahta01 on August 30, 2018, 11:04:34 am
Code
$ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk -r 11449

svn: warning: W205011: Error handling externals definition for 'trunk/src/plugins/contrib/wxCrafterCB':
svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/eranif/wxCrafterCB/trunk'
Checked out revision 11454.
svn: E205011: Failure occurred processing one or more externals definitions

URL may have changed to https://github.com/nagyist/eranif-wxCrafterCB

Code
Index: src/plugins/contrib
===================================================================
--- src/plugins/contrib (revision 11455)
+++ src/plugins/contrib (working copy)

Property changes on: src/plugins/contrib
___________________________________________________________________
Modified: svn:externals
## -1,3 +1,2 ##
 FortranProject https://svn.code.sf.net/p/fortranproject/code/trunk
 PythonPlugins https://github.com/spillz/codeblocks-python/trunk
-wxCrafterCB https://github.com/eranif/wxCrafterCB/trunk

Edit: http://forums.codeblocks.org/index.php/topic,22787.0.html (http://forums.codeblocks.org/index.php/topic,22787.0.html)

Tim S.
Title: Re: The 15 August 2018 build (11449) is out.
Post by: Miguel Gimenez on August 30, 2018, 02:00:07 pm
Can you create a ticket with this patch?

EDIT: fixed in trunk
Title: Re: The 15 August 2018 build (11449) is out.
Post by: BlueHazzard on September 30, 2018, 07:49:33 pm
Would it be possible to provide the nightly builds with debug symbols? WxWidgets and codeblock binaries. This would allow us to use the drmingw rpt file better. Without symbols it is useless...