David Kredba schrieb:
Hello,
I got :
Current date: 2004-12-20
ROS Version : 0.3-CVS (Build 20041220)
rcopy.c: In function `copy_file': rcopy.c:90: error: storage size of `ut_buffer' isn't known rcopy.c:132: warning: implicit declaration of function `utime' rcopy.c:90: warning: unused variable `ut_buffer' make[1]: *** [rcopy] Error 1 make: *** [tools] Error 2
Regards, David _______________________________________________ Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
Hi,
can you move "#include <utime.h>" or "#include <sys/utime.h>" outside of the #ifdef WIN32 block?
- Hartmut