You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I use QT and mingw x64 to compile the MonetDbLite. The compilation is ok without errors but when I use the example listed on readme.md it brings an error Failure: mal_init() failed. The error seems to come from parseMAL in the while loop.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello @idurneata,
We officially don't support mingw on our compiling/testing suite. MonetDBLite was compiled with mingw on Windows on the beginning, but later we migrated to MSVC, because of C99 support. I remember to have compiled successfully, but I had problems at runtime, again because of C99 incompatibility.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I use QT and mingw x64 to compile the MonetDbLite. The compilation is ok without errors but when I use the example listed on readme.md it brings an error Failure: mal_init() failed. The error seems to come from parseMAL in the while loop.
Thank you for your help!
The text was updated successfully, but these errors were encountered: