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:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=CatiCpusWxchTyVh mVtqR4Exed/Onl5UghIdDTUIZC8LoSLmATHWpq4Fc3H6uumEHsh6/+76Gvo/YTHz BiRULU+RejYE+zpcVsUZma2UwnYcWXkzMrrq1hIdjTIidKvou/AVm7TReMACULCE T/xnajvw4gzFvA/FiBCmxXd3d9c= 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:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=cO4DIvJK8uvEqKFmZbjK5P SQW9c=; b=lq+kEnR3SROhioI3l3ttGnB3Voum9ZJdgIH7zj6df+3oQbR9XtY0Tz qa+N6cnh26dfaI72cZvE/F020xoxnalNbhZ9DDvbyw//ov2FyhcVNryo8sMMrGmf 0PWitq/hqTc6Ob/jmrXOuGDwkTxETBkIR9iLjAjnpdxSYsxWeoROI= 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 X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.2 Message-ID: <52127304.8080806@codespunk.com> Date: Mon, 19 Aug 2013 15:33:24 -0400 From: "Matt D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: kbrown AT cornell DOT edu Subject: Makefile for emacs throws an error when username contains spaces References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I experienced the following error while running "make install" for cygwin emacs: chown: invalid user: `Matthew' I corrected the problem by encapsulating the following variables in quotes within Makefile and Makefile.in: $${USERNAME} $${USER} $${installuser} Matt D. -- 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