Thanks for your reply.
Thanks for the replies. The following are the (un)installed packages on this system. Can you please tell me what packages I need to install/uninstall. There are so many of them qt, qt2, qt3 and libraries corresponding to them. Cant figure out which one goes with what. I am using debian testing.
dpkg -l libqt\*
||/ Name Version
Description
+++-======================================-=========================
ii libqt-dev 2.3.2-14
^^^ Remove that one.
Qt GUI development files
un libqt-mt-dev <none>
(no description available)
un libqt-perl <none>
(no description available)
ii libqt2 2.3.2-14
Qt GUI Library (runtime version)
un libqt2-dev <none>
(no description available)
un libqt3 <none>
(no description available)
un libqt3-dev <none>
(no description available)
un libqt3-helper <none>
(no description available)
un libqt3-mt <none>
(no description available)
un libqt3-mt-dev <none>
^^^ That's the one you need.
I purged libqt-dev and installed libqt3-mt-dev package. Now I am getting the following errors. These errors look different from the previous errors. Can you please advice me what to do..
regards raju
scripts/kconfig/qconf.cc: In function `int parent()':
scripts/kconfig/qconf.cc:326: error: redefinition of `int parent()'
scripts/kconfig/qconf.cc:319: error: `int parent()' previously defined here
scripts/kconfig/qconf.cc:326: error: redefinition of `int parent()'
scripts/kconfig/qconf.cc:319: error: `int parent()' previously defined here
scripts/kconfig/qconf.cc:326: error: parse error before `->' token
scripts/kconfig/qconf.cc:327: error: ISO C++ forbids declaration of `hide' with
no type
scripts/kconfig/qconf.cc:328: error: parse error before `}' token
scripts/kconfig/qconf.cc:330: error: `p' undeclared (first use this function)
scripts/kconfig/qconf.cc:330: error: parse error before `*' token
scripts/kconfig/qconf.cc:331: error: invalid use of undefined type `class
ConfigList'
scripts/kconfig/qconf.h:8: error: forward declaration of `class ConfigList'
scripts/kconfig/qconf.cc: In constructor `ConfigList::ConfigList(...)':
scripts/kconfig/qconf.cc:331: error: class `ConfigList' does not have any field
named `Parent'
scripts/kconfig/qconf.cc:331: error: class `ConfigList' does not have any field
named `cview'
scripts/kconfig/qconf.cc:331: error: `cv' undeclared (first use this function)
scripts/kconfig/qconf.cc:332: error: class `ConfigList' does not have any field
named `updateAll'
scripts/kconfig/qconf.cc:333: error: class `ConfigList' does not have any field
named `symbolYesPix'
scripts/kconfig/qconf.cc:333: error: class `ConfigList' does not have any field
named `symbolModPix'
scripts/kconfig/qconf.cc:333: error: class `ConfigList' does not have any field
named `symbolNoPix'
scripts/kconfig/qconf.cc:334: error: class `ConfigList' does not have any field
named `choiceYesPix'
scripts/kconfig/qconf.cc:334: error: class `ConfigList' does not have any field
named `choiceNoPix'
scripts/kconfig/qconf.cc:335: error: class `ConfigList' does not have any field
named `menuPix'
scripts/kconfig/qconf.cc:335: error: class `ConfigList' does not have any field
named `menuInvPix'
scripts/kconfig/qconf.cc:335: error: class `ConfigList' does not have any field
named `menuBackPix'
scripts/kconfig/qconf.cc:335: error: class `ConfigList' does not have any field
named `voidPix'
scripts/kconfig/qconf.cc:336: error: class `ConfigList' does not have any field
named `showAll'
scripts/kconfig/qconf.cc:336: error: class `ConfigList' does not have any field
named `showName'
scripts/kconfig/qconf.cc:336: error: class `ConfigList' does not have any field
named `showRange'
scripts/kconfig/qconf.cc:336: error: class `ConfigList' does not have any field
named `showData'
scripts/kconfig/qconf.cc:337: error: class `ConfigList' does not have any field
named `rootEntry'
scripts/kconfig/qconf.cc:341: error: `setSorting' undeclared (first use this
function)
scripts/kconfig/qconf.cc:342: error: `setRootIsDecorated' undeclared (first use
this function)
scripts/kconfig/qconf.cc:343: error: `disabledColorGroup' undeclared (first use
this function)
scripts/kconfig/qconf.cc:343: error: `palette' undeclared (first use this
function)
scripts/kconfig/qconf.cc:344: error: `QColorGroup' undeclared (first use this
function)
scripts/kconfig/qconf.cc:344: error: parse error before `::' token
scripts/kconfig/qconf.cc:345: error: `inactivedColorGroup' undeclared (first
use this function)
scripts/kconfig/qconf.cc:346: error: parse error before `::' token
scripts/kconfig/qconf.cc:348: error: parse error before `)' token
scripts/kconfig/qconf.cc:348: error: `connect' undeclared (first use this
function)
scripts/kconfig/qconf.cc:359: error: invalid use of undefined type `class
ConfigList'
scripts/kconfig/qconf.h:8: error: forward declaration of `class ConfigList'
scripts/kconfig/qconf.cc: In member function `void ConfigList::reinit()':
scripts/kconfig/qconf.cc:380: error: invalid use of undefined type `class
ConfigList'
scripts/kconfig/qconf.h:8: error: forward declaration of `class ConfigList'
scripts/kconfig/qconf.cc: In member function `void
ConfigList::updateSelection()':
scripts/kconfig/qconf.cc:384: error: `item' undeclared (first use this
function)
scripts/kconfig/qconf.cc:384: error: parse error before `)' token
scripts/kconfig/qconf.cc:388: error: `cview' undeclared (first use this
function)
scripts/kconfig/qconf.cc:395: error: `emit' undeclared (first use this
function)
scripts/kconfig/qconf.cc:395: error: parse error before `(' token
scripts/kconfig/qconf.cc:399: error: invalid use of undefined type `class
ConfigList'
scripts/kconfig/qconf.h:8: error: forward declaration of `class ConfigList'
scripts/kconfig/qconf.cc:399: error: invalid declarator
scripts/kconfig/qconf.cc:399: error: syntax error before `{' token
scripts/kconfig/qconf.cc:410: error: ISO C++ forbids declaration of `last' with
no type
scripts/kconfig/qconf.cc:410: confused by earlier errors, bailing out
make[1]: *** [scripts/kconfig/qconf.o] Error 1
make: *** [xconfig] Error 2
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]