1
Help / Re: Building CB : cannot find -lexchndl.dll: No such file or directory
« Last post by charles5577 on Today at 11:59:39 am »I tried with the latest SVN code. It works.
Thanks everyone!
Thanks everyone!
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#wxWidgets install
sudo apt install libwxgtk3.2-dev
#Alternatively wxWidgets build from source
git clone https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
git checkout v3.3.3
git submodule update --init
mkdir build-v3.3.3/
cd build-v3.3.3/
CC=/usr/local/bin/gcc-15.2.0 CPP=/usr/local/bin/cpp-15.2.0 CXX=/usr/local/bin/g++-15.2.0 ../configure --enable-xrc --enable-monolithic --enable-debug --enable-stc --enable-webview
make -j$(( $(nproc) - 1 ))
sudo make install
#install deps
sudo apt install libtool cmake
#Build C::B
cd ~/codeblocks-code
ACLOCAL_FLAGS="-I /usr/local/share/aclocal" ./bootstrap #ACLOCAL_FLAGS required only when installed wxwidgets from source
./configure --with-contrib-plugins=all --prefix=/opt/codeblocks/
make -j$(( $(nproc) - 1 )) install -k
Hi Danois, could you please check if AppImage detailed in https://forums.codeblocks.org/index.php/topic,26313.msg178904.html#msg178904 works?
Index: src/plugins/compilergcc/resources/Makefile.am
===================================================================
--- src/plugins/compilergcc/resources/Makefile.am (revision 14037)
+++ src/plugins/compilergcc/resources/Makefile.am (working copy)
@@ -56,7 +56,8 @@
images/svg/compilerun.svg \
images/svg/rebuild.svg \
images/svg/run.svg \
- images/svg/stop.svg
+ images/svg/stop.svg \
+ images/svg/silent.svg
Loading toolbar...
cbLoadBitmapBundleFromSVG: Cannot load 'C:\msys64_SDL_testing\opt\codeblocks\bin\..\share\codeblocks/compiler.zip#zip:/images/svg/silent.svg'
cbLoadBitmapBundleFromSVG: Cannot load 'C:\msys64_SDL_testing\opt\codeblocks\bin\..\share\codeblocks/compiler.zip#zip:/images/svg/silent.svg'
--disable-pch --with-contrib-plugins=all,-Valgrind