Try without -no-iconv, the error is related to unicode stuff.
On 22.01.2013 08:50, Amogh Kudari wrote: > Hi Thiago, > > Thanks for your quick response. > > Now I reconfigured without -qpa option but *still I am getting the same > errors.* > > Now configuration looks something like this... > > ====ConfigureOption===== > configure.exe -debug -opensource -confirm-license -little-endian > -no-accessibility -no-stl -no-sql-sqlite -no-qt3support > -no-nis -no-cups -no-iconv -no-3dnow -no-openssl -no-dbus -no-phonon > -no-xmlpatterns -no-multimedia -no-script > -no-scripttools -no-declarative -no-exceptions -nomake tests -nomake examples > -nomake demos -webkit-debug > ====ConfigureOption===== > > Any suggestions... > > Regards, > Amogh. > > > > On Tue, Jan 22, 2013 at 12:06 PM, Thiago Macieira <[email protected] > <mailto:[email protected]>> wrote: > > On terça-feira, 22 de janeiro de 2013 11.46.28, Amogh Kudari wrote: > > I am compiling QT-4.8.4 with the following configure > options on > > Windows(Using Visual Studio 2008 command prompt). > > > > =====Configure ======= > > configure.exe -debug -opensource -little-endian -no-accessibility > -no-stl > > -no-sql-sqlite -no-qt3support -no-nis -no-cups -no-iconv -no-largefile > > -no-3dnow -no-gtkstyle -no-openssl -no-dbus -no-phonon -no-xmlpatterns > > -no-svg -no-multimedia -no-script -no-scripttools -no-declarative > > -no-exceptions -nomake tests -nomake examples -nomake demos -qpa > > -webkit-debug > > Drop the -qpa argument. > > We told you before that QPA on Windows on Qt 4 is entirely unsupported and > plainly does not work. You have now confirmed what we told you: the QPA > code > works on Unix systems only. > > -- > Thiago Macieira - thiago.macieira (AT) intel.com <http://intel.com> > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Development mailing list > [email protected] <mailto:[email protected]> > http://lists.qt-project.org/mailman/listinfo/development > > > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
