RE: cvs update mystery

2004-10-12 Thread Francois Gouget
On Sun, 10 Oct 2004, Michael Drüing wrote: Try "cvs update -dPR", that fixed a similar problem for me once (not in wine, though) (-d adds new directories, -P removes empty directories, -R recurses into subdirs) -P and -d seem unlikely to change anything though it's a good idea to put them in ~/.

RE: cvs update mystery

2004-10-09 Thread Michael Drüing
: Saturday, October 09, 2004 4:20 PM To: Wine Devel Subject: cvs update mystery Last night I did a cvs update and built, and got a build failure dlls/amstream/amstream.c:40: parse error before "AM_Vtbl" Evidently cvs update failed to update the files in dlls/amstream, as it failed to pick

cvs update mystery

2004-10-09 Thread Dan Kegel
Last night I did a cvs update and built, and got a build failure dlls/amstream/amstream.c:40: parse error before "AM_Vtbl" Evidently cvs update failed to update the files in dlls/amstream, as it failed to pick up that part of this change: 2004-08-12 Alexandre Julliard <[EMAIL PROTECTED]>