LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make xconfig fails with a LONG list of errors (https://www.linuxquestions.org/questions/linux-software-2/make-xconfig-fails-with-a-long-list-of-errors-192361/)

awreneau 06-11-2004 11:22 AM

make xconfig fails with a LONG list of errors
 
I prefer xconfig to menuconfig becuase of it's point and click features, make menuconfig works fine and I'm using it now however I'd like to know why xconfig fails. Not allot on google about this and what is there doesnt really help me. Here is a snippet of errors, when I run make xconfig I get about 4 - 5 pages of scrolling errors and this is a snippet of them.

scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN10ConfigListD0Ev+0x10c): In function `ConfigList::~ConfigList [in-charge deleting]()':
: undefined reference to `QPixmap::~QPixmap [in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN10ConfigListD0Ev+0x11a): In function `ConfigList::~ConfigList [in-charge deleting]()':
: undefined reference to `QPixmap::~QPixmap [in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN10ConfigListD0Ev+0x128): more undefined references to `QPixmap::~QPixmap [in-charge]()' follow
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN10ConfigListD0Ev+0x15a): In function `ConfigList::~ConfigList [in-charge deleting]()':
: undefined reference to `QListView::~QListView [not-in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN14ConfigLineEditD1Ev+0x1a): In function `ConfigLineEdit::~ConfigLineEdit [in-charge]()':
: undefined reference to `QLineEdit::~QLineEdit [not-in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN14ConfigLineEditD0Ev+0x1d): In function `ConfigLineEdit::~ConfigLineEdit [in-charge deleting]()':
: undefined reference to `QLineEdit::~QLineEdit [not-in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN16ConfigMainWindowD1Ev+0x1a): In function `ConfigMainWindow::~ConfigMainWindow [in-charge]()':
: undefined reference to `QMainWindow::~QMainWindow [not-in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.t._ZN16ConfigMainWindowD0Ev+0x1d): In function `ConfigMainWindow::~ConfigMainWindow [in-charge deleting]()':
: undefined reference to `QMainWindow::~QMainWindow [not-in-charge]()'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI6QGList+0x8): undefined reference to `typeinfo for QCollection'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI10ConfigView+0x8): undefined reference to `typeinfo for QVBox'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI10ConfigList+0x8): undefined reference to `typeinfo for QListView'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI10ConfigItem+0x8): undefined reference to `typeinfo for QListViewItem'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI14ConfigLineEdit+0x8): undefined reference to `typeinfo for QLineEdit'
scripts/kconfig/qconf.o(.gnu.linkonce.r._ZTI16ConfigMainWindow+0x8): undefined reference to `typeinfo for QMainWindow'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] Error 1
make: *** [xconfig] Error 2


I'd really like some help on this one.

foo_bar_foo 06-11-2004 12:34 PM

xconfig now requires qt developement environment be installed and configured properly.
with error messages the first one or two lines are generally the important ones.

awreneau 06-11-2004 01:03 PM

libqt-dev is already installed. I'd happily display the first few lines of errors but they scroll off and the buffer doesnt allow me to go back that far. I've plugged around in some /var/log files but no luck yet....

Any suggestions on how to get the error messages?


All times are GMT -5. The time now is 08:51 PM.