Error Linking QT application

Hello everyone,
I tried to install MRtrix con my CentOs 7 following the Linux Installation Instructions, everything seems ok, the ./configure tool show no error, I build the binaries, set the path…all seems ok but if I launch mrview, i still got this error

mrview: relocation error: /usr/lib64/libQt5XcbQpa.so.5: symbol _ZN20QPlatformIntegration11screenAddedEP15QPlatformScreenb, version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference

can you help me? it seems a QT library problem i try to reinstall different version of QT 5 but no luck

I have also tried, today, a fresh install on a windows7 x64, using MSYS2 64 bit. but again, no luck. After launch ./configure i got this errors with no file configure.log to read o anything that I can do

Traceback (most recent call last):
  File "./configure", line 154, in <module>
    sys.exit (subprocess.call ([ python_cmd ] + sys.argv))
  File "C:/msys64/mingw64/lib/python3.7\subprocess.py", line 323, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:/msys64/mingw64/lib/python3.7\subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "C:/msys64/mingw64/lib/python3.7\subprocess.py", line 1119, in _execute_child
    args = list2cmdline(args)
  File "C:/msys64/mingw64/lib/python3.7\subprocess.py", line 530, in list2cmdline
    needquote = (" " in arg) or ("\t" in arg) or not arg
TypeError: a bytes-like object is required, not 'str'