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 -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam(a)mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ I hack, therefore I am.
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(a)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 -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam(a)mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "Testing can prove the presence of bugs, but never their absence." -- Edsger Dijkstra
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
participants (4)
-
Erik de Castro Lopo -
Fabian Cenedese -
Marcus Meissner -
Mike McCormack