X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References: <7D453D0504B6A2429F98F4D72CBEDE493DCA5784@nwd2exm5.ad.analog.com>
Subject: RE: Makefile error: target pattern contains no %
Date: Mon, 20 Oct 2008 14:30:11 +0100
Message-ID: <034d01c932b7$f9f5cf90$9601a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <7D453D0504B6A2429F98F4D72CBEDE493DCA5784@nwd2exm5.ad.analog.com>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Rajagopal, Prasanth wrote on 20 October 2008 14:10:

> However, I got an error like target pattern contains no % when I ran the
> makefile. By searching, I came to know that a : should be removed, but I
> am not sure where exactly to remove, though the line number is given. I
> am new to makefile syntax also.

  This problem is usually caused by having a DOS-style "C:\...." path in the
makefile somewhere; it needs to be replaced by the Cygwin-style
"/cygdrive/c/..." posix path format.  If it has a configure script, make sure
you're using all cygwin-style paths for the --prefix and when invoking it.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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

