QT_LSTAT

2006-04-04 Thread Paulo Jorge Guedes
Hi, There is an unguarded use of QT_LSTAT in kdecore/kstandarddirs.cpp:727: int res = QT_LSTAT(link, stat_buf); This define is not available on win32-g++. Paulo ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org

Re: QT_LSTAT

2006-04-04 Thread Christian Ehrlicher
Paulo Jorge Guedes schrieb: Hi, There is an unguarded use of QT_LSTAT in kdecore/kstandarddirs.cpp:727: int res = QT_LSTAT(link, stat_buf); This define is not available on win32-g++. Yes, I know. We discussed this on the list already. I'll fix it until the next