Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 18, 2020, 02:43:29 pm

Title: The 18 April 2020 build (12064) is out.
Post by: killerbot on April 18, 2020, 02:43:29 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
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 18 April 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20200418_rev12064_win64.7z
  - Linux :
   none

The current SDK version is : 2.2.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 18 April 2020 build (12064) is out.
Post by: Xaviou on April 18, 2020, 06:42:27 pm
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).
There is a specific dmg file for each version of the os (10.13, 10.14 and 10.15).

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 18 April 2020 build (12064) is out.
Post by: Khram on April 19, 2020, 07:25:57 am
Thanks, everything works relatively well.
Title: Re: The 18 April 2020 build (12064) is out.
Post by: eckard_klotz on April 19, 2020, 10:28:33 am
Hello Developers.

First of all thanks for all the effort you took in the last years to update all the code to build it with the new wxWidgets 3 and congratulation for the new release.

Never the less there is still one feature missing, I use very intensively with Code::Blocks and that is for me actually a key-feature of an IDE.

I'm talking about the symbol-browser:


Could you please give us a small statement about this and if you are still working on this,  when the symbol-browser could be activated again?

Stay or become again well and healthy,
                                                       Eckard.
Title: Re: The 18 April 2020 build (12064) is out.
Post by: oBFusCATed on April 26, 2020, 11:45:36 am
Ubuntu packages available in my PPA.

https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly

Notes:
- 14.04 is no longer supported, because it uses wxWidgetw 2.8.
- 20.04 doesn't build, yet. I'll look at it when I have a virtual machine installed.
Title: Re: The 18 April 2020 build (12064) is out.
Post by: SMA on May 06, 2020, 04:25:59 pm
Hi
 I am totally new to programming and basically know nothing.
Thank you so much because I needed a Code::Blocks version that works on macOS Catalina, but when I tried to build and run the simple default "Hello World" code, it seemed to compile but nothing appeared. Do you know if this is common or if I can do something about it?
Thanks again
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).
There is a specific dmg file for each version of the os (10.13, 10.14 and 10.15).

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 18 April 2020 build (12064) is out.
Post by: oBFusCATed on May 06, 2020, 04:44:20 pm
You have to install xcode (or use some other method to get a working compiler) and also run the compiler in a terminal, so you'll be able to accept Apple's Terms and Conditions.
Title: Re: The 18 April 2020 build (12064) is out.
Post by: SMA on May 06, 2020, 07:04:49 pm
Thanks for replying
I already installed Xcode before codeblocks and have run a simple code on it. But if wanna run a code in codeblocks it seems like it's taking too long and when i try to exit it it says that it's compiling and asks if i wanna abort. I clicked on abort but it just seems to take forever and does not respond
Title: Re: The 18 April 2020 build (12064) is out.
Post by: oBFusCATed on May 06, 2020, 08:49:49 pm
You have to run the compiler in a terminal I think. Just type clang in the terminal.
Title: Re: The 18 April 2020 build (12064) is out.
Post by: SMA on May 09, 2020, 01:30:17 pm
When I typed clang this error came up "clang: error: no input files"
So I tried it with an input file like "clang hello.c" and it did run but codeblocks still does not work lol
Title: Re: The 18 April 2020 build (12064) is out.
Post by: crazyi on May 09, 2020, 02:06:41 pm
Hi

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/open?id=0B2rFQ8rNHzEeN0xtU3R6emdhUWs).
There is a specific dmg file for each version of the os (10.13, 10.14 and 10.15).

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

Regards
Xav'

Thank you for your OSX version of CB, I wonder why there is no an official release?
Title: Re: The 18 April 2020 build (12064) is out.
Post by: oBFusCATed on May 09, 2020, 05:20:27 pm
Because we cannot notarize the release at this moment in time.