Displaying 2 results from an estimated 2 matches for "poiint".
Did you mean:
point
2008 Mar 25
1
speex - cross compil for ARM - problem ogg headers
Hi,
I try to compile speex for ARM. I follow the README.arm and i always have the same errors :
make[2]: entrant dans le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
source='speexenc.c' object='speexenc.o' libtool=no \
depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
arm-linux-gcc
2008 Mar 28
2
speex - cross compil for ARM - problem ogg headers
...r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
I have remove the file /usr/include/ogg/ogg.h.
Someone can help me
Thanks,
Erwan
> Hi,
> You should never point cross compiler to host includes, this may lead
> to unpredictable results. You should cross-compile libogg and poiint
> to crosscompiled version for includes. Hopefully this will solve your
> problem.
> --
> Regards,
> Alexander Chemeris.
So i have cross compiled libogg. Then i modified the speex-1.1.6 Makefile by changing the path of the includedir variable:
includedir = $path_of_my_new_cross_...