Open ddeclerck opened 1 year ago
Hello, this is probably to some library/compiler version mismatch, libfmt moves very fast. I will check the packages for the next release. I am also thing of adding a configure option to allow building with the "internal" version of libfmt that spdlog brings along.
Thanks
Hi,
The binary releases are missing the
libfmt
library. I'm trying to use the binary release of GixSQL (1.20) in a Win7+Cygwin+MinGW environment, which does not offer alibfmt
library. Preprocessing works fine, but when trying to compile the preprocessed Cobol programs, I get lots of complaints about missing symbols from libfmt, such as :I had to manually build and install
libfmt
(specifically version 9.1), and add it to mycobc
command line to go further.Now I have an access violation (C0000005) when loading
libgixsql-pgsql.dll
, but I don't know if it is related or not to thatlibfmt
issue. EDIT: works fine when building GixSQL from source