Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 01, 2019, 06:49:48 pm

Title: The 01 November 2019 build (11890) is out.
Post by: killerbot on November 01, 2019, 06:49:48 pm

IMPORTANT : THIS BUILD USES WX 313 with 2D SUPPORT.




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_2D_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 01 November 2019 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20191101_rev11890_win64.7z
  - Linux :
   none

The current SDK version is : 1.46.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 01 November 2019 build (11890) is out.
Post by: killerbot on November 01, 2019, 06:50:22 pm
in the meantime wx 3.1.3 is building and shortly a nightly based on that will come ....
Title: Re: The 01 November 2019 build (11890) is out.
Post by: killerbot on November 01, 2019, 09:54:04 pm
in case you want to try the wx3.1.3 based build (please do), these are the 2 things you need:

http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2019/CB_20191101_rev11890_win64-wx313.7z

http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx313_2D_gcc810-mingw64.7z.7z
Title: Re: The 01 November 2019 build (11890) is out.
Post by: Khram on November 02, 2019, 05:42:15 am
Great, thank you! I will learn a new version of an excellent program.   :)
Title: Re: The 01 November 2019 build (11890) is out.
Post by: BlueHazzard on November 02, 2019, 11:51:17 pm
Quote
When typing a new word, previous mistakes occur. The re-check the spelling of these errors are corrected.
Sorry, bu i do not understand this. Does it work or not? If not, can you give an exact description what does not work? If it works all is ok :)
Title: Re: The 01 November 2019 build (11890) is out.
Post by: Khram on November 03, 2019, 06:53:59 am
Quote
When typing a new word, previous mistakes occur. The re-check the spelling of these errors are corrected.
Sorry, bu i do not understand this. Does it work or not? If not, can you give an exact description what does not work? If it works all is ok :)

Ok, thanks. I repeat. While typing a new word - does not work, and after, or, when working with old ready-made text - everything is fine. The general conclusion to the second day - it is already possible to work with some difficulties ...
Title: Re: The 01 November 2019 build (11890) is out.
Post by: Frank_CB on November 07, 2019, 07:39:22 pm
Hello,

Have built wx313 libraries on a Windows 10 64-bit platform. Have installed nightly version 11890 using wx313. Have built Release and Debug versions of SVN 11901.

Have successfully compiled and executed wxWidgets samples Calendar and Splash with MSVS2019 Community,with both wx311 and wx313 (both inside and outside the IDE). I have successfully built and executed these samples with previous versions of C::B using the wx311 libraries. After apparently successfully building/rebuilding the samples with either the nightly version or the SVN versions of C::B, using the wx313 libraries, I'm now encountering error status -1073741819 failures when running from within C::B's IDE. No errors, nor any output, is shown when executing the samples outside of C::B's IDE.

Anyone else experiencing similar results or has any suggestions on how to fix the problem? It's not apparent to me whether this is wxWidget's or Code::Block's issue.

Regards
Title: Re: The 01 November 2019 build (11890) is out.
Post by: stahta01 on November 07, 2019, 09:21:39 pm
Frank_CB: -1073741819 = c0000005

Quote
Exception code c0000005 is the code for an access violation.

Tim S.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: Frank_CB on November 16, 2019, 10:05:36 pm
@Stahta01:

Thanks for your response and comment.  My programming calculator verified your result.  It never dawned on me to change the error code to hexidecimal. Your reference to that value being equivalent to 'Access Violations' is good info. Is that information publicly available from Codeblocks, or is it your own?

Regards
Title: Re: The 01 November 2019 build (11890) is out.
Post by: stahta01 on November 17, 2019, 12:08:15 am
@Stahta01:

Thanks for your response and comment.  My programming calculator verified your result.  It never dawned on me to change the error code to hexidecimal. Your reference to that value being equivalent to 'Access Violations' is good info. Is that information publicly available from Codeblocks, or is it your own?

Regards

I use the Windows built in Calc to change it to Hex and then I google the HEX value without any leading Fs.

Edit: I likely add error code to the hex value.

Tim S.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: killerbot on November 17, 2019, 08:51:23 am
new nightly coming this evening, would only do wx 3.1.3, did we encounter any serious issues with it ?
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 17, 2019, 10:31:01 am
For  me, no problems with wx313 (until now).
I have just a minor problem with svn number which is always 11918 thouh it should be 11922 this morning (even after deleting autorevision.h which force a rebuild).
Title: Re: The 01 November 2019 build (11890) is out.
Post by: oBFusCATed on November 17, 2019, 11:20:52 am
Try to run the bootstrap script. I think it regenerates the revision.m4 file which is used to setup the numbers. If this doesn't work try to delete the revision.m4 and re-run bootstrap again.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 17, 2019, 05:41:55 pm
 :-[ which boostrap ? I'm on Windows. boostrap is for linux, no ?
Title: Re: The 01 November 2019 build (11890) is out.
Post by: oBFusCATed on November 17, 2019, 05:51:18 pm
Yes, it is unix thing. Then I have no idea. You have to probably debug the autoversionning tool. It is not unheard of it being broken. ;)
Title: Re: The 01 November 2019 build (11890) is out.
Post by: Miguel Gimenez on November 17, 2019, 06:08:23 pm
This sometimes happens to me when I call svn update from the src folder
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 17, 2019, 07:21:14 pm
On my Windows, I have unix like tools installed.
I can use update_revision.sh.
This is what I obtain :
PS C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src> bash
bash.exe"-3.1$ ./update_revision.sh
Using 'svn --xml info' to get the revision
Found revision: '11918' '2019-11-16 13:45:08'
bash.exe"-3.1$
Title: Re: The 01 November 2019 build (11890) is out.
Post by: oBFusCATed on November 17, 2019, 08:10:25 pm
The linux tools shouldn't matter for the windows builds...
Title: Re: The 01 November 2019 build (11890) is out.
Post by: killerbot on November 17, 2019, 08:22:54 pm
new nightly is ready, but just like 2 weeks ago, uploads to source forge fail all the time :-(
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 17, 2019, 09:38:36 pm
Code
The linux tools shouldn't matter for the windows builds...
I know. That was just to show that linux tools had also the problem.
And apparently, killerbot published today a 11922 version but with name 11918. I think he has also the problem.
May be something is wrong on svn repo.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: osdt on November 17, 2019, 10:24:28 pm
... And apparently, killerbot published today a 11922 version but with name 11918. I think he has also the problem.
May be something is wrong on svn repo.

SVN #11922 belongs to branches/release-20.xx, current trunk is at #11918. Seems to be ok.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 18, 2019, 10:28:48 am
do you mean that it's necessary to change the repo address from svn://svn.code.sf.net/p/codeblocks/code/trunk to svn://svn.code.sf.net/p/codeblocks/code/branches/release-20.xx ?
Looks strange ...
Title: Re: The 01 November 2019 build (11890) is out.
Post by: gd_on on November 18, 2019, 11:59:14 am
Looking carefully in svn, I see that :
r11919 = r11918
r11920 = r11915
r11921 = r11916
r11922 = r11917
but <= 11918 is for trunk branch and > 11919 is for 20-xx branch.
This is a little bit confusing this mixing of branches ... Sorry.
Title: Re: The 01 November 2019 build (11890) is out.
Post by: oBFusCATed on November 18, 2019, 07:39:23 pm
This is how svn works... If you want to see a graph, you'll have to use one of the git mirrors.