unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Emacs 24.3 windows binaries are available
@ 2013-03-12 14:05 Miguel Ruiz
  2013-03-12 15:21 ` Uwe Siart
  2013-03-16  9:25 ` Miguel Ruiz
  0 siblings, 2 replies; 31+ messages in thread
From: Miguel Ruiz @ 2013-03-12 14:05 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

Releasing a more conservative distribution:

https://www.dropbox.com/sh/uigdfnb9x7b8ta1/RlHNiwBQ57

- libXpm-3.5.8 and tested
- corrected: --cflags -I%lib_path%/gnutls-3.1.8-w32/include
- no libxml2 support

i.e.

configure --with-gcc --no-debug --cflags -I%lib_path%/libXpm-3.5.8/include
--cflags -I%lib_path%/libXpm-3.5.8/src --cflags
-I%lib_path%/libpng-dev_1.4.3-1_win32/include --cflags
-I%lib_path%/zlib-dev_1.2.5-2_win32/include --cflags
-I%lib_path%/giflib-4.1.4-1-lib/include --cflags
-I%lib_path%/jpeg-6b-4-lib/include --cflags
-I%lib_path%/tiff-3.8.2-1-lib/include  --cflags
-I%lib_path%/gnutls-3.1.8-w32/include   --distfiles
%lib_path%/libXpm-3.5.8/src/libXpm.dll

Please, note the gnutls-3.1.8 version, different from Emacs 24.2 official
binaries (gnutls-3.0.9)

Miguel

[-- Attachment #2: Type: text/html, Size: 1110 bytes --]

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Emacs 24.3 windows binaries are available
@ 2013-03-16 18:09 Miguel Ruiz
  2013-03-16 19:38 ` Eli Zaretskii
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Miguel Ruiz @ 2013-03-16 18:09 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]

In the following url

https://www.dropbox.com/sh/uigdfnb9x7b8ta1/RlHNiwBQ57

you can find, I hope, the last candidate of Emacs 24.3 for Win.

Also, you can find the detailed log of building and dist making. The most
relevant part (of the building process) is:

- gcc version 4.7.2

  configure --with-gcc --no-debug

--cflags -Ic:/EmacsLibs/zlib-dev_1.2.5-2_win32/include

--cflags -Ic:/EmacsLibs/libXpm-3.5.8/include

--cflags -Ic:/EmacsLibs/libXpm-3.5.8/src

--cflags -Ic:/EmacsLibs/libpng-dev_1.4.3-1_win32/include

--cflags -Ic:/EmacsLibs/giflib-4.1.4-1-lib/include

--cflags -Ic:/EmacsLibs/jpeg-6b-4-lib/include

--cflags -Ic:/EmacsLibs/tiff-3.8.2-1-lib/include

--cflags -Ic:/EmacsLibs/libxml2-2.7.8-w32-bin/include/libxml2

--cflags -Ic:/EmacsLibs/gnutls-3.0.9-w32/include

--distfiles c:/EmacsLibs/libXpm-3.5.8/src/libXpm.dll


Thanks Eli for clarifying the details (
http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00434.html )


Thanks again the GNU and Emacs communities, and Dani Moncayo.


If emacs.exe is preferred with debug info, do not hesitate to ask for
it. I have followed the pattern of releases 24.1 and 24.2.


HTH

[-- Attachment #2: Type: text/html, Size: 6281 bytes --]

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Emacs 24.3 windows binaries are available
@ 2013-03-12 11:16 Miguel Ruiz
  0 siblings, 0 replies; 31+ messages in thread
From: Miguel Ruiz @ 2013-03-12 11:16 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

Sorry,

Let me check every dependence. Maybe some corrupt file in the
archiving/transfer step.

Miguel

[-- Attachment #2: Type: text/html, Size: 151 bytes --]

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Emacs 24.3 windows binaries are available
@ 2013-03-12  7:52 Miguel Ruiz
  2013-03-12 10:14 ` Uwe Siart
  0 siblings, 1 reply; 31+ messages in thread
From: Miguel Ruiz @ 2013-03-12  7:52 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]

Hello,

In the following link

https://www.dropbox.com/sh/uigdfnb9x7b8ta1/RlHNiwBQ57

you can find  w32 distribution of Emacs 24.3.

The distribution was built from official Emacs 24.3 release package and
with:

- MinGW gcc 4.7.2

- configure --with-gcc --no-debug --cflags
-I%lib_path%/libXpm-3.5.10/include --cflags -I%lib_path%/libXpm-3.5.10/src
--cflags -I%lib_path%/libpng-dev_1.4.3-1_win32/include --cflags
-I%lib_path%/zlib-dev_1.2.5-2_win32/include --cflags
-I%lib_path%/giflib-4.1.4-1-lib/include --cflags
-I%lib_path%/jpeg-6b-4-lib/include --cflags
-I%lib_path%/tiff-3.8.2-1-lib/include --cflags
-I%lib_path%/libxml2-2.7.8-w32-bin/include/libxml2 --cflags
-I%lib_path%/gnutls-3.1.5-w32/include --cflags
-I%lib_path%/libiconv-1.14-2-mingw32-dev/include  --distfiles
%lib_path%/libXpm-3.5.10/src/libXpm.dll

- mingw32-make -j4 bootstrap

- mingw32-make dist



Please, administrators feel free to copy archives whatever repo they like.

I could provide different binaries as a result of different configure
options if required.


Thanks to GNU and Emacs community, and to Dani Moncayo for his polished
recipe to build binaries.


Miguel Ruiz.

[-- Attachment #2: Type: text/html, Size: 1572 bytes --]

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

end of thread, other threads:[~2013-03-20 19:00 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 14:05 Emacs 24.3 windows binaries are available Miguel Ruiz
2013-03-12 15:21 ` Uwe Siart
2013-03-16  6:58   ` Uwe Siart
2013-03-16  8:43     ` Eli Zaretskii
2013-03-16  9:25 ` Miguel Ruiz
2013-03-16 10:21   ` Eli Zaretskii
2013-03-16 10:58     ` Uwe Siart
  -- strict thread matches above, loose matches on Subject: below --
2013-03-16 18:09 Miguel Ruiz
2013-03-16 19:38 ` Eli Zaretskii
2013-03-17 12:19 ` Uwe Siart
2013-03-17 18:28   ` Eli Zaretskii
2013-03-17 13:16 ` Richard Stallman
2013-03-18  7:28   ` chad
2013-03-18  8:05     ` Xue Fuqiao
2013-03-18  9:25       ` chad
2013-03-18 11:31         ` Xue Fuqiao
2013-03-18 22:49     ` Richard Stallman
2013-03-18  1:43 ` Christoph
2013-03-18  6:39   ` Uwe Siart
2013-03-18 17:24   ` Eli Zaretskii
2013-03-19  2:56     ` Christoph
2013-03-19 17:47       ` Eli Zaretskii
2013-03-19 22:41       ` chad
2013-03-20  3:58         ` Eli Zaretskii
2013-03-20  7:00           ` Stephen Leake
2013-03-20 19:00             ` Eli Zaretskii
2013-03-12 11:16 Miguel Ruiz
2013-03-12  7:52 Miguel Ruiz
2013-03-12 10:14 ` Uwe Siart
2013-03-12 10:27   ` Uwe Siart
2013-03-12 13:06   ` Xue Fuqiao

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).