I am trying to compile the qt2 frontend and get the following, namespace
trouble? gr.ed.
make[5]: Entering directory `/home/leuven/cvs/lyx-devel/src/frontends/qt2/moc'
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -I../../../../src/ -I../../../../src/frontends/
-I../../../../src/frontends/controllers -I../../../.. -I../../../..
-I./qt2 -I/usr/lib/qt-2.3.1/include -I../../../../boost -isystem
/usr/X11R6/include -g -O -fno-exceptions -W -Wall -c QCitationDialog_moc.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../src/
-I../../../../src/frontends/ -I../../../../src/frontends/controllers
-I../../../.. -I../../../.. -I./qt2 -I/usr/lib/qt-2.3.1/include
-I../../../../boost -isystem /usr/X11R6/include -g -O -fno-exceptions -W
-Wall -Wp,-MD,.deps/QCitationDialog_moc.pp -c QCitationDialog_moc.C
In file included from ../../../../src/Lsstream.h:20,
from ../../../../src/support/lstrings.h:22,
from ../QCitationDialog.h:15,
from QCitationDialog_moc.C:16:
/usr/include/g++-3/sstream: In method `int stringbuf::sync ()':
/usr/include/g++-3/sstream:171: warning: comparison between signed and
unsigned integer expressions
In file included from ../QCitationDialog.h:18,
from QCitationDialog_moc.C:16:
../../../../src/frontends/controllers/biblio.h: At top level:
../../../../src/frontends/controllers/biblio.h:58: syntax error before `const'
../../../../src/frontends/controllers/biblio.h:62: `InfoMap' was not declared
in this scope
../../../../src/frontends/controllers/biblio.h:62: parse error before `const'
../../../../src/frontends/controllers/biblio.h:80: syntax error before `::'
../../../../src/frontends/controllers/biblio.h:94: syntax error before `;'
../../../../src/frontends/controllers/biblio.h: In method
`biblio::CitationStyle::CitationStyle ()':
../../../../src/frontends/controllers/biblio.h:92: `CITE' undeclared (first
use this function)
../../../../src/frontends/controllers/biblio.h:92: (Each undeclared
identifier is reported only once
for each function it appears in.)
../../../../src/frontends/controllers/biblio.h:92: class
`biblio::CitationStyle' does not have any
field named `style'
../../../../src/frontends/controllers/biblio.h: At top level:
../../../../src/frontends/controllers/biblio.h:101: syntax error before
`const'
../../../../src/frontends/controllers/biblio.h:110: `CiteStyle' was not
declared in this scope
../../../../src/frontends/controllers/biblio.h:110: parse error before `,'
../../../../src/frontends/controllers/biblio.h:113: `CiteStyle' was not
declared in this scope
../../../../src/frontends/controllers/biblio.h:113: syntax error before
`const'
../../../../src/frontends/controllers/biblio.h:128: syntax error before
`const'
../../../../src/frontends/controllers/biblio.h:145: syntax error before
`const'
make[5]: *** [QCitationDialog_moc.lo] Error 1
make[5]: Leaving directory `/home/leuven/cvs/lyx-devel/src/frontends/qt2/moc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/leuven/cvs/lyx-devel/src/frontends/qt2'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/leuven/cvs/lyx-devel/src/frontends'
make[2]: *** [all-recursive] Error 1