On Sat, 2003-08-16 at 22:51, Michael Schumacher wrote: > When compiling current cvs on win32, I get: > > > ../../build/win32/compile-resource winsnap.rc winsnap-win32res.o > /bin/sh: ../../build/win32/compile-resource: No such file or directory > make[1]: *** [winsnap-win32res.o] Error 127 > make[1]: Leaving directory `/c/usr/compile/gimp/plug-ins/winsnap' > make: *** [all-recursive] Error 1 > > > windres -i winsnap.rc -o winsnap-win32res.o > > seems to do the same as the missing command - is there any reason what this > command isn't called directly by the Makefile? I don't have much clue about the win32 build but it looks as if you need to cvs update in the virtual "build" module in the toplevel directory in order to get win32/compile-resource. Sven