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: List-Subscribe: List-Archive: List-Post: List-Help: , 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: References: From: Xi Shen Date: Thu, 7 Jul 2016 08:53:23 +0800 Message-ID: Subject: Re: How to build Emacs in Cygwin environment? To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset=UTF-8 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 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