Hi Royce,
royce@svn.reactos.com wrote:
-Wall -Werror and fix warnings
Updated files: trunk/reactos/tools/widl/Makefile trunk/reactos/tools/widl/hash.c trunk/reactos/tools/widl/write_msft.c
Ros-svn mailing list Ros-svn@reactos.com http://reactos.com:8080/mailman/listinfo/ros-svn
More crazy Linux port problems, in /reactos/tools/widl,
write_msft.c: In function `ctl2_write_chunk': write_msft.c:2189: warning: implicit declaration of function `write' write_msft.c:2190: warning: implicit declaration of function `close' write_msft.c: In function `save_all_changes': write_msft.c:2284: warning: implicit declaration of function `creat' make: *** [write_msft.o] Error 1
It works when removing -Werror -Wall from the Makefile. BTW io.h is in the /usr/mingw32/include directory.
Thanks, James