Re: [GNC-dev] Runtime issue with gwenhywfar and aqbanking libraries

2021-09-14 Thread Lothar Paltins via gnucash-devel
o.conf.d/aqbanking.conf containing the paths of my self-compiled aqbanking and gwenhywfar libraries. Lothar -- Lothar Paltins lkp...@mailbox.org ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Runtime issue with gwenhywfar and aqbanking libraries

2021-09-13 Thread john
> On Sep 13, 2021, at 5:45 AM, Lothar Paltins via gnucash-devel > wrote: > > John, > > thanks for your answer. > >> Did you forget to add /opt/gwenhywfar/lib64 and /opt/aqbanking/lib64 to >> LD_LIBRARY_PATH so that the dynamic linker can find the librar

Re: [GNC-dev] Runtime issue with gwenhywfar and aqbanking libraries

2021-09-13 Thread Lothar Paltins via gnucash-devel
John, thanks for your answer. Did you forget to add /opt/gwenhywfar/lib64 and /opt/aqbanking/lib64 to LD_LIBRARY_PATH so that the dynamic linker can find the libraries at runtime? No, I didn't 'forget' it. Specifying the paths in LD_LIBRARY_PATH makes it work, as well as add

Re: [GNC-dev] Runtime issue with gwenhywfar and aqbanking libraries

2021-09-12 Thread john
d build > cmake -DCMAKE_INSTALL_PREFIX=/opt/gnucash .. > make > sudo make install > > It succeeds, /opt/gnucash/bin/gnucash is installed and it works, but there > are no online banking functions available. I found out, that gnucash can't > find the gwenhywfar and aqba

[GNC-dev] Runtime issue with gwenhywfar and aqbanking libraries

2021-09-12 Thread Lothar Paltins via gnucash-devel
nd it works, but there are no online banking functions available. I found out, that gnucash can't find the gwenhywfar and aqbanking libraries. It seems, that setting PKG_CONFIG_PATH isn't sufficient. If I copy all shared libraries from /opt/aqbanking/lib64 and /opt/gwenhywfar/lib64 t

Re: Deprecated libraries

2009-09-29 Thread Geert Janssens
On Tuesday 29 September 2009, Derek Atkins wrote: > Quoting Bill Nottingham : > > Derek Atkins (warl...@mit.edu) said: > >> Phil Longstaff writes: > >> > I tried a build last night with deprecated gnome/glib/gtk/gdk/... > >> > features disabled. I submitted a patch for one simple change. > >> >

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Quoting Bill Nottingham : Derek Atkins (warl...@mit.edu) said: >>When were these new interfaces added to Gtk? Do we have a new minimum >>version of Gtk? > >GtkAssistant is from GTK+ 2.10. GtkToolTip is GTK+ 2.12. Thanks Bill. It's kinda what I was afraid of. I think I can convince myself th

Re: Deprecated libraries

2009-09-29 Thread Bill Nottingham
Derek Atkins (warl...@mit.edu) said: > >>When were these new interfaces added to Gtk? Do we have a new minimum > >>version of Gtk? > > > >GtkAssistant is from GTK+ 2.10. GtkToolTip is GTK+ 2.12. > > Thanks Bill. It's kinda what I was afraid of. > > I think I can convince myself that it's okay

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Quoting Bill Nottingham : Derek Atkins (warl...@mit.edu) said: Phil Longstaff writes: > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > disabled. I submitted a patch for one simple change. GnomeDruid (libgnomeui) > is deprecated in favor of GtkAssistant. I lo

Re: Deprecated libraries

2009-09-29 Thread Bill Nottingham
Derek Atkins (warl...@mit.edu) said: > Phil Longstaff writes: > > > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > > disabled. I submitted a patch for one simple change. GnomeDruid > > (libgnomeui) > > is deprecated in favor of GtkAssistant. I logged a bug for t

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
how it works. > > Phil > > ━━ > From: Derek Atkins > To: Phil Longstaff > Cc: Geert Janssens ; gnucash-devel@gnucash.org > Sent: Tuesday, September 29, 2009 11:59:14 AM > Subject: Re: Deprecated libraries > > Phil Longstaff writes: > >> I tried a

Re: Deprecated libraries

2009-09-29 Thread Phil Longstaff
cash-devel@gnucash.org Sent: Tuesday, September 29, 2009 11:59:14 AM Subject: Re: Deprecated libraries Phil Longstaff writes: > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > disabled. I submitted a patch for one simple change. GnomeDruid (libgnomeui) > is

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Phil Longstaff writes: > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > disabled. I submitted a patch for one simple change. GnomeDruid (libgnomeui) > is deprecated in favor of GtkAssistant. I logged a bug for this one. > GtkTooltips is deprecated in favor of Gtk

Re: Deprecated libraries

2009-09-25 Thread Phil Longstaff
On September 25, 2009 07:00:29 pm John Ralls wrote: > On Sep 25, 2009, at 7:16 AM, Phil Longstaff wrote: > > Re major versions: 2.4 will have the new db backend and webkit > > instead of gtkhtml. I think 2.6 should have new reports (Chris > > Dennis' eguile-based reports) and register rewrite. > >

Re: Deprecated libraries

2009-09-25 Thread John Ralls
On Sep 25, 2009, at 7:16 AM, Phil Longstaff wrote: Re major versions: 2.4 will have the new db backend and webkit instead of gtkhtml. I think 2.6 should have new reports (Chris Dennis' eguile-based reports) and register rewrite. Apropos webkit instead of gtkhtml, Gnucash-2.3.5's confi

Re: Deprecated libraries

2009-09-25 Thread Phil Longstaff
ports (Chris Dennis' eguile-based reports) and register rewrite. Phil From: Derek Atkins To: Geert Janssens Cc: gnucash-devel@gnucash.org Sent: Friday, September 25, 2009 10:00:48 AM Subject: Re: Deprecated libraries Hi, Geert Janssens writes: [snip

Re: Deprecated libraries

2009-09-25 Thread Derek Atkins
Hi, Geert Janssens writes: [snip] > What's the state of these libraries in GnuCash ? If I run an ldd on the 2.3.5 > binary, it still links to most of these libraries. Many of these libraries are used indirectly (e.g., they are dependencies of our dependencies). However I know t

Deprecated libraries

2009-09-24 Thread Geert Janssens
While reading the release notes of the just release gnome 2.28, my eye caught this paragraph: Fixing Usage of Deprecated Libraries Starting with GNOME 3.0, various deprecated parts of GNOME will be removed. These deprecated components include libraries such as libart_lgpl, libbonobo

Re: r15999 - gnucash/trunk/packaging/win32 - Do not double-check libraries/programs if they are installed correctly.

2007-05-07 Thread Derek Atkins
Andreas Köhler <[EMAIL PROTECTED]> writes: > Hi, > > Am Sonntag, den 06.05.2007, 23:26 -0400 schrieb Derek Atkins: >> I don't think I asked this earlier, but why did you remove >> this added check? I found it useful to me when I was working >> on the install.sh code to make sure I actually instal

Re: r15999 - gnucash/trunk/packaging/win32 - Do not double-check libraries/programs if they are installed correctly.

2007-05-07 Thread Andreas Köhler
-- andi5 > Andreas Köhler <[EMAIL PROTECTED]> writes: > > > New Revision: 15999 > > Trac: http://svn.gnucash.org/trac/changeset/15999 > > > > Modified: > > gnucash/trunk/packaging/win32/install.sh > > Log: &

Re: r15999 - gnucash/trunk/packaging/win32 - Do not double-check libraries/programs if they are installed correctly.

2007-05-06 Thread Derek Atkins
sh > Log: > Do not double-check libraries/programs if they are installed correctly. [snip] -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/

Re: graphics libraries - suggested fix works

2006-05-03 Thread David Reiser
On Apr 27, 2006, at 4:33 AM, Andreas Köhler wrote: Hi, please update to gtkhtml 3.10.1. gtkhtml 3.10.1 did fix the problem for me. Thanks for the info. Related closed bugs: http://bugzilla.gnome.org/show_bug.cgi?id=327625 http://bugzilla.gnome.org/show_bug.cgi?id=332884 -- andi5 On Thur

Re: graphics libraries

2006-04-28 Thread David Reiser
On Apr 27, 2006, at 4:33 AM, Andreas Köhler wrote: Hi, please update to gtkhtml 3.10.1. Thanks. I'll have to wait on this one. The latest available from fink is 3.10.0. Since there is an identifiable cause, I won't worry about this until I can test against a newer version of gtkhtml. I'll

Re: graphics libraries

2006-04-27 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Reiser schrieb: > What is gnucash using in 1.9/2.0+ for drawing charts? A copy of goffice-0.0.4 of which we use the libgoffice-graph parts, also called "gog-*". The current release version of goffice is 0.3.0, see ftp://ftp.gnome.org/mirror/gnom

Re: graphics libraries

2006-04-27 Thread Andreas Köhler
Hi, please update to gtkhtml 3.10.1. Related closed bugs: http://bugzilla.gnome.org/show_bug.cgi?id=327625 http://bugzilla.gnome.org/show_bug.cgi?id=332884 -- andi5 On Thursday, 27 Apr 2006, 07:12 CEST, David Reiser wrote: > What is gnucash using in 1.9/2.0+ for drawing charts? > > I can get c

graphics libraries

2006-04-26 Thread David Reiser
What is gnucash using in 1.9/2.0+ for drawing charts? I can get charts to appear on screen, but if I try to print, I get a blank page, and a message in the terminal window: (gnucash:7623): GLib-GObject-CRITICAL **: g_signal_emit_by_name: assertion `detailed_signal != NULL' failed Having j

Re: shared libraries in windows port (was: r13637 - gnucash/trunk - Add more linker flags)

2006-03-16 Thread Christian Stimming
d not have any > loadable modules. Is that more or less correct? No, that's not what we (more precisely: I) try do to. We "just" create the libraries through libtool in the very same way as the Unix/Mac versions, except that libtool requires the "-no-undefined" flag o

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
I haven't been following the Windows port much (I get enough grief with Windows development in my day job), but it sounds like the idea is to treat everything like a shared library on Windows and not have any loadable modules. Is that more or less correct? And the main difference (from gnucas

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
Yeah, I figured it would have moved the problem. Unfortunately this is where the windows linker and the mac linker are incompatible. This is particularly an issue in that a "loadable module" != "shared library", but gnucash treats them the same. -derek Quoting Mike Alexander <[EMAIL PROTE

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
The change in r13642 moved the problem from libgncmod-business-core to libgncmod-business-backend-file, but I still get the same build errors there. Removing the reference to ${top_builddir}/src/backend/file/libgnc-backend-file.la from business-core/file/Makefile.am solved the build problem (b

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
Yeah, there's a MAJOR disconnect between "shared library" and "shared module" in the gnucash sources. Unfortunately it's really confusing and we're kinda violating a few of the rules. It's worked historically, but now with Christian's Win32 "everything linking" it's becoming more prominent. Bu

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Mike Alexander
I think a different approach may be required. I'm getting these build errors with this change: *** Warning: Linking the shared library libgncmod-business-core.la against the loadable module *** libgnc-backend-file.dylib is not portable! ** Warning, lib libgnc-backend-file.dylib is a module, n

Re: [Gnucash-changes] r13637 - gnucash/trunk - Add more linker flags for referenced libraries. Necessary when the

2006-03-15 Thread Derek Atkins
FYI, I /think/ that a better approach here would be to move the gncBusGuile.[ch] from libgncmod_business_core to libgw_business_core That should remove the libgw-engine requirement. I'll test that change here first just to be sure. -derek Christian Stimming <[EMAIL PROTECTED]> writes: > --- g

Re: [Gnucash-changes] r13003 - gnucash/trunk - Change libgsf/goffice libraries and paths to be gnucash-specific.

2006-01-28 Thread Josh Sled
n >gnucash/trunk/lib/goffice-0.0.4/goffice/Makefile.am >gnucash/trunk/lib/libgsf-1.12.3/gsf-gnome/Makefile.am >gnucash/trunk/lib/libgsf-1.12.3/gsf/Makefile.am > Log: > Change libgsf/goffice libraries and paths to be gnucash-specific. After making these changes I needed t

Re: [Gnucash-changes] r12942 - gnucash/trunk/src - Initialize Gnome libraries before booting guile.

2006-01-22 Thread Chris Shoemaker
On Sun, Jan 22, 2006 at 06:12:16PM -0500, Chris Shoemaker wrote: > - gnucash_program = > -gnome_program_init("gnucash", version, LIBGNOMEUI_MODULE, > -restargc, restargv, > -GNOME_PARAM_POPT_TABLE, nullPoptTable, > -GNOME_PROGRAM_STAN

Re: CashUtil and GnuCash libraries

2005-09-08 Thread Neil Williams
GnuCash will use to link against the code, it can be as many individual libraries as needed - the coalescence happens at the next level. CashUtil will link against both sets of objects and handle them as if they *are* one when GnuCash can use them individually. It's only natural that as t

Libraries

2000-09-28 Thread Robert Graham Merkel
Terry writes: > Does anybody know the names of the packages containing the following > libraries:?? > > libaspell.so.7 > llibpspell-impl.so.3 > libpspell-modules.so.1 > libpspell-aspell.so.1 > libpspell-ispell.so.0 > libpspell.so.2 > > I have looked

Libraries

2000-09-28 Thread Terry
Does anybody know the names of the packages containing the following libraries:?? libaspell.so.7 llibpspell-impl.so.3 libpspell-modules.so.1 libpspell-aspell.so.1 libpspell-ispell.so.0 libpspell.so.2 I have looked on the helixcode page listing the packages and none seems anywhere close to these

Re: libraries

2000-09-25 Thread Christopher Browne
l > > > > Looked on the HelixCode site - couldn't find anything similar listed. > > > > Where do I find the above libraries?? > > > > Terry > Let me try again - I don't want all of GNOME - I don't really run GNOME - rig ht > now I prefer KDE - GNO

Re: libraries

2000-09-23 Thread Dave Peticolas
Terry writes: > On Wed, 20 Sep 2000, you wrote: > > Downloaded 1.5.1 and tries to install - unsatisfied dependencies: > > > > libaspell > > libpspell > > libgtkhtml > > > > Looked on the HelixCode site - couldn't find anything similar li

Re: libraries

2000-09-23 Thread Terry
On Wed, 20 Sep 2000, you wrote: > Downloaded 1.5.1 and tries to install - unsatisfied dependencies: > > libaspell > libpspell > libgtkhtml > > Looked on the HelixCode site - couldn't find anything similar listed. > > Where do I find the above libraries?? >

Re: libraries

2000-09-20 Thread Conrad Canterford
Dave Peticolas wrote: > Terry writes: > > Downloaded 1.5.1 and tries to install - unsatisfied dependencies: > > Looked on the HelixCode site - couldn't find anything similar listed. > > Where do I find the above libraries?? > Use the helix code updater to install t

Re: libraries

2000-09-20 Thread Dave Peticolas
Terry writes: > Downloaded 1.5.1 and tries to install - unsatisfied dependencies: > > libaspell > libpspell > libgtkhtml > > Looked on the HelixCode site - couldn't find anything similar listed. > > Where do I find the above libraries?? Use the helix code u

libraries

2000-09-20 Thread Terry
Downloaded 1.5.1 and tries to install - unsatisfied dependencies: libaspell libpspell libgtkhtml Looked on the HelixCode site - couldn't find anything similar listed. Where do I find the above libraries?? Terry ___ gnucash-devel mailing list [

Local libraries

2000-09-18 Thread Gerald Champagne
I've just compiled the latest version from CVS, and I'm getting the following error: ./gnucash: error in loading shared libraries: ./gnucash: undefined symbol: gnc_locale_decimal_places I think I know what's going on and I'm hoping someone can explain the fix. The C

Re: Local libraries

2000-09-15 Thread Gerald Champagne
> > If you want to have more than one installation of gnucash, use the > --prefix argument to ./autogen.sh to specify a different install > location. > > I use > > ./autogen.sh --prefix=/opt/gnucash > That's basically what I did, except I specified a directory in my home directory. When you

Re: Local libraries

2000-09-15 Thread Dave Peticolas
Gerald Champagne writes: > I've just compiled the latest version from CVS, and I'm getting the > following error: > > ./gnucash: error in loading shared libraries: ./gnucash: undefined symbol: gn > c_locale_decimal_places > > I think I know what's going o

Local libraries

2000-09-15 Thread Gerald Champagne
I've just compiled the latest version from CVS, and I'm getting the following error: ./gnucash: error in loading shared libraries: ./gnucash: undefined symbol: gnc_locale_decimal_places I think I know what's going on and I'm hoping someone can explain the fix. The C

Why doesn't `configure' recognize my gtkhtml headers and libraries?

2000-09-14 Thread Eric Hanchrow
I'm trying to build GnuCash from CVS. I couldn't get "configure" to complete, because it said (rightly) that I didn't have the gtkhtml library. So then I looked around to see where I could get that library from. The README file says gtkhtml: version 0.4 and later should work. You can obtain

Re: Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-21 Thread Dave Peticolas
Clark Jones writes: > Dave, > > FWIW, the mdk object RPMs at the URL you suggested are for 686, and I've got > a "586". > > Someone else (I can't find the e-mail at the moment) suggested tuning off > "dependancy checking" (the command line RPM install). I hadn't noticed that > I could "uncheck"

Re: Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-21 Thread Clark Jones
Dave, FWIW, the mdk object RPMs at the URL you suggested are for 686, and I've got a "586". Someone else (I can't find the e-mail at the moment) suggested tuning off "dependancy checking" (the command line RPM install). I hadn't noticed that I could "uncheck" the "check dependancy" button on kp

Re: Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-21 Thread Rod Roark
On Tue, 20 Jun 2000, Clark Jones wrote: > ... > I would really like to see GnuCash succeed. It sounds like it would be > a good replacement for Quicken, at least for what I need. Quicken is the > one practical application that I still regularly use Windows 98. If GnuCash > lives up to its promi

Re: Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-21 Thread Rod Roark
On Tue, 20 Jun 2000, Clark Jones wrote: > ... > I've just tried to install gnucash 1.4.0-1 under Mandrake 7.0 from the > RPM that I downloaded from the "mirror" site. Unfortunately the package > is wanting libguile.so.4 and libreadline.so.3. However, the currently > available RPMs for guile cont

Re: Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-21 Thread Dave Peticolas
Clark Jones writes: > Hi! > > Sorry to have to use this venue for this, but I didn't see a "report bugs" > on the gnucash.org web page. > > First a brief word of background: I have been developing system-level > software professionally for over 20 years, mostly highly specialized > compilers.

Problem with gnucash 1.4.0-1 -- it wants obsolete libraries

2000-06-20 Thread Clark Jones
ither need to upgrade to building with the current versions of these libraries, or alternatively make the older versions available on your download site. By the way, I've been having this problem since I first tried to install gnucash 1.3.1, right after installing Mandrake 7.0. I would really lik

Re: Libraries

2000-05-24 Thread Hendrik Boom
> >Hmm, how about some kind of install program? I was thinking of doing > > this as a generic thing on my spare time, but something that checks if > > certain libraries are installed, and if they are not, wgets them or > > something similiar and installs them. You mig

Re: Libraries

2000-05-24 Thread Dave Peticolas
>Hmm, how about some kind of install program? I was thinking of doing > this as a generic thing on my spare time, but something that checks if > certain libraries are installed, and if they are not, wgets them or > something similiar and installs them. You might get more new

Re: Libraries

2000-05-24 Thread Garrett Banuk
Hmm, how about some kind of install program? I was thinking of doing this as a generic thing on my spare time, but something that checks if certain libraries are installed, and if they are not, wgets them or something similiar and installs them. You might get more newbie users to come over

Re: Libraries

2000-05-24 Thread Dave Peticolas
> How many libraries does gnucash depend on? It seems like alot. I'm hear > so many install problems about finding and installing libraries it requires. Mostly it requires the libraries required by any gnome program. This is a lot, but they should be present on any system with g

Libraries

2000-05-24 Thread Garrett Banuk
How many libraries does gnucash depend on? It seems like alot. I'm hearing so many install problems about finding and installing libraries it requires. -Garrett, http://www.wpi.edu/~mongoose/ "Do not go where the path may lead, go instead where there is no path and lea