[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Included libraries in the Windows binary distribution
From: |
Eli Zaretskii |
Subject: |
Re: Included libraries in the Windows binary distribution |
Date: |
Sun, 05 Feb 2012 18:32:53 +0200 |
> From: Juanma Barranquero <address@hidden>
> Date: Sun, 5 Feb 2012 01:37:43 +0100
> Cc: address@hidden, Stefan Monnier <address@hidden>,
> Chong Yidong <address@hidden>, address@hidden
>
> On Sat, Feb 4, 2012 at 14:42, Eli Zaretskii <address@hidden> wrote:
>
> > The changes to support libxml2 in the Windows build are below. Would
> > people who build Emacs on Windows please try them?
>
> Builds and works OK.
>
> The only additional change needed is to add
>
> === modified file 'lib-src/makefile.w32-in'
> --- lib-src/makefile.w32-in 2012-01-19 07:21:25 +0000
> +++ lib-src/makefile.w32-in 2012-02-05 00:34:04 +0000
> @@ -141,5 +141,5 @@
> region-cache.o sound.o atimer.o \
> doprnt.o intervals.o textprop.o composite.o \
> - gnutls.o
> + gnutls.o xml.o
>
> #
>
>
> so xml.c functions are in DOC.
Thanks, I will fix this.
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/04
- Re: Included libraries in the Windows binary distribution, Juanma Barranquero, 2012/02/04
- Re: Included libraries in the Windows binary distribution,
Eli Zaretskii <=
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/04
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Juanma Barranquero, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Juanma Barranquero, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Ted Zlatanov, 2012/02/06
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/06
Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/07