2017-09-25 19:19 GMT+02:00, John Mercouris jmercouris@gmail.com:
Any ideas on how to proceed would be very useful, thank you,
Hi John,
the only thing that currently comes to mind is trying to comment out the line
EQL::ini(argv);
in your main.cpp (this function simply calls cl_boot(); I remember that I needed to place it there in the past, just to be safe on all platforms.
But cl_boot() will also be called later in the EQL constructor (only if it has not been called earlier).
So, maybe in your situation it's better when it's called after the QApplication constructor has been called.
But this is just a guess.
BTW, I tried to compile it on Linux (from the sources given by you), and it worked without problems!
Paul
-John