--- Andre Poenitz <[EMAIL PROTECTED]> wrote:
> Compiler bug.
> 
> What compiler are you using and where does it
> happen?
> 
> Andre'

I am using g++. All required header files and
libraries are in place. All previous LyX distributions
were compiled perfectly. In LyX 1.3.0, "configure"
says that everything is OK, but the problem occurs
either when compiling with the xforms or the qt GUI.
Here is the output after typing "make" (it's not so
long because the compilation stops too early):

Making all in config
make[1]: Entering directory `/lyx-1.3.0/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/lyx-1.3.0/config'
Making all in development
make[1]: Entering directory `/lyx-1.3.0/development'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/lyx-1.3.0/development'
Making all in intl
make[1]: Entering directory `/lyx-1.3.0/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/lyx-1.3.0/intl'
Making all in po
make[1]: Entering directory `/lyx-1.3.0/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/lyx-1.3.0/po'
Making all in boost
make[1]: Entering directory `/lyx-1.3.0/boost'
Making all in libs
make[2]: Entering directory `/lyx-1.3.0/boost/libs'
Making all in regex
make[3]: Entering directory
`/lyx-1.3.0/boost/libs/regex'
Making all in src
make[4]: Entering directory
`/lyx-1.3.0/boost/libs/regex/src'
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 -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 -c cregex.cpp -MT cregex.lo -MD -MP
-MF .deps/cregex.TPlo
../../../../boost/boost/regex/detail/regex_match.hpp:
In member function 
   `unsigned int boost::RegEx::GrepFiles(bool
(*)(const char*, const 
   boost::RegEx&), const char*, bool, unsigned int)':
../../../../boost/boost/regex/detail/regex_match.hpp:1902:
Internal compiler 
   error in expand_call, at calls.c:3049
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html>
for instructions.
make[4]: *** [cregex.lo] Error 1
make[4]: Leaving directory
`/lyx-1.3.0/boost/libs/regex/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/lyx-1.3.0/boost/libs/regex'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/lyx-1.3.0/boost/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/lyx-1.3.0/boost'
make: *** [all-recursive] Error 1

I am wondering if this is a LyX source code bug, not a
compiler bug. I use g++ on a regular basis, and I had
never experienced any problem... until now.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Reply via email to