Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 17, 2019, 08:27:03 pm

Title: The 17 November 2019 build (11918) is out.
Post by: killerbot on November 17, 2019, 08:27:03 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(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64.7z.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 17 November 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20191117_rev11918_win64.7z
  - Linux :
   none

The current SDK version is : 1.46.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 17 November 2019 build (11918) is out.
Post by: Melchior on November 17, 2019, 08:34:16 pm
hey Killerbot...  thx  for the update!
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Xaviou on November 17, 2019, 08:51:45 pm
Hi.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64.7z.7z
There is one useless extra ".7z" in the archive name.

Regards
Xav'
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Khram on November 18, 2019, 11:09:15 am
... repeat. While typing a new word - spellcheck does not work, and after, or, when update with ready-made text - everything is fine. The general conclusion  - it is possible to work with some difficulties ... >:(
Title: Re: The 17 November 2019 build (11918) is out.
Post by: BlueHazzard on November 18, 2019, 11:31:04 am
Quote
repeat. While typing a new word - spellcheck does not work, and after, or, when update with ready-made text - everything is fine. The general conclusion  - it is possible to work with some difficulties ...
Are you talking about that as long as you type the word is highlighted as error?
Is this not expected? At least for me it is how it should work... As long as you type the word is not complete -> the word is wrong -> Error for the spell checker. So i can check the word while typing... In my language words are constructed of multiple other, smaller words, so this behavior of the spellchecker is really handy, because it shows me that the word until now is correct...
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Khram on November 18, 2019, 01:41:31 pm
Thank You! Really it got better. In the ver.11918 is clearly an old bug disappears when typing the next word. Previously, in ver.11890, updating the entire source code was required.
Title: Re: The 17 November 2019 build (11918) is out.
Post by: oBFusCATed on November 18, 2019, 07:37:48 pm
@BlueHazzard: In firefox spell checking (for English) happens after pressing space or other word separating characters. I don't think it is expected to mark the word as misspelled if the user is still typing it. I think it will be (mildly) annoying.
Title: Re: The 17 November 2019 build (11918) is out.
Post by: killerbot on November 18, 2019, 09:39:16 pm
Hi.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64.7z.7z
There is one useless extra ".7z" in the archive name.

Regards
Xav'

I know, but it got uploaded like that, will re upload it and then adjust the url
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Xaviou on November 18, 2019, 09:57:29 pm
Hi

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

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

Regards
Xav'
Title: Re: The 17 November 2019 build (11918) is out.
Post by: dkulp on November 22, 2019, 06:01:37 pm
OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).

Are there any docs on how to build the OSX version and get an actual runnable build out of it?   The ONLY thing I need codeblocks for is wxSmith, but wxSmith is not usable at all in any of the nightly builds on OSX (just get black screens instead of the panels displayed) and I'd like to try and fix it (likely just a double buffer issue) but I really cannot figure out how to build things and have it work.    :(
Title: Re: The 17 November 2019 build (11918) is out.
Post by: oBFusCATed on November 22, 2019, 09:04:22 pm
Almost the same as on linux.
Use homebrew/macports to get autotools/automake/whateverelse is needed
Run ./bootstrap
Run ./configure in a folder pass --prefix to some folder where you have write access
make -jsomething
make install
Run ./bundle.sh

This would give you a folder CodeBlocks.app which could be used to execute codeblocks.
If you have some other problems you better start a topic where you could get help with them.
This one is too generic.
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Suryavarman on December 08, 2019, 10:50:10 pm
Are there any docs on how to build the OSX version and get an actual runnable build out of it?   The ONLY thing I need codeblocks for is wxSmith, but wxSmith is not usable at all in any of the nightly builds on OSX (just get black screens instead of the panels displayed) and I'd like to try and fix it (likely just a double buffer issue) but I really cannot figure out how to build things and have it work.    :(

Hi dkulp,
If you cannot solve your problem. May be you can use wxFormBuilder https://github.com/wxFormBuilder/wxFormBuilder (https://github.com/wxFormBuilder/wxFormBuilder).
It works properly.
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Suryavarman on December 08, 2019, 10:58:21 pm
Hi

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

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

Regards
Xav'

(Globish)
Hi Xaviou
I can't use anymore your CB builds.
MacOS version requiered: 10.14
My OS version : 10.13.6

(Français)
Coucou Xaviou,

Je peux plus utiliser tes build (J'avou :p c'est pas souvent que je suis sur mon mac). Il m'est impossible d'utiliser CodeBlocks.app avec ma version de MacOS.
J'ai la 10.13.6 et l'app requiert la version 10.14
Title: Re: The 17 November 2019 build (11918) is out.
Post by: dkulp on December 12, 2019, 09:55:06 pm
Just to follow up on the wxSmith issue on OSX.    It looks like it's a bug in wxWidgets.   All the various calls to grab a screen shot of the view seem to return just a black wxBitmap.   Tracking into the wxWidgets call, it's heading into an un-implemented call.   I've logged a ticket:

https://trac.wxwidgets.org/ticket/18627

Title: Re: The 17 November 2019 build (11918) is out.
Post by: dkulp on December 12, 2019, 10:01:19 pm
And I was going to try and workaround it by using wxScreenDC to capture the full screen and pulling out the window area, but then ran into:

https://trac.wxwidgets.org/ticket/18628
Title: Re: The 17 November 2019 build (11918) is out.
Post by: BlueHazzard on December 13, 2019, 10:02:22 am
@dkulp
Thank you for looking into it!
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Xaviou on December 17, 2019, 06:39:37 pm
Hi

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

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

Regards
Xav'

(Globish)
Hi Xaviou
I can't use anymore your CB builds.
MacOS version requiered: 10.14
My OS version : 10.13.6

(Français)
Coucou Xaviou,

Je peux plus utiliser tes build (J'avou :p c'est pas souvent que je suis sur mon mac). Il m'est impossible d'utiliser CodeBlocks.app avec ma version de MacOS.
J'ai la 10.13.6 et l'app requiert la version 10.14

Hi.
As you said in french, you don't seems to use your Mac very often  ;D

The fact that you must use version 10.14 is due to my wxWidgets build on my Macbook : it has been done one year ago....

If you need, I can help you building your own version of Code::Blocks.

Regards
Xav'
Title: Re: The 17 November 2019 build (11918) is out.
Post by: Suryavarman on December 17, 2019, 11:11:24 pm
Héhé,

(Globish)
Thanks for your answer. I can't update my macOs too old ;) :p. At the moment i can deal with the old version. Currently i work on my project with linux, later i will have to build-it for mac.
I will ask some help may be the next year :p

Best ;).

(Français)
Merci pour ta réponse. Je peu pas mettre à jour mon Mac :p. Pour le moment je peux m'en passer et rester avec cette ancienne version. Je code principalement sur linux et le jour où je m'attaquerai à le compiler sur Mac là je n’oublierai pas ta gentille proposition :p.

Bien à toi.
Title: Re: The 17 November 2019 build (11918) is out.
Post by: omgfish on December 20, 2019, 02:10:39 am
thank,,good