www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <71639ffd0804191147l3b6dcf55x37d06c5da713e3e3@mail.gmail.com> |
Date: | Sat, 19 Apr 2008 21:47:43 +0300 |
From: | Goku <ittiam AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | HELP REQUIRED: Unexpected end of file. |
MIME-Version: | 1.0 |
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 |
Hello , I am facing severe problems while porting some of the audio applications, am using cygwin to compile my code, the makefile and the code are written for Linux, hence i am trying to port it to windows for TI DSP. This is the place where i am getting the error : /cygdrive/c/consumer/Local/Applications/Temp/make45083.sh line 2: syntax error : unexpected end of line. .PHONY:mkdir mkdir: @[ -d "${BINBUILD}" ] || mkdir -p $(BINBUILD);\ [ -d "${OBJBUILD}" ] || mkdir -p $(OBJBUILD);\ [ -d "${RESULTS}" ] || mkdir -p $(RESULTS);\ for i in $(bmarks) $(bmextradirs); do\ [ -d "${OBJBUILD}/$$i" ] || mkdir -p $(OBJBUILD)/$$i;\ done;\ for i in $(rsextradirs); do\ [ -d "${TOOLCHAIN}/$$i" ] || mkdir -p $(TOOLCHAIN)/$$i;\ done This particular code works fine in linux. I had gone through the mailing list about the problems faced while using the Cygwin. I couldnt find proper solutions for my problem. I did use d2u and used almost all the solutions presented by various people, still the problem exists. Can someone help me out in this regard. -Ravi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |