[ros-kernel] Re: reactos/include/*.h missing headers?

Martin Fuchs martin-fuchs at gmx.net
Tue Jan 13 23:14:39 CET 2004


On 13.01.2004 23:07:09 Aliberti Emanuele wrote:
> It seems I can compile no more if I do not put 4 empty header files in 
> reactos/include:
> 
> winsock2.h
> wincrypt.h
> wsahelp.h
> ws2spi.h
> 
> Is this a broken toolchain on my side or what else?

This problem occures after some one deletes or moves header files.
You can correct it by regenerating the dependency files.
So execute:

del /s *.d
make

Hope that helps,

   Martin


More information about the Ros-kernel mailing list