Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 10, 2018, 09:16:55 pm

Title: The 10 May 2018 build (11400) is out.
Post by: killerbot on May 10, 2018, 09:16:55 pm

IMPORTANT : THIS IS THE FIRST BUILD THAT USES WX 311 AND IS A 64 BIT APPLICATION.



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 10 May 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180510_rev11400_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 10 May 2018 build (11400) is out.
Post by: ivan braga on May 15, 2018, 12:40:49 am
As an image speaks more than a thousand words.

After compiling wxwidgets 3.1.1 with the following command:

../configure --enable-debug \
        --with-opengl \
        --enable-xrc \
        --enable-monolithic \
        --enable-unicode

I compiled the code :: blocks with the following command:

./bootstrap
./configure --prefix = / opt / codeblocks --with-contrib-plugins = all

Everything followed without errors, but when I try to execute the code :: blocks, what happens in the image happens.

It remains stuck in the startup screen, and begins to consume all ram, until the system hangs.

Any suggestions for solving the problem?

(https://i.imgur.com/P3KLXKH.png)

(https://i.imgur.com/aOs3pLp.png)
Title: Re: The 10 May 2018 build (11400) is out.
Post by: oBFusCATed on May 15, 2018, 12:55:46 am
Use gdb to find out where it is stuck.
Another option is to use memory tracking tool like heaptrack to see where the memory is being allocated.
Title: Re: The 10 May 2018 build (11400) is out.
Post by: cyuyan on May 15, 2018, 04:53:33 pm
When I drag the toolbar back and forth, something will happen below. Please look at the picture.
Title: Re: The 10 May 2018 build (11400) is out.
Post by: oBFusCATed on May 15, 2018, 08:03:29 pm
cyuyan:
What is the DPI of your monitor?
What is the scaling in windows you've set?
Are you using windows in the first place?
Which windows version or os version?
What is the size of the toolbar icons?
Title: Re: The 10 May 2018 build (11400) is out.
Post by: cyuyan on May 16, 2018, 03:26:53 am
 oBFusCATed:
I use WINDOWS 10 1803, my DPI is 100%, the scaling in windows is 100%,
I don't know how to measure the size of the toolbar icons.
I use WINDOWS 7,also have this problem.
Title: Re: The 10 May 2018 build (11400) is out.
Post by: ollydbg on May 16, 2018, 06:40:45 am
When I drag the toolbar back and forth, something will happen below. Please look at the picture.
this is a known issue, see my last post in our forum.

http://forums.codeblocks.org/index.php/topic,20938.msg153842.html#msg153842
Title: Re: The 10 May 2018 build (11400) is out.
Post by: nelson777 on May 17, 2018, 05:01:19 pm
I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.
Title: Re: The 10 May 2018 build (11400) is out.
Post by: Xaviou on May 17, 2018, 07:25:56 pm
I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.
Witch distib are you using ?

Regatrds
Xav'
Title: Re: The 10 May 2018 build (11400) is out.
Post by: W0LF on July 04, 2018, 12:48:31 pm
Hello!
What a Scintilla's message used for setting that foreground text color (indicated by arrows)?
Screenshot (https://www.dropbox.com/s/4xa5vz8yjvg2zed/cb-1.png?dl=0)
Title: Re: The 10 May 2018 build (11400) is out.
Post by: oBFusCATed on July 04, 2018, 07:29:05 pm
Why do you need an answer to such question?
Title: Re: The 10 May 2018 build (11400) is out.
Post by: W0LF on July 04, 2018, 08:57:32 pm
Why do you need an answer to such question?
I use a Notepad++ to write some sources. Notepad++ use an old library of Scintilla. I had tried many Scintilla's messages for tune the colors of selected text and indicators but did not receive the desired result. And suddenly I saw what I need in CB! So that is my question.
Title: Re: The 10 May 2018 build (11400) is out.
Post by: oBFusCATed on July 05, 2018, 12:44:36 am
https://sourceforge.net/p/codeblocks/code/11356/
Title: Re: The 10 May 2018 build (11400) is out.
Post by: W0LF on July 05, 2018, 09:22:42 am
Thanks!