Re: Gnucash 2.7.5 build with OFX

2018-03-03 Thread Roger Miskowicz
Thanks Liz, I check it out.

On Sun, Mar 4, 2018 at 1:19 AM, Liz  wrote:

> On Sun, 4 Mar 2018 01:10:05 -0500
> Roger Miskowicz  wrote:
>
> > Hi Liz,
> >
> > I am using Ubuntu 16.04.4 LTS
> >
> > Regards,
> >   Roger
> >
> > On Sun, Mar 4, 2018 at 1:04 AM, Liz  wrote:
> >
> > > On Sat, 3 Mar 2018 23:48:30 -0500
> > > Roger Miskowicz  wrote:
> > >
> > > > I am trying to build 2.7.5 but there is a problem locating libofx
> > > > with
> > > >
>
> You will need a package like libofx-dev as it is a Debian variant.
>
> Liz
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Gnucash 2.7.5 build with OFX

2018-03-03 Thread Liz
On Sun, 4 Mar 2018 01:10:05 -0500
Roger Miskowicz  wrote:

> Hi Liz,
> 
> I am using Ubuntu 16.04.4 LTS
> 
> Regards,
>   Roger
> 
> On Sun, Mar 4, 2018 at 1:04 AM, Liz  wrote:
> 
> > On Sat, 3 Mar 2018 23:48:30 -0500
> > Roger Miskowicz  wrote:
> >  
> > > I am trying to build 2.7.5 but there is a problem locating libofx
> > > with
> > >

You will need a package like libofx-dev as it is a Debian variant.

Liz
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Gnucash 2.7.5 build with OFX

2018-03-03 Thread Roger Miskowicz
Hi Liz,

I am using Ubuntu 16.04.4 LTS

Regards,
  Roger

On Sun, Mar 4, 2018 at 1:04 AM, Liz  wrote:

> On Sat, 3 Mar 2018 23:48:30 -0500
> Roger Miskowicz  wrote:
>
> > I am trying to build 2.7.5 but there is a problem locating libofx with
> >
> > cmake -D WITH_AQBANKING=OFF -D WITH_OFX=ON ../gnucash
> >
> > reports:
> >
> > --   No package 'libofx' found
> >
> > I have libofx installed at:
> >
> > /usr/lib/x86_64-linux-gnu/libofx.so.6
> > /usr/lib/x86_64-linux-gnu/libofx.so.6.0.0
> >
> > which seemed to work with 2.6.11
> >
> > My goal is to import qfx files into gnucash 2.7.5 and later.
> >
> > Any suggestions will be much appreciated.
> >
> > Roger
>
>
> What is the distro you are using?
> The answer is different for Arch, Gentoo, Debian et al, Fedora / RHEL
>
> and so on
>
>
> Liz
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Gnucash 2.7.5 build with OFX

2018-03-03 Thread Liz
On Sat, 3 Mar 2018 23:48:30 -0500
Roger Miskowicz  wrote:

> I am trying to build 2.7.5 but there is a problem locating libofx with
> 
> cmake -D WITH_AQBANKING=OFF -D WITH_OFX=ON ../gnucash
> 
> reports:
> 
> --   No package 'libofx' found
> 
> I have libofx installed at:
> 
> /usr/lib/x86_64-linux-gnu/libofx.so.6
> /usr/lib/x86_64-linux-gnu/libofx.so.6.0.0
> 
> which seemed to work with 2.6.11
> 
> My goal is to import qfx files into gnucash 2.7.5 and later.
> 
> Any suggestions will be much appreciated.
> 
> Roger


What is the distro you are using?
The answer is different for Arch, Gentoo, Debian et al, Fedora / RHEL

and so on


Liz
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Gnucash 2.7.5 build with OFX

2018-03-03 Thread Roger Miskowicz
I am trying to build 2.7.5 but there is a problem locating libofx with

cmake -D WITH_AQBANKING=OFF -D WITH_OFX=ON ../gnucash

reports:

--   No package 'libofx' found

I have libofx installed at:

/usr/lib/x86_64-linux-gnu/libofx.so.6
/usr/lib/x86_64-linux-gnu/libofx.so.6.0.0

which seemed to work with 2.6.11

My goal is to import qfx files into gnucash 2.7.5 and later.

Any suggestions will be much appreciated.

Roger
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.