X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=1.1 required=5.0	tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <4E6E0957.6010706@aol.com>
Date: Mon, 12 Sep 2011 06:29:59 -0700
From: Tim Prince <n8tm@aol.com>
Reply-To: tprince@computer.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: "unexpected token" error (cygwin 2.738 make)
References: <CAKTVcwUZcP7NjQVaQy4CShTE+3KOKSs1TnpMCxnRAVU1o5pG5w@mail.gmail.com>
In-Reply-To: <CAKTVcwUZcP7NjQVaQy4CShTE+3KOKSs1TnpMCxnRAVU1o5pG5w@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
x-aol-global-disposition: S
X-AOL-SCOLL-SCORE: 0:2:411293600:93952408
X-AOL-SCOLL-URL_COUNT: 0
X-AOL-REROUTE: YES
x-aol-sid: 3039ac1d33c14e6e095844e4
X-AOL-IP: 64.197.120.3
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

On 9/12/2011 5:24 AM, Gwen Morse wrote:
> I installed cygwin 2.738 on a new Windows 7 system and tried to build
> a project from source. I have been able to do this in the past, I
> wanted to check if there's any problems with this newer version of
> cygwin.
>
> when I type make I get an error message about an unexpected token with
> an open parenthesis.
>
> $ make
> /bin/sh: -c: line 0: syntax error near unexpected token `('
> /bin/sh: -c: line 0: `cd src; PATH=/usr/local/bin:/usr/bin:/
> cygdrive/c/Program F
> iles (x86)/Windows Resource Kits/Tools:/cygdrive/c/Windows/system32:/cygdrive/c/
> Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPo
> werShell/v1.0:/cygdrive/c/Program Files/WIDCOMM/Bluetooth Software:/cygdrive/c/P
> rogram Files/WIDCOMM/Bluetooth Software/syswow64:/cygdrive/c/Program Files (x86)
> /Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Calibre2:/c
> ygdrive/c/Program Files (x86)/HMA! Pro VPN/bin:/usr/lib/lapack:@PATH@ make files
> '
This looks like problems with failing to quote paths with embedded 
spaces, lack of escapes on wild card characters, items on path which one 
would hope have no relevance to your build, ....
Difficult to believe it is a cygwin version problem.


-- 
Tim Prince

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

