Re: [GNC] Fwd: The two modules

2018-06-20 Thread Stephen M. Butler
Found libofx7 and installed that instead of libofx6 and libofx4. After a few other missed steps I now have completed the "cmake ../gnucash-3.1" step  However the "make" step has problems: ... [ 29%] Built target test-core-guile Scanning dependencies of target scm-test-core [ 29%] Generating ../.

Re: [GNC] Fwd: The two modules

2018-06-20 Thread Stephen M. Butler
Thank you.  Found those entries and also found I had missed to OFX portion -- but apt-get complains on that one: $ sudo apt-get install libofx6 libofx4 libofx-dev Reading package lists... Done Building dependency tree   Reading state information... Done Package libofx6 is not available, but is

Re: [GNC] Fwd: The two modules

2018-06-20 Thread nvsoar
Seems to me that I read recently that gwenhywfar is an AQ Banking package.  On the same google page is an entry that it can be downloaded from Source Forge. nvsoar On 06/20/18 13:17, Stephen M. Butler wrote: Then I ran into this problem.  Researching. I don't see 'gwenhywfar' listed on the in

Re: [GNC] Fwd: The two modules

2018-06-20 Thread Stephen M. Butler
Then I ran into this problem.  Researching. I don't see 'gwenhywfar' listed on the installation page.  Attempting to install says package not found.  $ cmake -D CMAKE_INStALL_PREFIX=/usr/local ../gnucash-3.1 -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7

Re: [GNC] Fwd: The two modules

2018-06-20 Thread Stephen M. Butler
I decided to pull down the latest version (I know a new one is coming in just a few days) to be sure I could compile it and utilize the latest versions of the reports for this mock company. But, I ran into a slight problem installing the packages and hope I made the right choice:  $ sudo apt-get i

Re: [GNC] Updated to 3.1 - lost lots & report

2018-06-20 Thread Geert Janssens
Thanks for the response. The trace indeed has no messages related to migration. In retrospect it couldn't have :( The migration code itself runs before logging is set up. So any message printed during migration would be sent to the console, but on windows that is not available. There are seve