> -----Original Message----- > From: interest-bounces+kai.koehne=digia....@qt-project.org > [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf > Of K. Frank > Sent: Monday, April 15, 2013 2:43 PM > To: Qt-interest > Subject: Re: [Interest] [Mingw-w64-public] Not getting large file support > when configuring Qt 4.8.4 for win32-g++-4.6 > > [...] > > So ... LFS is enabled with 4.8.4 on MinGW by default, and the configure > output is just plain wrong. Just ignore it. > > Okay, just to confirm: The multiple-define warnings are just that, annoying > warnings. I can safely ignore them. True?
Yeah. The warnings stem from the fact that QT_LARGE_FILE_SUPPORT is both defined in qconfig.h (written by configure) and the compiler call in the makefile (generated by qmake). > Also, if I care to eliminate the warnings, I can hand edit my qmake.conf file > to > make the one-line change removing the QT_LARGEFILE_SUPPORT define, > following the patch you posted the link to. True? That'll work, but I also understood that you only get them if passing '-largefile' to configure. If you skip that, you don't get warnings either, right? Regards Kai _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest