[Cin] some suggestions on configure
Andrew Randrianasulu
randrianasulu at gmail.com
Thu Mar 31 21:50:21 CEST 2022
I currently (slowly!) building dynamic cingg on void-ppc (half-installed on
qemu-system-ppc -M mac99. half-installed because i failed pmac-fdisk quest
;) so no grub, but i can boot from iso/emulated cdrom anyway)
for some reason if SHELL set to /bin/sh (not bash, posix shell) configure
fails, because it really assumes bash. may be CONFIG_SHELL=/path/to/bash
before ./autogen.sh will fix this? i just edited configure with nano
now it really demanded libxinerama and libxfixes {and probably xft/freetype
too - at least my netbsd install refused to build with --without-xft - may
be some ifdefines missed?} - may be configure should fail earlier if we can
not find them?
also doc/cinelerra.html is build-time generated, so may we exclude it from
git (it messes git diff after successfull build)?
also, can we add those tree cases in guicast/Makefile (after i386 case for
BSDs) :
ifeq ($(OBJDIR), ppc64le)
BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O
elf64-powerpcle\""
endif
ifeq ($(OBJDIR), ppc)
BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O
elf32-powerpc\""
endif
ifeq ($(OBJDIR), ppc64) +BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B
powerpc -I binary -O elf64-powerpc\""
endif
?
thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20220331/a5157935/attachment.htm>
More information about the Cin
mailing list