Re: [Slackbuilds-users] build errors with libquicktime

2020-04-28 Thread Christopher L Duston via SlackBuilds-users
Of course, sorry I knew that. I just didn't know it right when I needed to know it. Builds now with those changes, thanks. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, April 28, 2020 5:18 PM, King Beowulf wrote: > On 4/28/20 1:38 PM, Christopher L Duston

Re: [Slackbuilds-users] build errors with libquicktime

2020-04-28 Thread King Beowulf
On 4/28/20 1:38 PM, Christopher L Duston via SlackBuilds-users wrote: > I am having some trouble building libquicktime, errors are below. I > naively believe this might be because I'm running multilib, but that > section of the script already includes what I would have added to try > and fix that:

Re: [Slackbuilds-users] build errors with libquicktime

2020-04-28 Thread King Beowulf
On 4/28/20 1:38 PM, Christopher L Duston via SlackBuilds-users wrote: > I am having some trouble building libquicktime, errors are below. I > naively believe this might be because I'm running multilib, but that > section of the script already includes what I would have added to try > and fix that:

[Slackbuilds-users] build errors with libquicktime

2020-04-28 Thread Christopher L Duston via SlackBuilds-users
I am having some trouble building libquicktime, errors are below. I naively believe this might be because I'm running multilib, but that section of the script already includes what I would have added to try and fix that: if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686"