Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Announcements / Re: New alias
« Last post by LETARTARE2 on March 14, 2025, 03:21:28 pm »
Except for the first message I could write, I still can't write a message with a joins file.
on this new account.

This should help the site administrator
52
Announcements / New alias
« Last post by LETARTARE2 on March 14, 2025, 03:02:41 pm »
My old 'LETARTARE' account no longer allowing you to create messages, I created a new 'LETARTARE2' account to do a test
53
Help / Re: Installing Code::Blocks from source on Linux
« Last post by LETARTARE on March 14, 2025, 01:51:30 pm »
With 'Leap-15.6' we have the two versions which seem to coexist : 'libtiff.so.5' and  'libtiff.so.6'
54
Help / Re: Stripping debug info from output tree
« Last post by everSome on March 13, 2025, 06:43:48 pm »
I'm being rather forgetful about this stuff as I did it a year or two ago. You'll notice that at the bottom of the update32_64_MSYS2.sh file there is a reference to
update32_64_MSYS2.sh
You can just delete it, or I could post it if you'd find it useful. I've only used this in the UCRT64 and MINGW64 environments. What that python script does is examine the import tables of all .exe and .dll files in output32_64 in a repetative manner for references to MSYS2 .dll files and copies them into output32_64.
55
Help / Re: Stripping debug info from output tree
« Last post by everSome on March 13, 2025, 04:42:38 pm »
I forgot to mention that as I've commented out stripping since don't want to do that, you'll have to uncomment the three strip commands around lines 241 to 243.
REM echo Stripping debug info from output tree
REM %3 "%CB_OUTPUT_DIR%/*.exe"
REM %3 "%CB_OUTPUT_DIR%/*.dll"
REM %3 "%CB_OUTPUT_RESDIR_STRIP%/plugins/*.dll"

Just remove the "REM "prefix threof.
56
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Miguel Gimenez on March 13, 2025, 01:38:03 pm »
Probably copying libtiff.so.6 to libtiff.so.5 is enough, but I would ask in the wxWidgets' forum.
57
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Krice on March 13, 2025, 11:18:01 am »
Libtiff is in usr/lib64 but it has libtiff.so, libtiff.so.6 and libtiff.so.6.0.2. Do I need version 5 or what. Linux library stuff is so confusing.
58
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Miguel Gimenez on March 12, 2025, 03:51:11 pm »
Does libtiff.so.5 exist in /usr/local/lib (or another searchable path)? If not, you can add a link to the proper libtiff.
59
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Krice on March 12, 2025, 02:08:41 pm »
These libtiff packages are already installed:

libtiff.x86_64         4.6.0-6.fc41 fedora
libtiff-devel.x86_64  4.6.0-6.fc41 fedora
60
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Miguel Gimenez on March 12, 2025, 01:17:53 pm »
Looks like a dependency of wxWidgets, not of C::B.

Try installing package libtiff-dev (or whatever name Fedora uses for the package).
Pages: 1 2 3 4 5 [6] 7 8 9 10