delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/07/06/20:54:26

X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=MHr41CX
FGMNizmPZ2/+O9DnKXe2ZfWto7MJI90QLvJkzilPVLiR7UVc7Hd9cKqzplLYQ6vG
C7U3DO7Ol7iW0jvraw/1+zCYOXKMqXWHR3iDZonhtLd1XkrBaDFifRnf8xMJ0Hb4
kZ8M/fjoBKdWyfA2fJZdAFTkgu26t4fCor38=
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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=S1pBNwBFb18Ag
wxRN/RJi+nTLSQ=; b=ybyqBzVr4ZWiRbxfo9hfPns4o7cwK9UYif7RtX+M5N20+
3PsIQiJja4DPLSRS9QjRxOyk70JGqEBMIjuK4DlqdeY6044UGuKSHBEVTwqzAD1M
phll2cDvpBDkJOrOe0lelg8LFrExKBpmMAxHjh5VrnCBLhJth6UfpP1A7kmPMY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=moreton, Moreton, U*andrewjmoreton, sk:andrewj
X-HELO: mail-oi0-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=I/hBq2xUX3sw03v/SQlgPztUqL2oknlBbS4AIUIscDU=; b=a62D+O1O6ru0myD7KU9DuIHC2rvEtnK6BCf8Ig6Sd8xXSg1jDpwIgrsplEQ/Ad0MsZ q4sds5HwsAAD16VWUPTABRuQnt1hHfIa3WiJp3sXjIDcrNQxOY4erq2033nxbrGse3Al hXl3H0sgrpNhIdM58j1WS0pRoBrH0yahAN5aXK4ip9WSbqBqHZDdm+rzeZJB3JsHGY1K ZPGRJDv+T8Y9phV0+8TJ/bImP150P67LYmuerdML0utj3LCYgLdJ8vaZvEEgEctxQE9Q bmjZEbschqoNEnTn0oOF8/YojhnkalEUeq0OFZM+bsgVGzB/wwFiJROz8AKk1WyW9LY+ KAjg==
X-Gm-Message-State: ALyK8tIVbH0GcrGrXA+ih5V5McWJTZqyVRJQhWOA2nH+4a1YIPBTIshsERLsUxSNVhYtiUwN7i70Oz+89dm+Og==
X-Received: by 10.157.33.203 with SMTP id s69mr13303465otb.61.1467852833116; Wed, 06 Jul 2016 17:53:53 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <vz1h9c4qs74.fsf@gmail.com>
References: <CANO68EMW3CWOJ3fRCG1qXt93hP4dfp3sUk=dziTkrEetJ1XRRQ AT mail DOT gmail DOT com> <vz1h9c4qs74 DOT fsf AT gmail DOT com>
From: Xi Shen <davidshen84 AT gmail DOT com>
Date: Thu, 7 Jul 2016 08:53:23 +0800
Message-ID: <CANO68EPCU+HHNOjpue5rJfyWt3Wgnwe5nFamXO_zc1hQ8k8X-g@mail.gmail.com>
Subject: Re: How to build Emacs in Cygwin environment?
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
X-IsSubscribed: yes

So I should execute "config --with-w32" inside a cygwin environment?


Xi Shen
about.me/davidshen


On Tue, Jul 5, 2016 at 6:45 PM, Andy Moreton <andrewjmoreton AT gmail DOT com> wrote:
> 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
>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019