<br><br>On Thursday, March 31, 2022, Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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) <div><br></div><div>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 </div><div><br></div><div>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? </div></blockquote><div><br></div><div>tried to implement some early configure aborting in case requred xlibs not found or v4l2/dvb enabled without libzmpeg support</div><div><br></div><div><br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div><div>also doc/cinelerra.html is build-time generated, so may we exclude it from git (it messes git diff after successfull build)? </div><div><br></div><div>also, can we add those tree cases in guicast/Makefile (after i386 case for BSDs) :</div><div><br></div><div>ifeq ($(OBJDIR), ppc64le)</div><div>BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf64-powerpcle\""</div><div>endif</div><div><br></div><div><br></div><div> ifeq ($(OBJDIR), ppc) </div><div>BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf32-powerpc\""</div><div>endif </div><div><br></div><div> ifeq ($(OBJDIR), ppc64)                                               +BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf64-powerpc\"" </div><div> endif</div><div><br></div><div>? </div><div><br></div><div>thanks! </div><div><br></div>
</blockquote>