I am blind! it should be objs not obj!
try additional patch on top of pile (attached) or just manually edit Makefile? On Monday, July 26, 2021, Andrea paz <[email protected]> wrote: > I briefly describe all the steps I take so you can tell me if I'm > doing something wrong: > > git clone ... > cd path ... > apply randrik12 patch whit --whitespace=fix (not 53 and 59 patch) > apply 53 patch with ...=nowarn > apply 0001-Second-attempt-at-fixing-guicast-thread.h-on-non-and.patch > with ...=fix > unchecked autoupdate in autogen.sh > change configure.ac in libbthread [auto] --> [no] > chown cinelerra5 directory > autogen.sh > ./configure > make + make install (cin5-before.log) > apply patch 59 > make + make install (cin5-after.log) > > Note: config-before.log=config-after.log > In cinelerra/makefile there is only this line: ifneq ($(WANT_FIREWIRE),no) >
From 4584f4d2da64cb826d14e49d54811715c9248820 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Mon, 26 Jul 2021 15:48:58 +0300 Subject: [PATCH 60/60] more fix to firewire objs --- cinelerra-5.1/cinelerra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index 2f88625bf85eae22b3b7360a96f35f4d0ff4075b..c660ee371a50d232aed5ac22ebb6836ead27c11b 100644 --- a/cinelerra-5.1/cinelerra/Makefile +++ b/cinelerra-5.1/cinelerra/Makefile @@ -371,7 +371,7 @@ OBJS := $(OVERLAYS) \ $(OBJDIR)/zwindowgui.o \ ifneq ($(WANT_FIREWIRE),no) -OBJ += \ +OBJS += \ $(OBJDIR)/audio1394.o \ $(OBJDIR)/avc1394control.o \ $(OBJDIR)/avc1394transport.o \ -- 2.32.0
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

