bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8013: 23.2.93; png not available


From: Christoph
Subject: bug#8013: 23.2.93; png not available
Date: Fri, 11 Feb 2011 20:30:56 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

On 2/11/2011 7:49 PM, Jason Rumney wrote:

The old script for building the Emacs windows binaries used to copy it
into the tree before zipping.  This script was changed to a makefile
rule recently, so this step is probably missing.

The emacs24 weekly build contains the README.W32 file.

From makefile.w32 in nt/:

dist: install-bin
        mkdir $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/BUGS" $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/COPYING" $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/README" $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/README.W32" $(TMP_DIST_DIR)
[...]

I guess there is a discrepancy with the pretests because only the trunk contains the new make rule. After I submitted it for the trunk it was decided that it was not necessary to backport it to the emacs23 branch, so Sean must be using the old script (or some manual way) to build the distribution for the pretests.

Christoph





reply via email to

[Prev in Thread] Current Thread [Next in Thread]