Build error on (emulated) ppc64le
Unfortunately, after building all thirdparty libs Cin-GG failed to build itself. It seems some x86 assembler usage not guarded?
On February 24, 2019 9:26:16 AM GMT+13:00, Andrew Randrianasulu <[email protected]> wrote:
Unfortunately, after building all thirdparty libs Cin-GG failed to build itself.
It seems some x86 assembler usage not guarded?
It's because libzmpeg uses nasm or yasm if present. Just removing those or predicating their usage on the target arch being i386 of and64. I'm working on building for ppc64el on real hardware - a dual power9 TalosII.. In my case I've disabled the thirdparty builds and instead am using the Debian stock versions. Perhaps we can collaborate 😃 Cheers, .. Dan -- Daniel Reurich Centurion Computer Technology
В сообщении от Saturday 23 February 2019 23:57:43 Daniel Reurich написал(а):
On February 24, 2019 9:26:16 AM GMT+13:00, Andrew Randrianasulu <[email protected]> wrote:
Unfortunately, after building all thirdparty libs Cin-GG failed to build itself.
It seems some x86 assembler usage not guarded?
It's because libzmpeg uses nasm or yasm if present.
Just removing those or predicating their usage on the target arch being i386 of and64.
I'm working on building for ppc64el on real hardware - a dual power9 TalosII.. In my case I've disabled the thirdparty builds and instead am using the Debian stock versions.
Perhaps we can collaborate 😃
:} You figured this faster than me, I only good at hacking blindly. Still, removing reference to libmmxsse.a from global_config at top level of Cinelerra-5.1 directory started plugin building https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra... probably line 323 can be ifdefed ....
Cheers, .. Dan
participants (2)
-
Andrew Randrianasulu -
Daniel Reurich