MSYS Makefiles Generator

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Apr 4 18:19:40 CEST 2006


Paulo Jorge Guedes schrieb:
>> -----Original Message-----
>> From: William A. Hoffman [mailto:billlist at nycap.rr.com]
>> Sent: terça-feira, 4 de Abril de 2006 17:09
>> To: kde-buildsystem at kde.org
>> Subject: RE: MSYS Makefiles Generator
>>
>> At 12:01 PM 4/4/2006, Paulo Jorge Guedes wrote:
>>     
>>> 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...
>>
>> CMAKE_INCLUDE_PATH is used to find header files.  It does not add an
>> actual -I to
>> the build.
>>     
>
> I'm a little confused.
>
> The right unistd.h is in " C:\Program Files\kdewin32\include\mingw". That file includes a " ../include/unistd.h" that doesn't exist.
>
> The order of include paths should be set by me? I haven't had this problem before, don't know what caused it and if it should be corrected on my side or not (the missing " ../include/unistd.h" seems like a real problem).
>
>   
The unistd.h you're searching for is in <your programm dir>/MinGW/include

Christian


More information about the Kde-buildsystem mailing list