LyX:
I\'ve been able to pass the configure with the following (and hacking the configure file to set \"-lqte\"):
CC=arm-linux-gcc CXX=arm-linux-g++ ./configure --host=arm-linux --build=i686-pc-linux-gnu --with-qt-dir=/opt/Qtopia/sharp --with-frontend=qt --without-x
I\'m getting this during the make:
make[4]: Entering directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex/src\'
source=\'cregex.cpp\' object=\'cregex.lo\' libtool=yes
depfile=\'.deps/cregex.Plo\' tmpdepfile=\'.deps/cregex.TPlo\'
depmode=gcc /bin/sh ../../../../config/depcomp
/bin/sh ../../../../libtool --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -O -Wno-non-template-friend -ftemplate-depth-30 -c -o cregex.lo `test -f \'cregex.cpp\' || echo \'./\'`cregex.cpp
arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -O -Wno-non-template-friend -ftemplate-depth-30 -c cregex.cpp -Wp,-MD,.deps/cregex.TPlo
In file included from ../../../../boost/boost/limits.hpp:15,
from ../../../../boost/boost/regex/detail/regex_match.hpp:33,
from ../../../../boost/boost/regex.hpp:1576,
from cregex.cpp:27:
../../../../boost/boost/detail/limits.hpp:57: #error The file boost/detail/limits.hpp needs to be set up for your CPU type.
make[4]: *** [cregex.lo] Error 1
make[4]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex/src\'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex\'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost\'
make: *** [all-recursive] Error 1
How should I configure the limits.hpp file?