Sergey Tyurin - 2006-03-02

Logged In: YES
user_id=1384272

I've try compile this under Fedora Core 4.

xfontselector.cpp:57: error: ‘CharSet’ in class ‘QFont’ does
not name a type
xfontselector.cpp:64: error: ‘AnyCharSet’ is not a member of
‘QFont’
xfontselector.cpp:65: error: ‘ISO_8859_1’ is not a member of
‘QFont’
xfontselector.cpp:66: error: ‘ISO_8859_2’ is not a member of
‘QFont’
xfontselector.cpp:69: error: too many initializers for
‘const Encoding’
xfontselector.cpp:69: error: too many initializers for
‘const Encoding’
xfontselector.cpp:69: error: too many initializers for
‘const Encoding’
xfontselector.cpp:69: error: too many initializers for
‘const Encoding’
xfontselector.cpp: In member function ‘void
FontSelector::showFonts()’:
xfontselector.cpp:435: error: ‘class QFont’ has no member
named ‘setCharSet’
xfontselector.cpp:435: error: ‘const struct Encoding’ has no
member named ‘charset’
xfontselector.cpp: In constructor
‘FontListItem::FontListItem(QListView*, QString)’:
xfontselector.cpp:486: error: ‘const struct Encoding’ has no
member named ‘charset’
xfontselector.cpp: In member function ‘virtual void
FontListItem::paintCell(QPainter*, const QColorGroup&, int,
int, int)’:
xfontselector.cpp:502: error: invalid use of undefined type
‘struct QPainter’
/usr/lib/qt-3.3/include/qwindowdefs.h:63: error: forward
declaration of ‘struct QPainter’
make: *** [xfontselector.o] Error 1

xfontselector works only with Qt2. Qt3 does not support
CharSet features.
So, just wait for porting.