This directory contains patches for the current X-CD-Roast release 1.19.
Before you report a bug you can check here about known issues and possible solutions.
- xcdroast-1.19-Patches-2026.tar.gz
Several patches for various issues, including fixing a lot of warnings on a more recent GCC-Compiler-Version. Thanks to Mathias Büttner for providing these.
Steps:
- Download and extract the X-CD-Roast sources:
$ wget https://sourceforge.net/projects/xcdroast/files/xcdroast-1.19.tar.gz/download -O xcdroast-1.19.tar.gz
$ tar xvzf xcdroast-1.19.tar.gz- Download and extract the patch archive:
$ wget http://www.xcdroast.org/release/patches/xcdroast-1.19-Patches-2026.tar.gz
$ tar xvzf xcdroast-1.19-Patches-2026.tar.gz- Then enter the xcdroast-1.19 directory and apply the patches:
$ cd xcdroast-1.19/
$ for j in /home/$USER/xcdroast-1.19-Patches/*.patch; do echo "$j"; patch -p0 < "$j"; done- Read the README on how to compile and install X-CD-Roast.
Name Last modified Size Description
Parent Directory - 1.18/ 2018-11-11 18:38 - xcdroast-1.19-Patches-2026.tar.gz 2026-03-04 16:05 16K 1.19-old/ 2026-03-04 16:40 -