User forums > Nightly builds

The 29 January 2023 build (13166) is out.

(1/3) > >>

killerbot:
We switched to wx 3.2.1 (on 01 October 2022) --> download the new wx dll's see link below

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_wx321_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 29 Januari 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230129_rev13166_win64.7z
  - Linux :
   none

The current SDK version is : 2.23.0

Resolved Fixed:


* TODO: Fix panel not filling correctly (ticket #1364).
* CompilerGCC: Add support for MSVC17 (ticket #1352, thanks Martin Strunz).
Regressions/Confirmed/Annoying/Common bugs:


Xaviou:
Hi.

OS X version of this rev could not be built : there is an error with the clangd plugin (see attached build output)

32 bits version for Windows ca be found in my Google Drive. (wx-3.2.1).

Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo.

Regards
Xav'

Miguel Gimenez:
The error is

--- Code: ---make[5]: *** No rule to make target `../../../../../src/sdk/libcodeblocks.la', needed by `libclangd_client.la'.  Stop.
--- End code ---
The code completion plugin has this in the Makefile.am (and compiles OK)

--- Code: ---libcodecompletion_la_LIBADD = ../../sdk/libcodeblocks.la\
$(WX_LIBS) \
$(CB_TINYXML_LIBS)

--- End code ---
while clangd_client has

--- Code: ---libclangd_client_la_LIBADD = \
$(top_srcdir)/src/sdk/libcodeblocks.la \
-lutil \
$(WX_LIBS)

--- End code ---
Looks like $(top_srcdir)/src is not correct, it should be ../../.. (clangd_client is a contrib plugin, so it is one level deeper than Code Completion).

Pecan:

--- Quote from: Miguel Gimenez on January 30, 2023, 11:48:59 am ---The error is

--- Code: ---make[5]: *** No rule to make target `../../../../../src/sdk/libcodeblocks.la', needed by `libclangd_client.la'.  Stop.
--- End code ---
The code completion plugin has this in the Makefile.am (and compiles OK)

--- Code: ---libcodecompletion_la_LIBADD = ../../sdk/libcodeblocks.la\
$(WX_LIBS) \
$(CB_TINYXML_LIBS)

--- End code ---
while clangd_client has

--- Code: ---libclangd_client_la_LIBADD = \
$(top_srcdir)/src/sdk/libcodeblocks.la \
-lutil \
$(WX_LIBS)

--- End code ---
Looks like $(top_srcdir)/src is not correct, it should be ../../.. (clangd_client is a contrib plugin, so it is one level deeper than Code Completion).

--- End quote ---
Applied. Head rev 13177
Thanks Xaviou and Miguel

Xaviou:
Hi.

--- Quote from: Pecan on January 30, 2023, 06:56:49 pm ---Applied. Head rev 13177

--- End quote ---
Hum...
Doesn't seems to be enough.
There are still includes errors (see attached build output related to rev 13177)

Regards
Xav'

Navigation

[0] Message Index

[#] Next page

Go to full version