Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxWidgets 3.1.6 has been released

<< < (2/5) > >>

jordi:
All right in Debian distribution

jordi@debian:~/source/codeblocks-code$ lsb_release -a
No LSB modules are available.
Distributor ID:   Debian
Description:   Debian GNU/Linux 11 (bullseye)
Release:   11
Codename:   bullseye
jordi@debian:~/source/codeblocks-code$ uname -a
Linux debian 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux


make clean
export ACLOCAL_FLAGS="-I `wx-config --prefix`/share/aclocal"
./bootstrap
./configure --prefix=/home/jordi/build/ --with-wx-config=/usr/local/bin/wx-config
make all -j 10

gd_on:
I compiled and linked C::B (svn 12779 and 12780) with wxWidgets 3.1.6.
Normally, the interface should appear in French for me, but it's still in English. The same svn versions compiled and linked with wxWidgets 3.1.5 have the correct behaviour (appear in French with my configuration). C::B, with wxWidgets 3.1.6 seems to work as it should, but the interface stays in English, despite the fact that in Settings/View the French language is proposed and set for me.
In wxWidgets, I tried the internat sample : it seems to work as it should.
Is it a wxWidgets problem, a C::B one ?
Does anybody has such a problem ?

gd_on

Miguel Gimenez:
There is a new wxUILocale class, may be related to it.

stahta01:
wxPython fails to build with wxWidgets 3.1.6; they removed a class name whose function was duplicated by another class.

Add more info
https://github.com/wxWidgets/wxWidgets/pull/2445
Replace DoGetBorderSize() with GetWindowBorderSize()

Tim S.

ollydbg:

--- Quote from: stahta01 on April 07, 2022, 04:14:44 am ---wxPython fails to build with wxWidgets 3.1.6; they removed a class name whose function was duplicated by another class.

Add more info
https://github.com/wxWidgets/wxWidgets/pull/2445
Replace DoGetBorderSize() with GetWindowBorderSize()

Tim S.

--- End quote ---

Hi, Tim, do you mean this will effect the native C++ wx library 3.1.6? Since we don't use wxPython in our C::B code base.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version