MSYS Makefiles Generator

Paulo Jorge Guedes Paulo.Guedes at artelecom.pt
Tue Apr 4 18:01:30 CEST 2006


> -----Original Message-----
> From: Paulo Jorge Guedes [mailto:Paulo.Guedes at artelecom.pt]
> Sent: terça-feira, 4 de Abril de 2006 16:28
> To: kde-buildsystem at kde.org
> Subject: RE: MSYS Makefiles Generator
> 
> > -----Original Message-----
> > From: Brad King [mailto:brad.king at kitware.com]
> > Sent: terça-feira, 4 de Abril de 2006 14:37
> > To: kde-buildsystem at kde.org
> > 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



More information about the Kde-buildsystem mailing list