Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Development / Re: to which compiler should we step up to bundle with CB
« Last post by killerbot on Yesterday at 07:27:20 am »
you mean the latest nightly ;-)
It is already existing.
12
Development / Re: to which compiler should we step up to bundle with CB
« Last post by MortenMacFly on Yesterday at 06:49:58 am »
...but I will try version 13 - seems this might be a good one if it compiles wx32, indeed.
I did that now an with:
gcc-13.1.0-llvm-16.0.4-mingw-w64ucrt-11.0.0-r4
...I have full success with all of my projects! This would be my current favourite.
I can also live very well with niXman, but as I said in the other thread: Since in the WinLibs release most common libs/tools are also bundled I would prefer the WinLib one.
Lets see how the next nightly with POSIX threads turns out...
13
Development / Re: UI for project globs aka automatic source directories
« Last post by BlueHazzard on Yesterday at 12:13:08 am »
Any updates?
14
General (but related to Code::Blocks) / Re: Nigntly R13304
« Last post by everSome on June 05, 2023, 10:25:58 pm »
Well, adding:
      <Project filename="plugins/contrib/wxSmithDemo/wxSmithDemo_wx32_64.cbp" />
to the end of:
ContribPlugins_wx32_64.workspace
for:
codeblocks-code-r13311-trunk

does successfully build an executable.
15
Nightly builds / Re: The 04 June 2023 build (13311) is out.
« Last post by nenin on June 05, 2023, 01:13:52 pm »
I observed strange thing:
path in CB console when fresh built file is executed:
Code
Set variable: PATH=.;C:\mingw64\nixman13_1w32u\bin;C:\mingw64\nixman13_1w32u;C:\mingw64\nixman12_2w32u\bin;C:\mingw64\nixman12_2w32u;C:\ProgramData\Oracle\Java\javapath;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Common Files\AspenTech Shared;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\CryptoTech\CryptoCard;C:\Program Files (x86)\CryptoTech\CryptoCard;C:\Program Files\Wolfram Research\WolframScript;C:\Users\*****\AppData\Local\Microsoft\WindowsApps;c:\mingw64\nixman12_2w32u\bin
actual path, from cmd:
Code
PATH=C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Common Files\AspenTech Shared\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\CryptoTech\CryptoCard\;C:\Program Files (x86)\CryptoTech\CryptoCard\;C:\Program Files\Wolfram Research\WolframScript\;C:\Users\****\AppData\Local\Microsoft\WindowsApps;c:\mingw64\nixman12_2w32u\\bin

project actually is using "C:\mingw64\nixman13_1w32u"
16
Nightly builds / Re: The 04 June 2023 build (13311) is out.
« Last post by Neo on June 05, 2023, 09:49:48 am »
Maybe clangd plugin is broken; it reports unrealistic 'errors'. See attached screenshot.

EDIT:
It seems clangd plugin conflicts with MSYS2 clangd (mingw-w64-clang-i686-clang-tools-extra). I switched back to winlibs clangd and it works like before.
17
Nightly builds / Re: The 04 June 2023 build (13311) is out.
« Last post by nenin on June 05, 2023, 07:58:14 am »
compared to yesterdays nightly:
  • again new compiler, now again POSIX based
  • download the supportive dll's  (wx and mingw)
Thanks, it is big step forward! And "svn13311" looks beautiful.
18
Nightly builds / Re: The 03 June 2023 build (13304) is out.
« Last post by nenin on June 05, 2023, 07:51:40 am »
Necessary to note than niXman uses implementation of the native wi32 threads, which looks like is an official gcc solution for C++ threads under windows. I dont know what wxW requires, but native win32 threads under std::thread are definitely better than winpthread. 
19
Nightly builds / Re: The 04 June 2023 build (13311) is out.
« Last post by killerbot on June 04, 2023, 05:55:02 pm »
compared to yesterdays nightly:
  • again new compiler, now again POSIX based
  • download the supportive dll's  (wx and mingw)
20
Nightly builds / The 04 June 2023 build (13311) is out.
« Last post by killerbot on June 04, 2023, 05:54:00 pm »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

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 : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx3221_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 04 June 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230604_rev13311_win64.7z
  - Linux :
   none

The current SDK version is : 2.24.0

Resolved Fixed:

  • fixed compiler detection of MinGW as supplied by installer is not working
  • make wxSmithDemo and wxSmithSTC compile on later wx versions
  • allow to manage Globs also via pop-up menu in project explorer

Regressions/Confirmed/Annoying/Common bugs:


    Pages: 1 [2] 3 4 5 6 7 ... 10