This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Correct make parsing


On Sun, Jul 06, 2008 at 05:17:29PM +0400, Konstantin Gorskov wrote:
>Hi! This string
>
>./ffmpeg.o: ffmpeg.c config.h libavformat/avformat.h \
>  c:/ffmpeg/libavcodec/avcodec.h c:/ffmpeg/libavutil/avutil.h \
>  c:/ffmpeg/libavutil/common.h c:/ffmpeg/config.h \
>[snip]
>is unix formatted, an has not blanks, but cygwins make can not parse it properly.
>I get ffmpeg.d:1: d** Multiple target patterns. Stop.

You're using MS-DOS path specs.  make doesn't allow them.  The whole
point of the Cygwin project is to allow the use of UNIX tools on
Windows and that means not using Windows paths.  Use /cygdrive/c
instead of c: .

cgf

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]