Im having a problem with dependancies. After an update of my tree to the current CVS, I got tons of errors linked to the file reactos/include/mmsystem.h, removed due to Wine-20041201 winmm sync. (see http://reactos.com:8080/archives/public/ros-cvs/2004-December/006233.html)
For example compiling lib/aclui: make[1]: *** No rule to make target `../../include/mmsystem.h', needed by `.aclui.d'. Stop. make[1]: Leaving directory `/mnt/hdb5/reactos/reactos/lib/aclui'
===== Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) humans are like computers, yesterday the BIOS was all - today its just a word
From: Sylvain Petreolle
Im having a problem with dependancies. After an update of my tree to the current CVS, I got tons of errors linked to the file reactos/include/mmsystem.h, removed due to Wine-20041201 winmm sync. (see http://reactos.com:8080/archives/public/ros-cvs/2004-December/006233.html)
Remove all the .*.d files in your tree. "make clean" will take care of that. Then rebuild.
Gé van Geldorp.