On Wednesday 11 November 2015 13:22:16 Massimo Callegari wrote: > 2- the configure script in the main folder gives an error on Linux. I > believe it has something to do with dos2unix carriage return. I had to copy > the one from 5.5.1 to build.
.7z and .zip are meant for windows, so the text files have CRLF line-endings. If you download the .zip file, you can use the -a option to convert back from CRLF to LF. There's no such option for 7z/7za, so don't download those files for Unix usage. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
