|
|

楼主 |
发表于 2003-11-29 21:30:53
|
显示全部楼层
I have install libqt-mt-dev
but I do not run make xconfig
error messag(part ,all mesage too long):
HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.cc:6:26: qapplication.h: No such file or directory
scripts/kconfig/qconf.cc:7:25: qmainwindow.h: No such file or directory
scripts/kconfig/qconf.cc:8:22: qtoolbar.h: No such file or directory
scripts/kconfig/qconf.cc:9:19: qvbox.h: No such file or directory
scripts/kconfig/qconf.cc:10:23: qsplitter.h: No such file or directory
scripts/kconfig/qconf.cc:11:23: qlistview.h: No such file or directory
scripts/kconfig/qconf.cc:12:23: qtextview.h: No such file or directory
scripts/kconfig/qconf.cc:13:23: qlineedit.h: No such file or directory
scripts/kconfig/qconf.cc:14:22: qmenubar.h: No such file or directory
scripts/kconfig/qconf.cc:15:25: qmessagebox.h: No such file or directory
scripts/kconfig/qconf.cc:16:21: qaction.h: No such file or directory
scripts/kconfig/qconf.cc:17:21: qheader.h: No such file or directory
scripts/kconfig/qconf.cc:18:25: qfiledialog.h: No such file or directory
scripts/kconfig/qconf.cc:19:21: qregexp.h: No such file or directory
In file included from scripts/kconfig/qconf.cc:27:
scripts/kconfig/qconf.h:6:23: qlistview.h: No such file or directory
In file included from scripts/kconfig/qconf.cc:27:
scripts/kconfig/qconf.h:13: error: parse error before `{' token
scripts/kconfig/qconf.h:18: error: destructors must be member functions
scripts/kconfig/qconf.h:22: error: parse error before `public'
scripts/kconfig/qconf.h:26: error: syntax error before `*' token
scripts/kconfig/qconf.h:27: error: syntax error before `*' token
scripts/kconfig/qconf.h:37: error: parse error before `{' token
scripts/kconfig/qconf.h:43: error: syntax error before `*' token
scripts/kconfig/qconf.h:51: error: `QKeyEvent' was not declared in this scope
scripts/kconfig/qconf.h:51: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:51: error: variable or field `keyPressEvent' declared
void
scripts/kconfig/qconf.h:52: error: `QMouseEvent' was not declared in this scope
scripts/kconfig/qconf.h:52: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:52: error: variable or field `contentsMousePressEvent'
declared void
scripts/kconfig/qconf.h:53: error: `QMouseEvent' was not declared in this scope
scripts/kconfig/qconf.h:53: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:53: error: variable or field `contentsMouseReleaseEvent
' declared void
scripts/kconfig/qconf.h:54: error: `QMouseEvent' was not declared in this scope
scripts/kconfig/qconf.h:54: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:54: error: variable or field `contentsMouseMoveEvent'
declared void
scripts/kconfig/qconf.h:55: error: `QMouseEvent' was not declared in this scope
scripts/kconfig/qconf.h:55: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:55: error: variable or field `
contentsMouseDoubleClickEvent' declared void
scripts/kconfig/qconf.h:56: error: `QFocusEvent' was not declared in this scope
scripts/kconfig/qconf.h:56: error: `e' was not declared in this scope
scripts/kconfig/qconf.h:56: error: variable or field `focusInEvent' declared
void
scripts/kconfig/qconf.h:57: error: parse error before `public'
scripts/kconfig/qconf.h:64: error: syntax error before `:' token
scripts/kconfig/qconf.h:69: error: parse error before `public'
scripts/kconfig/qconf.h:73: error: ISO C++ forbids declaration of `updateList'
with no type
scripts/kconfig/qconf.h:73: error: `int updateList' redeclared as different
kind of symbol
scripts/kconfig/qconf.h:60: error: previous declaration of `void
updateList(ConfigItem*)'
scripts/kconfig/qconf.h:73: warning: initialization to non-pointer type `int'
from NULL
scripts/kconfig/qconf.h:73: warning: argument to non-pointer type `int' from
NULL
scripts/kconfig/qconf.h:74: error: ISO C++ forbids declaration of `updateAll'
with no type
scripts/kconfig/qconf.h:75: error: parse error before `}' token
scripts/kconfig/qconf.h: In function `ConfigList* listView()':
scripts/kconfig/qconf.h:78: error: invalid use of `this' in non-member function
scripts/kconfig/qconf.h: At global scope:
scripts/kconfig/qconf.h:81: error: non-member function `ConfigItem*
firstChild()' cannot have `const' method qualifier
scripts/kconfig/qconf.h: In function `ConfigItem* firstChild()':
scripts/kconfig/qconf.h:82: error: `Parent' undeclared (first use this
function)
scripts/kconfig/qconf.h:82: error: (Each undeclared identifier is reported only
once for each function it appears in.)
scripts/kconfig/qconf.h:82: error: parse error before `::' token
scripts/kconfig/qconf.h: In function `int mapIdx(colIdx)': |
|