Re: [Libofx-devel] Re: [Kmymoney2-user] ofx
Benoit Grégoire <[email protected]> Sun, 25 Sep 2005 00:04:53 -0400
| Newsgroups | gmane.comp.kde.kmymoney2.devel,gmane.comp.finance.libofx.devel |
|---|---|
| Organization | Technologie Coeus |
| Message-ID | <[email protected]> |
On September 24, 2005 06:19 pm, ace jones wrote:
> Oh, thanks Bob. Christian Stimming already sent me a fix for this that
> I need to check it in.
>
> </Ace>
>
> On Sat, 2005-09-24 at 14:43, Bob Ewart wrote:
> > ace jones wrote:
> > > On Sat, 2005-09-24 at 13:38, Wim Wust wrote:
> > > > When I'm trying to install libofx 0.8 or 0.7.0 from source the
> > > > configure parts goes uniterrupted. However when I use ' make' i get
> > > > the followiing warnings:
> > > >
> > > > ree.hh:72: error: explicit qualification in declaration of `void
> > > > kp::destructor(T1*)'
> > > > ofx_container_generic.lo] Fout 1
> > > > *** [all-recursive-am] Fout 2
> > > >
> > > > What can I do to avoid those warnings? I' using suse 10.0
> >
> > The problem is with line 72 of tree.hh. It reads:
> > inline void kp::destructor(T1* p)
> > Change it to:
> >
> > inline void destructor(T1* p)
> > since you are already inside a
> > namespace kp {
> >
> > Gcc 4 considers this a hard error. (I ran into this problem yesterday.)
> >
> > Bob
tree.hh is software maintained by http://www.aei.mpg.de/~peekas/tree/. We
should look if there is an update, I don't mind udating it, but I'd like to
avoid patching it in libofx.
--
Benoit Grégoire, http://benoitg.coeus.ca/
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBDNiHomZ6zzPlLuwMRAnUUAKCp+iaaJnfuYcYdQYLHXnO4Twjy/gCggD1N Xle0F/bthuauGVWYPhGgftA= =FM73 -----END PGP SIGNATURE-----