[Cin] some suggestions on configure

Andrew Randrianasulu randrianasulu at gmail.com
Sun Apr 3 18:51:01 CEST 2022


On Thursday, March 31, 2022, Andrew Randrianasulu <randrianasulu at gmail.com>
wrote:

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

tried to implement some early configure aborting in case requred xlibs not
found or v4l2/dvb enabled without libzmpeg support





> 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/20220403/0176c71a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-video4linux2-and-DVB-support-currently-depend-on-lib.patch
Type: text/x-diff
Size: 1026 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20220403/0176c71a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Try-to-abort-earlier-if-xinerama-xfixes-support-not-.patch
Type: text/x-diff
Size: 1200 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20220403/0176c71a/attachment-0001.bin>


More information about the Cin mailing list