In message <[EMAIL PROTECTED]
.ac.at>, Gerald Pfeifer <[EMAIL PROTECTED]> writes
>There is a new build failure on FreeBSD 4.1:
>
snip

>eference to `RestoreVisRgn16'
>gmake[1]: *** [winedbg] Error 1
>gmake[1]: Leaving directory `/a/vexpert/files8/test/wine/debugger'
>gmake: *** [debugger/winedbg] Error 2
>
>AFAIS, revision 1.16 of debugger/Makefile.in was not complete:
>
>  date: 2000/08/04 04:12:08;  author: julliard;  state: Exp;  lines: +1 -1
>  Added a few missing imports.
>
>The patch below fixes this.
>
>Gerald
>
>ChangeLog:
>  Add a missing import of gdi32.
>
>Index: Makefile.in
>===================================================================
>RCS file: /home/wine/wine/debugger/Makefile.in,v
>retrieving revision 1.16
>diff -u -r1.16 Makefile.in
>--- Makefile.in        2000/08/04 04:12:08     1.16
>+++ Makefile.in        2000/08/04 13:06:46
>@@ -5,7 +5,7 @@
> VPATH     = @srcdir@
> MODULE    = none
> PROGRAMS  = winedbg
>-IMPORTS   = user32 kernel32
>+IMPORTS   = user32 kernel32 gdi32
> 
> C_SRCS = \
>       break.c \
>
This also fixes my rather longer list of unresolved symbols under Slack
7.0, as posted to cemw. Thank you!

I shall take the liberty of posting your patch back to that thread.
Bob
-- 
robert w hall

Reply via email to