Unable to compile wine CVS version

lawson_whitney at juno.com lawson_whitney at juno.com
Thu Jan 3 18:29:00 CST 2002


On Thu, 3 Jan 2002, Sylvain Petreolle wrote:

> Hi,
> trying to compile CVS wine version after updating
> today reports these messages :
>
> make[3]: Entre dans le répertoire
> `/home/wine/graphics/x11drv'
> make[3]: *** Pas de règle pour fabriquer la cible
> `../../include/bitmaps/obm_lfarrowi', nécessaire pour
> `oembitmap.o'. Arrêt.
> make[3]: Quitte le répertoire
> `/home/wine/graphics/x11drv'
> make[2]: *** [../../graphics/x11drv/x11drv.o] Erreur 2
> make[2]: Quitte le répertoire `/home/wine/dlls/x11drv'
> make[1]: *** [x11drv/libx11drv.so] Erreur 2
> make[1]: Quitte le répertoire `/home/wine/dlls'
> make: *** [dlls] Erreur 2
>
> I included the log of my last cvs update -APd 2>&1 |
> tee cvslog
>
Disclaimer:  I don't know how to work cvs directly, but as each batch of
patches hits the wine-cvs mailing list, I go get the patches by the
Patch:  URL, filter them through a little sed program and apply them.
Maybe there is a way to retrieve the patches as patches rather than
sgml, but this works for me:

#!/bin/sh
sed  -e 's/&lt;/</g' -e 's/&gt;/>/g' -e 's/&amp;/\&/g'

Anyway, this patch removed references to obm_lfarrowi from
x11drv/x11drv.c yesterday, so you shouldn't have this problem.

ChangeSet ID:	1010008165904064480680972
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	02/01/02 16:49:25


Log message:
	Moved the OEM bitmaps that don't depend on the Wine look into the
	user32 resources.

Patch: http://cvs.winehq.com/patch.py?id=1010008165904064480680972

Revision  Changes    Path
 1.6      +1 -0      wine/dlls/user/resources/user32.rc
 1.1     +0 -0       wine/dlls/user/resources/user32_bitmaps.rc
 1.32     +38 -67    wine/graphics/x11drv/oembitmap.c
 1.41     +7 -5      wine/windows/cursoricon.c

Lawson
---oof---





More information about the wine-users mailing list