Re: [Cin] cinelerra-gg on ppc64el
Hi I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs. The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg Any thoughts on how I might overcome that? Thanks, Daniel. -- Daniel Reurich Centurion Computer Technology (2005) Ltd. 021 797 722
В сообщении от Monday 04 March 2019 08:03:48 Daniel Reurich написал(а):
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Not sure, I was building with thirdparty libs on ... Unfortunately, even on emulated BE ppc machine I still have segfault even before Cin-GG shows any of her windows. I noticed Ubuntu 16.04.6 for powerpc has libpng-1.2 as default, and I can't install libpng16-dev without removing libgtk2.0-dev! Odd .... Attached is my current hack.
Thanks, Daniel.
В сообщении от Monday 04 March 2019 08:03:48 Daniel Reurich написал(а):
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Ah, may be you can add those in configure.ac file: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra... 26 CFG_CFLAGS+=" -I/usr/include/freetype2 -I/usr/local/include/freetype2" 27 CFG_CFLAGS+=" -I/usr/include/uuid -I/usr/local/include/uuid" 28 CFG_CFLAGS+=" -I/usr/include/mjpegtools -I/usr/local/include/mjpegtools" and regenerate and re-run configure ....
Thanks, Daniel.
Have you tried changing configure.ac line: PKG_3RD([a52dec],[yes] to auto instead of yes ? Or since this was in Features5.pdf you might have already tried that. ------------------------------------------------------------------------------------------- An example of a problem you might encounter with your customized installation is with “a52dec” which has probes (CHECK_LIB/CHECK_HEADER in configure.ac, but djbfft does not. In this case, djbfft is only built because a52dec is built, so if your system has a52dec, set a52dec to auto and see if that problem is solved by retrying the build with: ./confgure --with-single-user –enable-a52dec=auto . On Sun, Mar 3, 2019 at 10:03 PM Daniel Reurich <[email protected]> wrote:
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Thanks, Daniel.
-- Daniel Reurich Centurion Computer Technology (2005) Ltd. 021 797 722
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I also try to make (current) dynamic build going on emulated ppc, so for me fix was setting CFLAGS to - I/usr/include/a52dec (on void-linux 32 bit ppc) and adding '-la52' to libzmpeg3/Makefile LIBS may be if majority of systems put a52 header in a52dec/ subfolder we should modify our check_header line in configure.ac to look there? On Monday, March 4, 2019, Daniel Reurich <[email protected]> wrote:
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Thanks, Daniel.
-- Daniel Reurich Centurion Computer Technology (2005) Ltd. 021 797 722
On Saturday, April 2, 2022, Andrew Randrianasulu <[email protected]> wrote:
I also try to make (current) dynamic build going on emulated ppc, so for me fix was setting CFLAGS to - I/usr/include/a52dec (on void-linux 32 bit ppc) and adding '-la52' to libzmpeg3/Makefile LIBS
may be if majority of systems put a52 header in a52dec/ subfolder we should modify our check_header line in configure.ac to look there?
upd: apparently this is default directory https://www.linuxfromscratch.org/blfs/view/svn/multimedia/liba52.html
On Monday, March 4, 2019, Daniel Reurich <[email protected]> wrote:
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Thanks, Daniel.
-- Daniel Reurich Centurion Computer Technology (2005) Ltd. 021 797 722
participants (3)
-
Andrew Randrianasulu -
Daniel Reurich -
Phyllis Smith