Having problems compiling QtXmlPatternsd library
Hi,
I need some help installing Qt 4.4.0 from sources. I need this library, in linux I haven't got any problem, but in windows I can't compile this.
I have read in help this:
Note that if you build Qt yourself, QtXmlPatterns will not be built if exceptions are disabled, or if you compile Qt with a compiler that doesn't support member templates, e.g., MSVC 6.
So I run again configure, like this:
nmake confclean
configure -exceptions
But configure says:
QtXmlPatterns no
Do you know if I have to write another command after configure? which?
Thanks in advanced.
Re: Having problems compiling QtXmlPatternsd library
Could you attach the output from configure, after accepting the license, before qmake gets compiled?
Re: Having problems compiling QtXmlPatternsd library
QtXmlPatters is not supported with msvc6. msvc6 is too old and to stupid to handle templates in a way QtXmlPatters needs it. See also Documentation