> -----Original Message----- > From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 4 de Abril de 2006 16:28 > To: [email protected] > Subject: RE: MSYS Makefiles Generator > > > -----Original Message----- > > From: Brad King [mailto:[EMAIL PROTECTED] > > Sent: terça-feira, 4 de Abril de 2006 14:37 > > To: [email protected] > > Subject: Re: MSYS Makefiles Generator > > > Did you try this in a fresh build tree? It may be that the > > CMakeDirectoryInformation.cmake files are left with the buggy version > > and prevent the fixed version from running and rewriting them. > > Yes. Same error: > > d:/kde/kdewin32-build/CMakeFiles/CMakeDirectoryInformation.cmake:13: > syntax error, unexpected cal_ERROR, expecting $end (4), when parsing > string "D:\downloads\qt-win-opensource-src-4.1.1\mkspecs/default" > CMake Error: Target DependInfo.cmake file not found > CMake Error: Directory Information file not found
Well, I renamed gnu32 and mingw unistd.h files and now it looks for the right unistd.h which has getuid() and friends declared. It seems that CMAKE_INCLUDE_PATH is ignored... However, I get an error when including this file: 24: #include <../include/unistd.h> This include doesn't exist. Paulo _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
