can't check for IEEE854 compliant 80 bit floats
virendra ravalji <[email protected]> Thu, 4 Oct 2018 19:30:26 +0800
| Newsgroups | gmane.comp.audio.mp3.lame |
|---|---|
| Message-ID | <CAMUxpeQuY3jDeqkHznjtOKY+SrLjxa1MQAR86TsKv+nVQnVvQQ@mail.gmail.com> |
Hi, While building MobileVLCKit I got this error: configure: WARNING: using cross tools not prefixed with host triplet configure: WARNING: xmmintrin.h: present but cannot be compiled configure: WARNING: xmmintrin.h: check for missing prerequisite headers? configure: WARNING: xmmintrin.h: see the Autoconf documentation configure: WARNING: xmmintrin.h: section "Present But Cannot Be Compiled" configure: WARNING: xmmintrin.h: proceeding with the compiler's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to [email protected] ## configure: WARNING: ## ------------------------------------ ## configure: WARNING: can't check for IEEE854 compliant 80 bit floats configure: WARNING: ************************************************************************** * * * You are cross compiling: * * - I did not have a change to determine * * + the size of: * * - short * * - unsigned short * * - int * * - unsigned int * * - long * * - unsigned long * * - float * * - double * * - long double * * + the endianess of the system * * - You have to provide appropriate defines for them in config.h, e.g. * * + define SIZEOF_SHORT to 2 if the size of a short is 2 * * + define WORDS_BIGENDIAN if your system is a big endian system * * * ************************************************************************** configure: WARNING: can't build mp3x because of disabled analyzer hooks make: *** [.vpx] Error 1 make: *** Waiting for unfinished jobs....