News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 09 February 2019 build (11562) is out.

Started by killerbot, February 09, 2019, 11:13:29 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_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 09 February 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20190209_rev11562_win64.7z
  - Linux :
   none

The current SDK version is : 1.37.0

Resolved Fixed:


  • fix 770: place window always on a valid display
  • Fix compilation for wx3.1.2: introduced new constructor for wxDisplay.
  • CC: Fix buffer overflow crash issue which is not fully solved in rev11548.(Thanks Miguel Gimenez)
  • Debugger: Fix GDB prompt returning issue when we do instruction level debugging.
  • wizard: Fix wxWidgets script on windows (Ticket #676, Thanks Juan Manuel Fernández Muñoz)
  • CodeBlocks - Avoid crash or assert when app closed via OS TaskBar cf: http://forums.next.codeblocks.org/index.php?topic=23033.msg156658#msg156658
  • wxSmith: Fix a crash caused by uninitialized wxPen in wxMathPlot control.

Regressions/Confirmed/Annoying/Common bugs:




Xaviou

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]

sodev


raynebc

Quote from: Khram on February 11, 2019, 07:14:15 AM
Spellcheck not work...  :'(
You can count on it remaining broken until you do a better job detailing the problem and helping troubleshoot this issue that is seemingly unique to you.

dkulp

Quote from: Xaviou on February 09, 2019, 11:08:09 PM
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.



Any chance of getting a wxWidgets 3.1.2 build for OSX?   The 3.0.4 build is really unusable (at least the wxSmith stuff) on Mojave.   I'm hoping the Mojave fixes that are in 3.1.2 would help.

Xaviou

Quote from: dkulp on February 11, 2019, 09:40:06 PM
Quote from: Xaviou on February 09, 2019, 11:08:09 PM
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.



Any chance of getting a wxWidgets 3.1.2 build for OSX?   The 3.0.4 build is really unusable (at least the wxSmith stuff) on Mojave.   I'm hoping the Mojave fixes that are in 3.1.2 would help.
Done : now both wx-3.0.4 and wx-3.1.2 are available.

Regards

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

dkulp

Quote from: Xaviou on February 12, 2019, 08:36:59 PM
Any chance of getting a wxWidgets 3.1.2 build for OSX?   The 3.0.4 build is really unusable (at least the wxSmith stuff) on Mojave.   I'm hoping the Mojave fixes that are in 3.1.2 would help.
Done : now both wx-3.0.4 and wx-3.1.2 are available.
[/quote]

Well, It now shows Dark mode and the property grid is fully retina and looks better, so that's good.  But wxSmith still doesn't work.   Click on any panel/dialog and it flashes up and then the entire area goes black.    So still not usable.   :(


Khram

Quote from: raynebc on February 11, 2019, 06:53:54 PM
Quote from: Khram on February 11, 2019, 07:14:15 AM
Spellcheck not work...  :'(
You can count on it remaining broken until you do a better job detailing the problem and helping troubleshoot this issue that is seemingly unique to you.

Ok.

The use of 8-bit encoding, for example, Russian font, does not result in the selection of words, which is why the work of the CB fails.

I am afraid that someone, in spite to all Eastern Orthodox, does not want to use the key of compilation: -insignand-char, which is why the search for words begins to work with negative indices.

Thank you, that you are interested.

C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

oBFusCATed

Can someone who knows Russian try to translate the explanation of the problem Khram is having? Either he is trolling us or google translate is really bad...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

raynebc

For the sake of actually getting usable information, Khram, are you using this encoding?
https://en.wikipedia.org/wiki/KOI8-R

If not, please specify the exact encoding you're using.  Providing an example source file in that encoding would be helpful so somebody can test with an affected file.

Khram

#10
Quote from: raynebc on February 13, 2019, 06:46:00 AM
For the sake of actually getting usable information, Khram, are you using this encoding?
https://en.wikipedia.org/wiki/KOI8-R

If not, please specify the exact encoding you're using.  Providing an example source file in that encoding would be helpful so somebody can test with an affected file.

Windows   1250 • 1251 (Cyrillic) • 1252 • 1253 • 1254 • 1255 • 1256 • 1257 • 1258 ++ UTF-8 also...
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

airc


Miguel Gimenez

Quote from: airc on February 13, 2019, 10:55:09 AM
could someone please provide win32 build ?

You can try my personal compilation of SVN 11570 with wx3.1.2.

Caveats:
  - the attached wx3.1.2 library is patched so Code Completion doesn't crash
  - C::B has some patches proposed in tickets but still not accepted (nothing to worry about, see the attached diff if you want)

www.solener.eu/Codeblocks.7z

airc

Quote from: Miguel Gimenez on February 13, 2019, 12:17:23 PM
Quote from: airc on February 13, 2019, 10:55:09 AM
could someone please provide win32 build ?

You can try my personal compilation of SVN 11570 with wx3.1.2.

Caveats:
  - the attached wx3.1.2 library is patched so Code Completion doesn't crash
  - C::B has some patches proposed in tickets but still not accepted (nothing to worry about, see the attached diff if you want)

www.solener.eu/Codeblocks.7z

thank you very much ;)

raynebc

Khram, are you going to provide one or more example source files in affected character encodings?