Mingw verze 4.8.2 nemůže najít při kompilaci části QT, konkrétně v souboru qglobal.h knihovnu algorithm, verze 6.3.0 s tím problém nemá

guest@porteus:~/Dokumenty/Software/src/ComplexNum$ make
make -f Makefile.Release
make[1]: Vstupuje se do adresáře „/home/guest/Dokumenty/Software/src/ComplexNum“
/usr/lib/qt/bin/uic complex.ui -o ui_complex.h
/usr/lib/qt/bin/uic mainwindow.ui -o ui_mainwindow.h
i686-w64-mingw32-g++ -c -pipe -O2 -fexceptions -mthreads -Wall -Wextra -fno-rtti -DUNICODE -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NO_DYNAMIC_CAST -I'/opt/qt4-win32-dev/include/QtCore' -I'/opt/qt4-win32-dev/include/QtGui' -I'/opt/qt4-win32-dev/include' -I'.' -I'/opt/qt4-win32-dev/include/ActiveQt' -I'release' -I'.' -I'/opt/mingw4.8.2-win32-dev/i686-w64-mingw32/include' -I'/usr/lib/qt/mkspecs/win32-x-g++' -o release/main.o main.cpp
In file included from /opt/qt4-win32-dev/include/QtCore/qglobal.h:1:0,
from /opt/qt4-win32-dev/include/QtCore/../../src/corelib/global/qnamespace.h:45,
from /opt/qt4-win32-dev/include/QtCore/qnamespace.h:1,
from /opt/qt4-win32-dev/include/QtCore/../../src/corelib/kernel/qobjectdefs.h:45,
from /opt/qt4-win32-dev/include/QtCore/qobjectdefs.h:1,
from /opt/qt4-win32-dev/include/QtCore/../../src/corelib/kernel/qobject.h:47,
from /opt/qt4-win32-dev/include/QtCore/qobject.h:1,
from /opt/qt4-win32-dev/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:45,
from /opt/qt4-win32-dev/include/QtCore/qcoreapplication.h:1,
from /opt/qt4-win32-dev/include/QtGui/../../src/gui/kernel/qapplication.h:45,
from /opt/qt4-win32-dev/include/QtGui/qapplication.h:1,
from /opt/qt4-win32-dev/include/QtGui/QApplication:1,
from main.cpp:1:
/opt/qt4-win32-dev/include/QtCore/../../src/corelib/global/qglobal.h:68:21: fatal error: algorithm: Adresář nebo soubor neexistuje
#include <algorithm>
^
compilation terminated.
Makefile.Release:136: návod pro cíl „release/main.o“ selhal
make[1]: *** [release/main.o] Chyba 1
make[1]: Opouští se adresář „/home/guest/Dokumenty/Software/src/ComplexNum“
Makefile:34: návod pro cíl „release“ selhal
make: *** [release] Chyba 2
Nevíte prosím co to přesně znamená? Nejvíce mě udivuje že u verze 6.3.0 se tohle neděje. Ta provede stejný příkaz
make -f Makefile.Release
make[1]: Vstupuje se do adresáře „/home/guest/Dokumenty/Software/src/ComplexNum“
i686-w64-mingw32-g++-win32 -c -pipe -O2 -fexceptions -mthreads -Wall -Wextra -fno-rtti -DUNICODE -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NO_DYNAMIC_CAST -I'/opt/qt4-win32-dev/include/QtCore' -I'/opt/qt4-win32-dev/include/QtGui' -I'/opt/qt4-win32-dev/include' -I'.' -I'/opt/qt4-win32-dev/include/ActiveQt' -I'release' -I'.' -I'/opt/mingw4.8.2-win32-dev/i686-w64-mingw32/include' -I'/usr/lib/qt/mkspecs/win32-x-g++' -o release/main.o main.cpp
A je to v pořádku.