WordPerfect to LaTeX converter News
Brought to you by:
fojtik
Please do not use GCC 14.2 to compile WP2LaTeX, older GCCs seems to be OK. I has been added extended check addressed for this issue into wp2latex-4.10c.zip .
************************************************************************
<<<struct>>> (c)1998-2024 Jaroslav Fojtik
This program tests the struct.c library
***LO_ENDIAN defined***
***NATIVE access***
Testing file operations
Testing struct manipulation
Testing memory access macros
.............. Test passed OK ..............
make[1]: Leaving directory '/o/src/wp2latex/trunk/sources.cc/atoms'
JFT@DESKTOP-E4MGIUU MINGW64 /o/src/wp2latex/trunk
$ gcc -v
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Rev3, Built by MSYS2 project)
*************************************************************************
<<<struct>>> (c)1998-2024 Jaroslav Fojtik
This program tests the struct.c library
***LO_ENDIAN defined***
***NATIVE access***
Testing file operations
Testing struct manipulation
Wrong value read from struct SU.Dummy @;. Testing memory access macros
Unit Error 1make[1]: *** [makefile:115: test] Error 255
make[1]: Leaving directory '/home/jara/wp2latex/trunk/sources.cc/atoms'
make: *** [makefile:82: test] Error 2
jara@cfarm421:~/wp2latex/trunk$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-3' Supported LTO
compression algorithms: zlib zstd
gcc version 14.2.0 (Debian 14.2.0-3)
*************************************************************************