-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.2, 4.8.0
-
None
-
Windows 7 Ultimate x64, MS Visual C++ 2008 Express with SP1
-
335fdd66947adadcdaaeb2896c42fba28d67843a
There are 2 errors when compiling Qt with STLport under Windows with MS Visual C++ 2008 Express (this bug was already present in the first version I compiled some years ago, I think it was 4.4).
I'm using configure and jom to compile all libs.
I provided a patch which fix these errors.
First one is that all extended STL classes are available in std namespace instead of stdext for STLport.
Second one is a missing include.
Thanks in advance.