Thanks for the explanation. After I checked and found I needed to install nasm I got the error again. That's when I did the manual make of the .s files. So what you describe is exactly what happened: my make was broken.
Keith On Tue, Mar 6, 2012 at 11:45 AM, Einar Rünkaru <[email protected]> wrote: > On Mon, Mar 5, 2012 at 10:21 PM, Keith Bellairs <[email protected]> > wrote: > > It is the same error that was on this ticket: > > > > http://bugs.cinelerra.org/ticket/527 (not mine of course) > > > This thing happnes if you have not nasm installed and this breaks make. > > After you install nasm, make cant continue correctly because requred > targets *.lo are made, bit real objects are not. > You have to remove mpeg2enc/*.lo. After that make can continue correctly. > > Someone has to add the check of nasm in configure.in > > Einar >
