Hi all,
I've been following Wine CVS for about a week now.
I just did and "cvs checkout" and the resulting source tree no longer configures/compiles.
The problems seem to relate to the following directories:
dlls/amstream dlls/dxerr8 dlls/dxerr9
which seem to have been added or removed very recently.
I tried hacking around in the configure script but couldn't get it to work.
Cheers, Erik
On Thu, Mar 11, 2004 at 10:59:21PM +1100, Erik de Castro Lopo wrote:
Hi all,
I've been following Wine CVS for about a week now.
I just did and "cvs checkout" and the resulting source tree no longer configures/compiles.
The problems seem to relate to the following directories:
dlls/amstream dlls/dxerr8 dlls/dxerr9
which seem to have been added or removed very recently.
I tried hacking around in the configure script but couldn't get it to work.
You did run "cvs update" without options. Please use cvs up -PAd to get the directories.
Ciao, Marcus
On Thu, 11 Mar 2004 13:09:58 +0100 Marcus Meissner meissner@suse.de wrote:
You did run "cvs update" without options. Please use cvs up -PAd to get the directories.
Damn, I can't believe that I forgot that.
I've been using GNU Arch for my own stuff for about 3 months and cvs seems to be a distant memory.
Anyway, thanks!
Cheers, Erik
I just did and "cvs checkout" and the resulting source tree no longer configures/compiles.
The problems seem to relate to the following directories:
dlls/amstream dlls/dxerr8 dlls/dxerr9
which seem to have been added or removed very recently.
I tried hacking around in the configure script but couldn't get it to work.
I also had a problem with amstream not being updated but a fresh checkout worked in my case.
bye Fabi
Perhaps you need to do a "cvs update -PAd" rather than just "cvs update"?
Mike
Erik de Castro Lopo wrote:
Hi all,
I've been following Wine CVS for about a week now.
I just did and "cvs checkout" and the resulting source tree no longer configures/compiles.
The problems seem to relate to the following directories:
dlls/amstream dlls/dxerr8 dlls/dxerr9
which seem to have been added or removed very recently.
I tried hacking around in the configure script but couldn't get it to work.
Cheers, Erik