PDA

View Full Version : Having problems compiling QtXmlPatternsd library



zorro68
23rd May 2008, 17:46
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.

jpn
25th May 2008, 09:16
Could you attach the output from configure, after accepting the license, before qmake gets compiled?

ChristianEhrlicher
26th May 2008, 06:53
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 (http://doc.trolltech.com/4.4/qtxmlpatterns.html)