daala icon indicating copy to clipboard operation
daala copied to clipboard

Can't compile to 32 bit with gcc.

Open KyleSiefring opened this issue 10 years ago • 1 comments

Run configure like this CFLAGS=-m32 ./configure or this CFLAGS=-m32 ./configure --disable-tools (I have no idea what I need to install to make with tools on 32 bit)

then run make.

Errors seem to be related to simd code.

KyleSiefring avatar Dec 16 '15 02:12 KyleSiefring

I had to run with --disable-tools --disable-player --disable-test to avoid all of the dependencies, but afer doing that everything built fine.

Can you post the errors you're getting?

tterribe avatar Sep 03 '16 09:09 tterribe