X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type; q=dns; s=default; b=u1wz8uZrni67kKp8
	vmNADNFmATCXGDjXYdWmzwsMveelNZ84b81xqqg3cEgb3lLm11gPFrItR6/H0rXF
	R9j/9+UN6wU5LoNIPFTcs3eaaP2/3ff3UglscpJRsUImTdy+ygUllGdwQcqIN3HC
	eHhFvIZ7u5XVsNZ0c9IK0253xuk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type; s=default; bh=vqX9n6nZ8qa72FNqIyjzpD
	5gOtQ=; b=AcPGmUCNTIsOtR2COrrn80vHEIbrdOwnw98ITxfG8x1S3WN4EasRl4
	4VCVzBE15gFUlyX4/S4tVdP1BdbyIsyW0x2EtlJOYJ7Rtt0UKqEHN+PUgxMA+j7b
	AJi1huoIp/p4/v2U0BENuWJwwwt7Nxu1yiOl/r0sC9BFIITuMIS1I=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=w32
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andy Moreton <andrewjmoreton@gmail.com>
Subject: Re: How to build Emacs in Cygwin environment?
Date: Tue, 05 Jul 2016 11:45:19 +0100
Lines: 23
Message-ID: <vz1h9c4qs74.fsf@gmail.com>
References: <CANO68EMW3CWOJ3fRCG1qXt93hP4dfp3sUk=dziTkrEetJ1XRRQ@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (windows-nt)
X-IsSubscribed: yes

On Tue 05 Jul 2016, Xi Shen wrote:

> Hi,
>
> I want to make some code change to Emacs for Windows, but first I need
> to setup the build environment.
>
> I got the Emacs git repo, and tried "config msdos", but I got
> "permission denied" error. If I execute "cmd" from Cygwin bash, I can
> execute "config msdos", but I got error about DJGPP. I made sure I
> have install all packages with name DJGPP in them, but I still got
> this error.
>
> What else do I need?

You are using the build method for MSDOS - what you want is a cygwin
target, which uses the normal POSIX build machinery.

Build instructions are in the file INSTALL.REPO at the top of the repo.
For the w32 build (which uses the Win32 GUI rather than X11), you will
need to configure using "--with-w32".

    AndyM


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

