News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 15 August 2018 build (11449) is out.

Started by killerbot, August 15, 2018, 09:09:14 AM

Previous topic - Next topic

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(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:


  • Fix SF bug #705 (Path delimiters in .cbp file aren't Unix-normalized when saving project on Windows
  • wxSmith: Change wx*_BORDER styles to the new wx3.x wxBORDER_* (thanks ouch)
  • Astyle plugin: #698 fix astyle plugin argument bug(thanks Zheng Fan)
  • CC: Fix bug #693 Code completion can't parse #defined \ macros
  • lexer: Add lexer for plaintext files
  • incremental search: Make it possible to get focus by clicking (ticket 625, thanks bluehazzard)

Regressions/Confirmed/Annoying/Common bugs:




Xaviou

#1
Hi.

OS X version of this rev can be downloaded from my Google Drive.

Debian Stretch (32 and 64 bits) can be installed from my repo.

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

trivia21

#2
$ 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

gd_on

#3
Probably the same problem with Tortoise SVN : a connexion to github wxCrafterCB requires an authentification !
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

stahta01

#4
Quote from: trivia21 on August 21, 2018, 09:38:17 AM
$ 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

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.next.codeblocks.org/index.php/topic,22787.0.html

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Miguel Gimenez

#5
Can you create a ticket with this patch?

EDIT: fixed in trunk

BlueHazzard

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...