Please help.. i dont know what i've miss
i don't know if there is more dependency
needed for qt frontend.
but the ./configure seem to run fine...

I'm using VectorLinux standard 5.1
qt version 3.3.4
tetex-3.0

and i got this error, when doing make..
--------------------------------------
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src -I../../../src/fronten
ds -I../../../images -I./qt2 -I/usr/lib/qt//include -I../../../boost -I../../../
src/frontends/controllers -isystem /usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_
GENUINE_STR -DQT_THREAD_SUPPORT -O -MT QPrefs.lo -MD -MP -MF .deps/QPrefs.Tpo -c
 QPrefs.C
QPrefs.C: In function `void <unnamed>::setComboxFont(QComboBox*, const
   std::string&, const std::string&, QFont::StyleHint)':
QPrefs.C:350: error: no match for 'operator==' in 'QComboBox::text(int)
   const(i) == default_font_name'
../../../src/lyxlength.h:85: error: candidates are: bool operator==(const
   LyXLength&, const LyXLength&)
../../../src/lyxgluelength.h:67: error:                 bool operator==(const
   LyXGlueLength&, const LyXGlueLength&)
../../../src/Spacing.h:76: error:                 bool operator==(const
   Spacing&, const Spacing&)
../../../src/Bullet.h:48: error:                 bool operator==(const Bullet&,
   const Bullet&)
../../../src/lyxfont.h:438: error:                 bool operator==(const
   LyXFont&, const LyXFont&)
../../../src/lyxfont.h:427: error:                 bool operator==(const
   LyXFont::FontBits&, const LyXFont::FontBits&)
/usr/lib/qt/include/qcstring.h:299: error:                 bool
   operator==(const QCString&, const QCString&)
/usr/lib/qt/include/qcstring.h:302: error:                 bool
   operator==(const QCString&, const char*)
/usr/lib/qt/include/qcstring.h:305: error:                 bool
   operator==(const char*, const QCString&)
/usr/lib/qt/include/qstring.h:303: error:                 bool operator==(char,
   QChar)
/usr/lib/qt/include/qstring.h:308: error:                 bool
   operator==(QChar, char)
/usr/lib/qt/include/qstring.h:313: error:                 bool
   operator==(QChar, QChar)
/usr/lib/qt/include/qstring.h:1017: error:                 bool
   operator==(const QString&, const QString&)
/usr/lib/qt/include/qstring.h:1024: error:                 bool
   operator==(const QString&, const char*)
/usr/lib/qt/include/qstring.h:1030: error:                 bool
   operator==(const char*, const QString&)
/usr/lib/qt/include/qpoint.h:148: error:                 bool operator==(const
   QPoint&, const QPoint&)
/usr/lib/qt/include/qsize.h:162: error:                 bool operator==(const
   QSize&, const QSize&)
/usr/lib/qt/include/qrect.h:151: error:                 bool operator==(const
   QRect&, const QRect&)
make[5]: *** [QPrefs.lo] Error 1
make[5]: Leaving directory `/file/lyx-1.3.6/src/frontends/qt2'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/file/lyx-1.3.6/src/frontends/qt2'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/file/lyx-1.3.6/src/frontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/file/lyx-1.3.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/file/lyx-1.3.6/src'
make: *** [all-recursive] Error 1

Reply via email to