Gnucash BugTrack notification
biffhero moved PR#21 from incoming to gnucash-qt
Message summary for PR#21
From: [EMAIL PROTECTED]
Subject: configure makes qt Makefile w/o any qt on system
Date: unknown
0 replies 0 followups
====> ORIGINAL MESSAGE FOLLOWS <====
Received: (qmail 21721 invoked from network); 25 Nov 1999 23:35:20 -0000
Received: from localhost (127.0.0.1)
by localhost with SMTP; 25 Nov 1999 23:35:20 -0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: configure makes qt Makefile w/o any qt on system
Full_Name: Rob Walker
Version: cvs nov 25, 1999
GUI: gnucash-gnome
OS: linux
Submission from: (NULL) (209.76.109.136)
Submitted by: biffhero
when i don't have any qt on system at all, ./configure still
creates a Makefile which has instructions for qt in it.
this results in my having an error when doing "make qt", in that
moc (part of qt development) is not found.
once i installed libqt2-dev or libqt1g-dev, I was able to get /usr/bin/moc.
however, I still wasn't able to do a qt build.
make[3]: Entering directory `/home/rob/src/cvs/gnucash/src/qt'
g++ -Wp,-MD,obj/qt/accountwidget.d.tmp -c -g -O2 -I/usr/X11R6/include -I..
-I../.. -I../engine -I../register -I../guile -I./../../include -I/include
-I/include -pg -DKDE -o obj/qt/accountwidget.o accountwidget.cpp
accountwidget.cpp:6: kapp.h: No such file or directory
accountwidget.cpp:7: kiconloader.h: No such file or directory
accountwidget.cpp:8: qpopmenu.h: No such file or directory
accountwidget.cpp:9: ktopwidget.h: No such file or directory
accountwidget.cpp:10: klocale.h: No such file or directory
In file included from accountwidget.cpp:11:
accountwidget.h:4: ktopwidget.h: No such file or directory
accountwidget.h:5: qmenubar.h: No such file or directory
accountwidget.h:6: qlist.h: No such file or directory
accountwidget.h:7: qpopmenu.h: No such file or directory
accountwidget.cpp:12: ktoolbar.h: No such file or directory
In file included from accountwidget.cpp:14:
balancedlg.h:4: qdialog.h: No such file or directory
In file included from accountwidget.cpp:15:
reconciledlg.h:4: qdialog.h: No such file or directory
In file included from accountwidget.cpp:16:
transferdlg.h:4: qdialog.h: No such file or directory
In file included from accountwidget.cpp:216:
accountwidget.moc:17: qmetaobject.h: No such file or directory
make[3]: *** [obj/qt/accountwidget.o] Error 1
make[3]: Leaving directory `/home/rob/src/cvs/gnucash/src/qt'
make[2]: *** [qt] Error 2
make[2]: Leaving directory `/home/rob/src/cvs/gnucash/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/home/rob/src/cvs/gnucash'
make: *** [qt] Error 2
$ date
Thu Nov 25 15:32:29 PST 1999
$
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]