unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* https://sourceforge.net/projects/emacs-bin/files/snapshots/
@ 2014-03-31  8:58 Martin
  2014-03-31  9:09 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
  2014-03-31 17:30 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
  0 siblings, 2 replies; 9+ messages in thread
From: Martin @ 2014-03-31  8:58 UTC (permalink / raw)
  To: emacs-devel


  emacs-r116766-20140315-w32-bin.7z 

compiled with libxml2 support,

  emacs-24-20140330112454-w32-bin.7z
  emacs-trunk-20140329120847-w32-bin.7z

not.

Correct ?

Martin




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31  8:58 https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
@ 2014-03-31  9:09 ` Dani Moncayo
  2014-03-31  9:11   ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
  2014-03-31 17:30 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
  1 sibling, 1 reply; 9+ messages in thread
From: Dani Moncayo @ 2014-03-31  9:09 UTC (permalink / raw)
  To: Martin; +Cc: Emacs development discussions

On Mon, Mar 31, 2014 at 10:58 AM, Martin <parozusa@web.de> wrote:
>
>   emacs-r116766-20140315-w32-bin.7z
>
> compiled with libxml2 support,
>
>   emacs-24-20140330112454-w32-bin.7z
>   emacs-trunk-20140329120847-w32-bin.7z
>
> not.
>
> Correct ?

I would be strange, because the three binaries above were compiled
with the exact same build environment.

But I must say that I did not put attention to the output of the
configure script (I've automated the builds with a shell script).
I'll check the log files this evening, to see if the configure script
succeeded on the libxml2 test).

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31  9:09 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
@ 2014-03-31  9:11   ` Dani Moncayo
  0 siblings, 0 replies; 9+ messages in thread
From: Dani Moncayo @ 2014-03-31  9:11 UTC (permalink / raw)
  To: Martin; +Cc: Emacs development discussions

>> Correct ?
>
> I would be strange, because ...

Sorry for the typo, I meant "it would be strange".


-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31  8:58 https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
  2014-03-31  9:09 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
@ 2014-03-31 17:30 ` Dani Moncayo
  2014-03-31 18:50   ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
  1 sibling, 1 reply; 9+ messages in thread
From: Dani Moncayo @ 2014-03-31 17:30 UTC (permalink / raw)
  To: Martin; +Cc: Emacs development discussions

On Mon, Mar 31, 2014 at 10:58 AM, Martin <parozusa@web.de> wrote:
>
>   emacs-r116766-20140315-w32-bin.7z
>
> compiled with libxml2 support,
>
>   emacs-24-20140330112454-w32-bin.7z
>   emacs-trunk-20140329120847-w32-bin.7z
>
> not.
>
> Correct ?

I've just checked the log files for these 3 builds, and in all of them
I see a successful check for libxml-2.0:

  checking for libxml-2.0 > 2.6.17... yes
CFLAGS='-Ic:/mingw/include/libxml2  ' LIBS='-Lc:/mingw/lib -lxml2  '


So, I'd say that the 3 binaries above were successfully compiled with
libxml2 support.


-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31 17:30 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
@ 2014-03-31 18:50   ` Martin
  2014-03-31 19:15     ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Martin @ 2014-03-31 18:50 UTC (permalink / raw)
  To: emacs-devel


Dani Moncayo writes:

> On Mon, Mar 31, 2014 at 10:58 AM, Martin <parozusa@web.de> wrote:
>>
>>   emacs-r116766-20140315-w32-bin.7z
>>
>> compiled with libxml2 support,
>>
>>   emacs-24-20140330112454-w32-bin.7z
>>   emacs-trunk-20140329120847-w32-bin.7z
>>
>> not.
>>
>> Correct ?
>
> I've just checked the log files for these 3 builds, and in all of them
> I see a successful check for libxml-2.0:
>
>   checking for libxml-2.0 > 2.6.17... yes
> CFLAGS='-Ic:/mingw/include/libxml2  ' LIBS='-Lc:/mingw/lib -lxml2  '
>
>
> So, I'd say that the 3 binaries above were successfully compiled with
> libxml2 support.

Hi Dani,

thank you for response. My test case:

I have placed the same libxml2 dll in every emcas bin directory.

  c:\cygwin\bin\find.exe . "(" -iname 'libxml2*.dll' -type f ")" -exec c:\cygwin\bin\ls -ld {} ";"
  -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-pretest/bin/libxml2-2.dll
  -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk/bin/libxml2-2.dll
  -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk-2014-03-31-09-52-01/bin/libxml2-2.dll

Gnus v5.13

When I open the same email from my IMAP account (arcor.de, may be
followed up to you by private mail), it ist diplayed correctly with

  GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-15 on LEG570  (emacs-trunk)                         

with                                 

  GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570  (emacs-pretest)                       
  GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570  (emacs-trunk-2014-03-31-09-52-01)

I get the message "libxml2 library not found" and an empty mail body.

Martin




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31 18:50   ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
@ 2014-03-31 19:15     ` Eli Zaretskii
  2014-03-31 19:19       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
  2014-04-01 19:01       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
  0 siblings, 2 replies; 9+ messages in thread
From: Eli Zaretskii @ 2014-03-31 19:15 UTC (permalink / raw)
  To: Martin; +Cc: emacs-devel

> From: Martin <parozusa@web.de>
> Date: Mon, 31 Mar 2014 20:50:47 +0200
> 
> Hi Dani,
> 
> thank you for response. My test case:
> 
> I have placed the same libxml2 dll in every emcas bin directory.
> 
>   c:\cygwin\bin\find.exe . "(" -iname 'libxml2*.dll' -type f ")" -exec c:\cygwin\bin\ls -ld {} ";"
>   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-pretest/bin/libxml2-2.dll
>   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk/bin/libxml2-2.dll
>   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk-2014-03-31-09-52-01/bin/libxml2-2.dll
> 
> Gnus v5.13
> 
> When I open the same email from my IMAP account (arcor.de, may be
> followed up to you by private mail), it ist diplayed correctly with
> 
>   GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-15 on LEG570  (emacs-trunk)                         
> 
> with                                 
> 
>   GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570  (emacs-pretest)                       
>   GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-03-30 on LEG570  (emacs-trunk-2014-03-31-09-52-01)
> 
> I get the message "libxml2 library not found" and an empty mail body.

libxml2 depends on 2 other DLLs, zlib1.dll and libiconv-2.dll.  Do you
have these as well in the same directories?

(It is actually best to have all the DLLs in a single directory that
is on your PATH, so that you don't need to copy them over and over
again.)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31 19:15     ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
@ 2014-03-31 19:19       ` Eli Zaretskii
  2014-03-31 19:36         ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
  2014-04-01 19:01       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
  1 sibling, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2014-03-31 19:19 UTC (permalink / raw)
  To: parozusa; +Cc: emacs-devel

> Date: Mon, 31 Mar 2014 22:15:03 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> > From: Martin <parozusa@web.de>
> > Date: Mon, 31 Mar 2014 20:50:47 +0200
> > 
> > Hi Dani,
> > 
> > thank you for response. My test case:
> > 
> > I have placed the same libxml2 dll in every emcas bin directory.
> > 
> >   c:\cygwin\bin\find.exe . "(" -iname 'libxml2*.dll' -type f ")" -exec c:\cygwin\bin\ls -ld {} ";"
> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-pretest/bin/libxml2-2.dll
> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk/bin/libxml2-2.dll
> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk-2014-03-31-09-52-01/bin/libxml2-2.dll

Btw, the size of these DLLs is different from the one available from
the ezwinports site: that one is just 1121380 bytes long.  Where did
you get your libxml2-2.dll?  Are you sure it is compatible with MinGW
programs and with the headers Dani used to build his binaries?



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31 19:19       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
@ 2014-03-31 19:36         ` Dani Moncayo
  0 siblings, 0 replies; 9+ messages in thread
From: Dani Moncayo @ 2014-03-31 19:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Martin, Emacs development discussions

>> > I have placed the same libxml2 dll in every emcas bin directory.
>> >
>> >   c:\cygwin\bin\find.exe . "(" -iname 'libxml2*.dll' -type f ")" -exec c:\cygwin\bin\ls -ld {} ";"
>> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-pretest/bin/libxml2-2.dll
>> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk/bin/libxml2-2.dll
>> >   -rwxrwxrwx+   1 plus None  4470354 Nov 29 11:47 emacs-trunk-2014-03-31-09-52-01/bin/libxml2-2.dll
>
> Btw, the size of these DLLs is different from the one available from
> the ezwinports site: that one is just 1121380 bytes long.  Where did
> you get your libxml2-2.dll?  Are you sure it is compatible with MinGW
> programs and with the headers Dani used to build his binaries?

FWIW: my build environment has the packages listed in the file
"tools/mingw-packages.txt", available from the "emacs-bin" website.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: https://sourceforge.net/projects/emacs-bin/files/snapshots/
  2014-03-31 19:15     ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
  2014-03-31 19:19       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
@ 2014-04-01 19:01       ` Martin
  1 sibling, 0 replies; 9+ messages in thread
From: Martin @ 2014-04-01 19:01 UTC (permalink / raw)
  To: emacs-devel


Eli Zaretskii writes:

> libxml2 depends on 2 other DLLs, zlib1.dll and libiconv-2.dll.  Do you
> have these as well in the same directories?
>
> (It is actually best to have all the DLLs in a single directory that
> is on your PATH, so that you don't need to copy them over and over
> again.)

Thanks Eli,

zlib1.dll and libiconv-2.dll were missing.

Martin




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-01 19:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-31  8:58 https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
2014-03-31  9:09 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
2014-03-31  9:11   ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
2014-03-31 17:30 ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
2014-03-31 18:50   ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin
2014-03-31 19:15     ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
2014-03-31 19:19       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Eli Zaretskii
2014-03-31 19:36         ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Dani Moncayo
2014-04-01 19:01       ` https://sourceforge.net/projects/emacs-bin/files/snapshots/ Martin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).