|
From: Christian T. S. <ct...@de...> - 2025-10-06 19:39:21
|
Hi Vince, On Mon, Oct 06, 2025 at 02:29:53AM +0000, LaBella, Vincent wrote: > Hello GLE Users: > > I am happy to announce that GLE version 4.3.8 has been released for all platforms with the updates shown below. GLE is now built using Qt6! > > Visit https://github.com/vlabella/GLE or https://glx.sourceforge.io to download the new version > > Cheers, > > Vince > > > 4.3.8 (October 2025) > - Upgrade to Qt6 > - Windows: Fix issues with using poppler to create bitmaps in qgle and png files on command line. > - fix for missing inittex.ini in binary distributions. File is now created during cmake build phase instead of install phase. > - glebtool, fbuild, and makefmt are no longer included in binary distributions and installers. > - add cmake options INSTALL_FBUILD and INSTALL_MAKEFMT, which are OFF by default for installing fbuild and makemft, which are only needed for building gle. > - deprecate glebtool. Added cmake option BUILD_GLEBTOOL which is OFF by default for building glebtool, which is not needed to build manual anymore. > It seems the inittex fix is not working for me. I have adjusted the qt6 dependencies and the build seems to work fine up to here: [ 83%] Built target fonts [ 84%] == Generating inittex.ini from init.tex == Error: GLE is unable to locate its configuration file. GLE searched these locations: '/usr/share/gle-graphics/glerc' Please set GLE_TOP to the correct location. When I build with the previous version already installed, I get: [ 84%] == Generating inittex.ini from init.tex == Error: GLE's configuration file: '/usr/share/gle-graphics/glerc' Is from GLE version '4.3.7' (and not '4.3.8' as expected). Please set GLE_TOP to the correct location. How do I tell the build to use "build/glerc" instead? Or how do I disable creating inittex.ini during the build phase? The previous solution worked fine for Debian. thanks, Christian |