[x264-devel] Re: Fwd: svn 487: Makefile:71: *** missing separator. Stop.
sean darcy
seandarcy2 at gmail.com
Sat Apr 8 02:40:53 CEST 2006
On 4/7/06, Måns Rullgård <mru at inprovide.com> wrote:
> "sean darcy" <seandarcy2 at gmail.com> writes:
>
> > From: sean darcy <seandarcy2 at gmail.com>
> > Date: Apr 7, 2006 6:59 PM
> > Subject: Re: [x264-devel] svn 487: Makefile:71: *** missing separator. Stop.
> > To: Tuukka Toivonen <tuukkat at ee.oulu.fi>
> >
> > On 4/7/06, Tuukka Toivonen <tuukkat at ee.oulu.fi> wrote:
> >> On Thu, 6 Apr 2006, sean darcy wrote:
> >>
> >> >+ make
> >> >Makefile:71: *** missing separator. Stop.
> >>
> >> Try
> >> rm .depend*
> >> first.
> >>
> >>
> >
> > Thanks for the suggestion, but...
> >
> > rm .depend*
> > rm: cannot lstat `.depend*': No such file or directory
> >
> > Any other ideas?
>
> Does this patch to "configure" help?
>
> Index: configure
> ===================================================================
> --- configure (revision 487)
> +++ configure (working copy)
> @@ -372,6 +372,8 @@
> API=`grep '#define X264_BUILD' < x264.h | cut -f 3 -d ' '`
> echo "SONAME=libx264.so.$API" >> config.mak
> echo 'default: $(SONAME)' >> config.mak
> +else
> + echo "SONAME=" >> config.mak
> fi
>
> ./version.sh
>
Sadly, no.
Here are lines 67-72 of Makefile:
libx264.a: .depend $(OBJS) $(OBJASM)
ar rc libx264.a $(OBJS) $(OBJASM)
ranlib libx264.a
<<<<<<< .mine
x264$(EXE): libx264.a x264.o matroska.o
sean
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list