./configure --with-frontend=qt
The results of "make" are attached.
Does anyone know what I can do to make it complile.
P.S. I'm a user, not a developer (baby steps)
Thanks, Jeremy
[EMAIL PROTECTED] lyx-1.3.2]# make
Making all in config
make[1]: Entering directory `/root/lyx-1.3.2/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/lyx-1.3.2/config'
Making all in development
make[1]: Entering directory `/root/lyx-1.3.2/development'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/lyx-1.3.2/development'
Making all in intl
make[1]: Entering directory `/root/lyx-1.3.2/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/lyx-1.3.2/intl'
Making all in po
make[1]: Entering directory `/root/lyx-1.3.2/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/lyx-1.3.2/po'
Making all in boost
make[1]: Entering directory `/root/lyx-1.3.2/boost'
Making all in libs
make[2]: Entering directory `/root/lyx-1.3.2/boost/libs'
Making all in regex
make[3]: Entering directory `/root/lyx-1.3.2/boost/libs/regex'
Making all in src
make[4]: Entering directory `/root/lyx-1.3.2/boost/libs/regex/src'
source='cpp_regex_traits.cpp' object='cpp_regex_traits.lo' libtool=yes \
depfile='.deps/cpp_regex_traits.Plo' tmpdepfile='.deps/cpp_regex_traits.TPlo' \
depmode=gcc3 /bin/sh ../../../../config/depcomp \
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O -fno-exceptions
-ftemplate-depth-30 -Wno-non-template-friend -c -o cpp_regex_traits.lo `test -f
'cpp_regex_traits.cpp' || echo './'`cpp_regex_traits.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem
/usr/X11R6/include -O -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend -c
cpp_regex_traits.cpp -MT cpp_regex_traits.lo -MD -MP -MF .deps/cpp_regex_traits.TPlo
echo timestamp > cpp_regex_traits.lo
source='c_regex_traits_common.cpp' object='c_regex_traits_common.lo' libtool=yes \
depfile='.deps/c_regex_traits_common.Plo'
tmpdepfile='.deps/c_regex_traits_common.TPlo' \
depmode=gcc3 /bin/sh ../../../../config/depcomp \
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O -fno-exceptions
-ftemplate-depth-30 -Wno-non-template-friend -c -o c_regex_traits_common.lo `test -f
'c_regex_traits_common.cpp' || echo './'`c_regex_traits_common.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem
/usr/X11R6/include -O -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend -c
c_regex_traits_common.cpp -MT c_regex_traits_common.lo -MD -MP -MF
.deps/c_regex_traits_common.TPlo
echo timestamp > c_regex_traits_common.lo
source='c_regex_traits.cpp' object='c_regex_traits.lo' libtool=yes \
depfile='.deps/c_regex_traits.Plo' tmpdepfile='.deps/c_regex_traits.TPlo' \
depmode=gcc3 /bin/sh ../../../../config/depcomp \
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O -fno-exceptions
-ftemplate-depth-30 -Wno-non-template-friend -c -o c_regex_traits.lo `test -f
'c_regex_traits.cpp' || echo './'`c_regex_traits.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem
/usr/X11R6/include -O -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend -c
c_regex_traits.cpp -MT c_regex_traits.lo -MD -MP -MF .deps/c_regex_traits.TPlo
echo timestamp > c_regex_traits.lo
source='cregex.cpp' object='cregex.lo' libtool=yes \
depfile='.deps/cregex.Plo' tmpdepfile='.deps/cregex.TPlo' \
depmode=gcc3 /bin/sh ../../../../config/depcomp \
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O -fno-exceptions
-ftemplate-depth-30 -Wno-non-template-friend -c -o cregex.lo `test -f 'cregex.cpp' ||
echo './'`cregex.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem
/usr/X11R6/include -O -fno-exceptions -ftemplate-depth-30 -Wno-non-template-friend -c
cregex.cpp -MT cregex.lo -MD -MP -MF .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:2: #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 `/root/lyx-1.3.2/boost/libs/regex/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/lyx-1.3.2/boost/libs/regex'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/lyx-1.3.2/boost/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/lyx-1.3.2/boost'
make: *** [all-recursive] Error 1
