Gnucash BugTrack notification
jcollins moved PR#96 from incoming to gnucash-qt
Message summary for PR#96
From: [EMAIL PROTECTED]
Subject: gnucash.qt
Date: unknown
0 replies 0 followups
====> ORIGINAL MESSAGE FOLLOWS <====
Received: (qmail 6085 invoked from network); 29 Feb 2000 09:10:44 -0000
Received: from localhost (127.0.0.1)
by localhost with SMTP; 29 Feb 2000 09:10:44 -0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: gnucash.qt
Full_Name: Morwen Thistlethwaite
Version: 1.3.0
GUI: gnucash-gnome
OS: Linux Debian Potato i386
Submission from: (NULL) (128.169.244.190)
I tried to build gnucash.qt with the g++ that came with potato, and got
numerous compilation errors. After each error I tried to patch crudely so as
to see what happened next.
The main problems were in combocell-qt.cpp and accwidget.cpp.
In combocell-qt.cpp I got the errors mentioned in another bug report, but also
combocell-qt.cpp:215: assignment to
`const char * (*)(BasicCell *, const char *, int *, int *, int *)' from
`void (*)(BasicCell *, int, int)'.
In accwidget.cpp I got
164: implicit declaration of function `int gnc_shutdown(...)'
192: implicit declaration of function `int gnc_refresh_main_window(...)'
Also in top-level.cpp:
64: implicit declaration of function `int gncGetCurrentGroup(...)'
69: passing `int' to argument 1 of `xaccRecomputeGroupBalance(AccountGroup *)'
lacks a cast
I managed to get all the way to the final linking in
gnucash-1.3.0/src/qt, but then got numerous "undefined references":
undefined reference to `gnc_shutdown(int)
undefined reference to `gnc_refresh_main_window(void)'
undefined reference to `xaccComboCellSetCompleteChar'
undefined reference to `xaccQuickFillGUIInit'
etc.
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]