[x264-devel] Re: Fwd: svn 487: Makefile:71: *** missing separator. Stop.

Måns Rullgård mru at inprovide.com
Sat Apr 8 01:58:42 CEST 2006


"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


-- 
Måns Rullgård
mru at inprovide.com

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