You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(13) |
Feb
(5) |
Mar
(2) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
(6) |
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(1) |
2004 |
Jan
(11) |
Feb
(13) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
|
Jul
(9) |
Aug
|
Sep
(6) |
Oct
(1) |
Nov
(4) |
Dec
|
2005 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(44) |
May
(4) |
Jun
|
Jul
(6) |
Aug
(22) |
Sep
(10) |
Oct
(1) |
Nov
|
Dec
(17) |
2006 |
Jan
(23) |
Feb
(5) |
Mar
(6) |
Apr
|
May
(4) |
Jun
(9) |
Jul
(12) |
Aug
(10) |
Sep
(7) |
Oct
(4) |
Nov
(9) |
Dec
(7) |
2007 |
Jan
(2) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(5) |
Aug
(8) |
Sep
|
Oct
(3) |
Nov
(8) |
Dec
|
2008 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(7) |
Feb
(1) |
Mar
(8) |
Apr
(28) |
May
(2) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2012 |
Jan
(7) |
Feb
(3) |
Mar
(3) |
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(6) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Christian S. <cs...@us...> - 2013-04-11 20:30:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LibOFX". The branch, master has been updated via dd0f3e65feedf90b492f0c43fcc108c2a419b395 (commit) from cb775f44013bd48c9a8c6e86d09dc405a799a4f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd0f3e65feedf90b492f0c43fcc108c2a419b395 Author: Christian Stimming <chr...@cs...> Date: Thu Apr 11 22:26:32 2013 +0200 Release 0.9.7 ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- LibOFX |
From: Christian S. <cs...@us...> - 2013-04-11 20:25:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LibOFX". The branch, master has been updated via cb775f44013bd48c9a8c6e86d09dc405a799a4f2 (commit) from 2a8bc959c4d0807f5a15bead4ccaa8ca343e186f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cb775f44013bd48c9a8c6e86d09dc405a799a4f2 Author: Christian Stimming <chr...@cs...> Date: Thu Apr 11 22:24:12 2013 +0200 Fix erroneous termination condition when reading long lines. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=697133 . ----------------------------------------------------------------------- Summary of changes: lib/ofx_preproc.cpp | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- LibOFX |
From: Christian S. <cs...@us...> - 2013-04-05 07:54:15
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via ea3bd90211d66e039dca86fde6d23a35074b33f2 (commit) from 873c723bea4a5db68dfe6ea3d7c83a53257a8962 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea3bd90211d66e039dca86fde6d23a35074b33f2 Author: Christian Stimming <cs...@us...> Date: Fri Apr 5 09:53:47 2013 +0200 The code has moved to another URL. Please fetch from (developer access) ssh://USE...@gi.../p/libofx/code (read-only access) git clone git://git.code.sf.net/p/libofx/code libofx-code More information: https://sourceforge.net/p/libofx/code/ To switch an existing git clone: git remote rename origin oldorigin git remote add origin ssh://USE...@gi.../p/libofx/code git config branch.master.remote origin git pull ----------------------------------------------------------------------- Summary of changes: AUTHORS | 7 - COPYING | 280 -- ChangeLog | 492 -- FAQ | 55 - Makefile.am | 38 - NEWS | 166 - README | 52 - autogen.sh | 17 - code_has_moved.txt | 15 + configure.in | 415 -- doc/.gitignore | 8 - doc/Makefile.am | 42 - doc/doxygen.cfg | 1679 ------- doc/main_doc.c | 28 - .../ofx_spec160_stmtrs_example.sgml | 57 - .../ofx_spec201_stmtrs_example.xml | 62 - doc/tag_striper_test.txt | 8 - dtd/.gitignore | 6 - dtd/Makefile.am | 7 - dtd/ofc.dtd | 623 --- dtd/ofx160.dtd | 3497 -------------- dtd/ofx201.dtd | 4789 -------------------- dtd/opensp.dcl | 66 - inc/.gitignore | 8 - inc/Makefile.am | 1 - inc/libofx.h.in | 892 ---- lib/.gitignore | 7 - lib/Makefile.am | 52 - lib/context.cpp | 233 - lib/context.hh | 78 - lib/file_preproc.cpp | 168 - lib/file_preproc.hh | 31 - lib/getopt.c | 1055 ----- lib/getopt1.c | 188 - lib/gnugetopt.h | 180 - lib/messages.cpp | 150 - lib/messages.hh | 41 - lib/ofc_sgml.cpp | 369 -- lib/ofc_sgml.hh | 26 - lib/ofx_aggregate.hh | 89 - lib/ofx_container_account.cpp | 198 - lib/ofx_container_generic.cpp | 85 - lib/ofx_container_main.cpp | 199 - lib/ofx_container_security.cpp | 115 - lib/ofx_container_statement.cpp | 128 - lib/ofx_container_transaction.cpp | 463 -- lib/ofx_containers.hh | 265 -- lib/ofx_containers_misc.cpp | 182 - lib/ofx_error_msg.hh | 147 - lib/ofx_preproc.cpp | 641 --- lib/ofx_preproc.hh | 41 - lib/ofx_request.cpp | 123 - lib/ofx_request.hh | 85 - lib/ofx_request_accountinfo.cpp | 83 - lib/ofx_request_accountinfo.hh | 49 - lib/ofx_request_statement.cpp | 235 - lib/ofx_request_statement.hh | 106 - lib/ofx_sgml.cpp | 387 -- lib/ofx_sgml.hh | 25 - lib/ofx_utilities.cpp | 283 -- lib/ofx_utilities.hh | 51 - lib/tree.hh | 2224 --------- lib/win32.cpp | 77 - lib/win32.hh | 33 - libcurl.m4 | 250 - libofx.lsm.in | 14 - libofx.pc.in | 16 - libofx.spec.in | 71 - m4/.gitignore | 4 - m4/Makefile.am | 3 - m4/os.m4 | 111 - ofx2qif/.gitignore | 8 - ofx2qif/Makefile.am | 5 - ofx2qif/ofx2qif.c | 225 - ofxconnect/.gitignore | 11 - ofxconnect/Makefile.am | 30 - ofxconnect/README | 56 - ofxconnect/README.privateserver | 18 - ofxconnect/cmdline.ggo | 33 - ofxconnect/login-privateserver.asc | 14 - ofxconnect/nodeparser.cpp | 140 - ofxconnect/nodeparser.h | 44 - ofxconnect/ofxconnect.cpp | 498 -- ofxconnect/ofxpartner.cpp | 229 - ofxconnect/ofxpartner.h | 35 - ofxconnect/test | 26 - ofxconnect/test-privateserver.sh | 68 - ofxdump/.gitignore | 11 - ofxdump/Makefile.am | 28 - ofxdump/cmdline.ggo | 23 - ofxdump/ofxdump.cpp | 436 -- totest.txt | 24 - 92 files changed, 15 insertions(+), 24618 deletions(-) delete mode 100644 AUTHORS delete mode 100644 COPYING delete mode 100644 ChangeLog delete mode 100644 FAQ delete mode 100644 Makefile.am delete mode 100644 NEWS delete mode 100644 README delete mode 100755 autogen.sh create mode 100644 code_has_moved.txt delete mode 100644 configure.in delete mode 100644 doc/.gitignore delete mode 100644 doc/Makefile.am delete mode 100644 doc/doxygen.cfg delete mode 100644 doc/main_doc.c delete mode 100755 doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml delete mode 100644 doc/ofx_sample_files/ofx_spec201_stmtrs_example.xml delete mode 100644 doc/tag_striper_test.txt delete mode 100644 dtd/.gitignore delete mode 100644 dtd/Makefile.am delete mode 100644 dtd/ofc.dtd delete mode 100644 dtd/ofx160.dtd delete mode 100644 dtd/ofx201.dtd delete mode 100644 dtd/opensp.dcl delete mode 100644 inc/.gitignore delete mode 100644 inc/Makefile.am delete mode 100644 inc/libofx.h.in delete mode 100644 lib/.gitignore delete mode 100644 lib/Makefile.am delete mode 100644 lib/context.cpp delete mode 100644 lib/context.hh delete mode 100644 lib/file_preproc.cpp delete mode 100644 lib/file_preproc.hh delete mode 100644 lib/getopt.c delete mode 100644 lib/getopt1.c delete mode 100644 lib/gnugetopt.h delete mode 100644 lib/messages.cpp delete mode 100644 lib/messages.hh delete mode 100644 lib/ofc_sgml.cpp delete mode 100644 lib/ofc_sgml.hh delete mode 100644 lib/ofx_aggregate.hh delete mode 100644 lib/ofx_container_account.cpp delete mode 100644 lib/ofx_container_generic.cpp delete mode 100644 lib/ofx_container_main.cpp delete mode 100644 lib/ofx_container_security.cpp delete mode 100644 lib/ofx_container_statement.cpp delete mode 100644 lib/ofx_container_transaction.cpp delete mode 100644 lib/ofx_containers.hh delete mode 100644 lib/ofx_containers_misc.cpp delete mode 100644 lib/ofx_error_msg.hh delete mode 100644 lib/ofx_preproc.cpp delete mode 100644 lib/ofx_preproc.hh delete mode 100644 lib/ofx_request.cpp delete mode 100644 lib/ofx_request.hh delete mode 100644 lib/ofx_request_accountinfo.cpp delete mode 100644 lib/ofx_request_accountinfo.hh delete mode 100644 lib/ofx_request_statement.cpp delete mode 100644 lib/ofx_request_statement.hh delete mode 100644 lib/ofx_sgml.cpp delete mode 100644 lib/ofx_sgml.hh delete mode 100644 lib/ofx_utilities.cpp delete mode 100644 lib/ofx_utilities.hh delete mode 100644 lib/tree.hh delete mode 100644 lib/win32.cpp delete mode 100644 lib/win32.hh delete mode 100644 libcurl.m4 delete mode 100644 libofx.lsm.in delete mode 100644 libofx.pc.in delete mode 100644 libofx.spec.in delete mode 100644 m4/.gitignore delete mode 100644 m4/Makefile.am delete mode 100644 m4/os.m4 delete mode 100644 ofx2qif/.gitignore delete mode 100644 ofx2qif/Makefile.am delete mode 100644 ofx2qif/ofx2qif.c delete mode 100644 ofxconnect/.gitignore delete mode 100644 ofxconnect/Makefile.am delete mode 100644 ofxconnect/README delete mode 100644 ofxconnect/README.privateserver delete mode 100644 ofxconnect/cmdline.ggo delete mode 100644 ofxconnect/login-privateserver.asc delete mode 100644 ofxconnect/nodeparser.cpp delete mode 100644 ofxconnect/nodeparser.h delete mode 100644 ofxconnect/ofxconnect.cpp delete mode 100644 ofxconnect/ofxpartner.cpp delete mode 100644 ofxconnect/ofxpartner.h delete mode 100755 ofxconnect/test delete mode 100755 ofxconnect/test-privateserver.sh delete mode 100644 ofxdump/.gitignore delete mode 100644 ofxdump/Makefile.am delete mode 100644 ofxdump/cmdline.ggo delete mode 100644 ofxdump/ofxdump.cpp delete mode 100644 totest.txt hooks/post-receive -- libofx |
From: Christian S. <cs...@us...> - 2013-03-30 15:00:47
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "LibOFX". The branch, master has been updated via 2a8bc959c4d0807f5a15bead4ccaa8ca343e186f (commit) from 90881a3318cab576b22fcbdb1c4d76e85c65544f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a8bc959c4d0807f5a15bead4ccaa8ca343e186f Author: Christian Stimming <chr...@cs...> Date: Sat Mar 30 16:00:38 2013 +0100 Test the hooks.mailinglist setting of the repo ----------------------------------------------------------------------- Summary of changes: NEWS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- LibOFX |
From: Christian S. <cs...@us...> - 2013-03-30 14:51:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via 90881a3318cab576b22fcbdb1c4d76e85c65544f (commit) from c472eb3ab8265ac5194d6da7be95cdf1fdfbb2c5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 90881a3318cab576b22fcbdb1c4d76e85c65544f Author: Christian Stimming <chr...@cs...> Date: Sat Mar 30 15:51:08 2013 +0100 Test the hooks.mailinglist setting of the repo ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- UNNAMED PROJECT |
From: Christian S. <cs...@us...> - 2013-03-27 19:26:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via 873c723bea4a5db68dfe6ea3d7c83a53257a8962 (commit) from e891ad48b81ed3ffe544fcf183cf941ee4a282ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 873c723bea4a5db68dfe6ea3d7c83a53257a8962 Author: Christian Stimming <chr...@cs...> Date: Wed Mar 27 20:23:51 2013 +0100 Extend buffer for TRANSACTION_NAME to 96 bytes due to UTF-8 multibyte characters. See https://gnucash.uservoice.com/forums/101223-feature-request/suggestions/3781517-ofx-importable-number-of-characters-for-name-is-to ----------------------------------------------------------------------- Summary of changes: inc/libofx.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- libofx |
From: Benoit Grég. <be...@us...> - 2012-11-26 21:41:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via e891ad48b81ed3ffe544fcf183cf941ee4a282ee (commit) from 15f68fd7e0daaae2113e25a0e04deddd9d6cf14b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e891ad48b81ed3ffe544fcf183cf941ee4a282ee Author: Benoit Grégoire <be...@co...> Date: Mon Nov 26 16:33:16 2012 -0500 Patch by Geert Janssens to fix typo in info message ----------------------------------------------------------------------- Summary of changes: lib/file_preproc.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- libofx |
From: Benoit Grég. <be...@us...> - 2012-11-26 21:28:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via 15f68fd7e0daaae2113e25a0e04deddd9d6cf14b (commit) from b8997a6403f196419429c4818d39f188dbbca4f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15f68fd7e0daaae2113e25a0e04deddd9d6cf14b Author: Benoit Grégoire <be...@co...> Date: Mon Nov 26 16:28:10 2012 -0500 Patch by Geert Janssens to allow lines longer than 1024 caracters ----------------------------------------------------------------------- Summary of changes: lib/ofx_preproc.cpp | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) hooks/post-receive -- libofx |
From: Christian S. <chr...@cs...> - 2012-11-24 11:19:51
|
The gnucash project maintains instructions that are used to build a daily cross-compile build. Part of the gnucash build is to compile libofx as cross- compile version as well. See here: http://wiki.gnucash.org/wiki/Windows#Instructions_for_an_.28almost.29_automated_build I know it seems a bit overdone to use this full gnucash build, but on the other hand you can be sure it builds libofx along the way for sure. Regards, Christian Am Sonntag, 11. November 2012, 13:52:17 schrieb hom...@fr...: > Hi there, > > I just tried to cross compile 0.9.5 for win32 under Ubuntu 12.10 with no > success (I stopped the try to compile directly from windows/mingw). > > I downloaded latest libofx source code, > then ./configure --host=i686-w32-mingw32 > > all compile, but then got no .dll (just .a and .la) > the AC_LIBTOOL_WIN32_DLL directive should have. > > Do I need to cross compile opensp first ? > > Thanks in advance. > Maxime. > > ---- > > PS:I have not asked for this before, as I compile HB with code_blocks and > some libofx_0.8.3_dev package get from somewhere I can't remember, anyway > outdated. And I really would like to get latest libofx for windows on every > release if possible. > > > > ---------------------------------------------------------------------------- > -- Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Libofx-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libofx-devel |
From: William O. <gun...@gm...> - 2012-11-21 22:52:41
|
Hello Maxime, I did manage to compile version 0.9.2 (I think) with Visual studio 2010 at the time I was an active developer for grisbi. You can find the libaries here: http://sourceforge.net/projects/grisbi/files/dependancies/0.6/libofx_Win32.zip/download I've been trying to compile again the library and it's dependency OpenSp, but with no luck. And anyways, that required some significative code changes. Please let me know if you manage to cross compile opensp and libofx, I'm also very interested. Of course, I'll also let you know if I make some more progress on the MSVC front. Cheers, Will 2012/11/11 <hom...@fr...> > Hi there, > > I just tried to cross compile 0.9.5 for win32 under Ubuntu 12.10 with no > success (I stopped the try to compile directly from windows/mingw). > > I downloaded latest libofx source code, > then ./configure --host=i686-w32-mingw32 > > all compile, but then got no .dll (just .a and .la) > the AC_LIBTOOL_WIN32_DLL directive should have. > > Do I need to cross compile opensp first ? > > Thanks in advance. > Maxime. > > ---- > > PS:I have not asked for this before, as I compile HB with code_blocks and > some libofx_0.8.3_dev package get from somewhere I can't remember, anyway > outdated. > And I really would like to get latest libofx for windows on every release > if possible. > > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Libofx-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libofx-devel > |
From: <hom...@fr...> - 2012-11-11 12:52:32
|
Hi there, I just tried to cross compile 0.9.5 for win32 under Ubuntu 12.10 with no success (I stopped the try to compile directly from windows/mingw). I downloaded latest libofx source code, then ./configure --host=i686-w32-mingw32 all compile, but then got no .dll (just .a and .la) the AC_LIBTOOL_WIN32_DLL directive should have. Do I need to cross compile opensp first ? Thanks in advance. Maxime. ---- PS:I have not asked for this before, as I compile HB with code_blocks and some libofx_0.8.3_dev package get from somewhere I can't remember, anyway outdated. And I really would like to get latest libofx for windows on every release if possible. |
From: Trupti V. <jag...@gm...> - 2012-11-08 09:54:09
|
Hi, Has any one used lifobx for parsing OFX files for an iPhone App. It would be great if anyone of you could share some sample code. Thanks, Trupti. |
From: Christian S. <cs...@us...> - 2012-09-09 20:23:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via b8997a6403f196419429c4818d39f188dbbca4f1 (commit) from 4fcd2b94a197e43b00e5b35ff15178d06270faab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b8997a6403f196419429c4818d39f188dbbca4f1 Author: Christian Stimming <chr...@cs...> Date: Sun Sep 9 22:22:38 2012 +0200 Fix treatment of empty date strings: Must return a zero date instead of a bogus one. ----------------------------------------------------------------------- Summary of changes: lib/ofx_utilities.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- libofx |
From: Benoit G. <be...@co...> - 2012-05-15 21:44:06
|
On May 15, 2012 11:21:23 PM Matěj Cepl wrote: > error: ‘unlink’ was not declared in this scope Indeed, gcc 4.7 related. I don't have it installed, but can you try git again? -- Benoit Grégoire, ing., PMP, PSM |
From: Benoit Grég. <be...@us...> - 2012-05-15 21:43:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via 4fcd2b94a197e43b00e5b35ff15178d06270faab (commit) from 4ae8113624623d4024171b8f2fdc91b9102ded43 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4fcd2b94a197e43b00e5b35ff15178d06270faab Author: Benoit Grégoire <be...@co...> Date: Tue May 15 17:42:51 2012 -0400 Replace unlink() with remove() to fix compile problems with gcc 4.7 ----------------------------------------------------------------------- Summary of changes: ofxconnect/ofxconnect.cpp | 2 +- ofxconnect/ofxpartner.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- libofx |
From: Matěj C. <mc...@re...> - 2012-05-15 21:21:22
|
On 15.5.2012 22:45, Benoit Grégoire wrote: > On May 15, 2012 09:00:10 AM Matej Cepl wrote: >> On 2.11.2007 00:55, Benoit Grégoire wrote: >>> You need gengetopt to build from CVS (it's not needed when building from >>> the tarball). >> >> The same here on Fedora 17. How come both ./autogen.sh and ./configure >> succeeded without any problem? IMHO, they shouldn't. > > Ok, fixed in git. Better, but apparently not there yet (or is it too new gcc?): make[2]: Entering directory `/home/matej/archiv/knihovna/repos/tmp/libofx/ofxconnect' gengetopt --unamed-opts < cmdline.ggo gcc -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -g -O2 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c mv -f .deps/cmdline.Tpo .deps/cmdline.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -fvisibility-inlines-hidden -fvisibility=hidden -g -O2 -MT nodeparser.o -MD -MP -MF .deps/nodeparser.Tpo -c -o nodeparser.o nodeparser.cpp mv -f .deps/nodeparser.Tpo .deps/nodeparser.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '-DCMDLINE_PARSER_PACKAGE="ofxconnect"' -DIN_LIBOFX -fvisibility=hidden -fvisibility-inlines-hidden -fvisibility=hidden -g -O2 -MT ofxpartner.o -MD -MP -MF .deps/ofxpartner.Tpo -c -o ofxpartner.o ofxpartner.cpp ofxpartner.cpp: In function ‘bool OfxPartner::post(const string&, const string&, const string&)’: ofxpartner.cpp:198:26: error: ‘unlink’ was not declared in this scope make[2]: *** [ofxpartner.o] Error 1 make[2]: Leaving directory `/home/matej/archiv/knihovna/repos/tmp/libofx/ofxconnect' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matej/archiv/knihovna/repos/tmp/libofx' make: *** [all] Error 2 wycliff:libofx (master) $ gcc --version gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5) Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. wycliff:libofx (master) $ Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC - Do you think of yourself as a Christian artist? - I'm an artist who is a Christian. I'm not a Christian artist. -- Johny Cash in his last interview |
From: Benoit Grég. <be...@us...> - 2012-05-15 20:44:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libofx". The branch, master has been updated via 4ae8113624623d4024171b8f2fdc91b9102ded43 (commit) from 5f7d38c8d74e3335379e5df22220e186d8d7b987 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4ae8113624623d4024171b8f2fdc91b9102ded43 Author: Benoit Grégoire <be...@co...> Date: Tue May 15 16:44:20 2012 -0400 Make configure fail if gengetopt is missing and generated files are not present (as is the case when we checkout from git) ----------------------------------------------------------------------- Summary of changes: configure.in | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- libofx |
From: Matej C. <mc...@re...> - 2012-05-15 07:00:13
|
On 2.11.2007 00:55, Benoit Grégoire wrote: > You need gengetopt to build from CVS (it's not needed when building from the > tarball). The same here on Fedora 17. How come both ./autogen.sh and ./configure succeeded without any problem? IMHO, they shouldn't. Matěj |
From: Matěj C. <mc...@re...> - 2012-05-14 14:01:13
|
On 21.3.2012 04:39, Benoit Grégoire wrote: > git clone git://libofx.git.sourceforge.net/gitroot/libofx/libofx > > cd libofx > > ./autogen.sh > > make Trying to build commit 5f7d38c on what's essentially Fedora 17 and I am getting make[2]: Entering directory `/home/matej/build/Extras/libofx/libofx/ofxdump' make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. Stop. make[2]: Leaving directory `/home/matej/build/Extras/libofx/libofx/ofxdump' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matej/build/Extras/libofx/libofx' make: *** [all] Error 2 chyba: Špatný návratový kód z /var/tmp/rpm-tmp.l87fwz (%build) (complete build log is attached). Any ideas what to do? Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC - Do you think of yourself as a Christian artist? - I'm an artist who is a Christian. I'm not a Christian artist. -- Johny Cash in his last interview |
From: Matěj C. <mc...@re...> - 2012-05-14 13:59:40
|
On 21.3.2012 04:39, Benoit Grégoire wrote: > git clone git://libofx.git.sourceforge.net/gitroot/libofx/libofx > > cd libofx > > ./autogen.sh > > make Trying to build commit 5f7d38c on what's essentially Fedora 17 and I am getting make[2]: Entering directory `/home/matej/build/Extras/libofx/libofx/ofxdump' make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. Stop. make[2]: Leaving directory `/home/matej/build/Extras/libofx/libofx/ofxdump' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matej/build/Extras/libofx/libofx' make: *** [all] Error 2 chyba: Špatný návratový kód z /var/tmp/rpm-tmp.l87fwz (%build) (complete build log is attached). Any ideas what to do? Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC - Do you think of yourself as a Christian artist? - I'm an artist who is a Christian. I'm not a Christian artist. -- Johny Cash in his last interview |
From: Benoit G. <be...@co...> - 2012-03-21 03:39:12
|
On March 21, 2012 12:52:03 AM Matěj Cepl wrote: > Hi, > > I am trying to write a plugin for ofxstatement script to import > statements from my bank (Postal Savings Bank in Prague, Czech republic). > I have now here slightly modified version of the OFX document > http://mcepl.fedorapeople.org/tmp/HIST_211202112_201203181608.ofx. With > ofxdump from libofx-0.9.4-3.el6.x86_64 I get plenty of errors on stderr like > > (Above message occured on Line 48, Column 21) > LibOFX ERROR: OpenSP parser: otherError (misc parse error): > /tmp/libofxtmpWNlNLz:48:21:E: non SGML character number 173 > > and ofxdump produces corrupted characters. When importing this file into > Gnucash I get corrupted characters as well (see > http://mcepl.fedorapeople.org/tmp/gnucash-corrupted-encoding.png for a > screenshot). > > Author of ofxstatement (put to CC of this email) suggested to replace > the top of the file with > > <!-- > OFXHEADER:100 > DATA:OFXSGML > VERSION:102 > SECURITY:NONE > ENCODING:UNICODE > CHARSET:UTF-8 > COMPRESSION:NONE > OLDFILEUID:NONE > NEWFILEUID:NONE > --> > <OFX> > [...] > > but although ofxdump was then able to read it correctly, gnucash still > imports corrupted text in both payee and memo fields. > > Any ideas, what's wrong with my OFX document? Nothing is wrong with your OFX document. There were problems with OFX 2.0 support in libofx which were discovered and fixed in git a only a few weeks ago (OFX 2.0 is still aparently pretty rare in the wild). The fixes will be in the upcoming 0.9.6 (and I checked that your file works fine). For now you'd need to compile directly from git: git clone git://libofx.git.sourceforge.net/gitroot/libofx/libofx cd libofx ./autogen.sh make sudo make install Or run a git snapshot. For ubuntu that would be found at: https://launchpad.net/~benoitg/+archive/libofx-daily, and can be added with sudo apt-add-repository ppa:benoitg/libofx-daily sudo apt-get update sudo apt-get install ofx -- Benoit Grégoire, ing., PMP, PSM |
From: Matěj C. <mc...@re...> - 2012-03-20 23:52:14
|
Hi, I am trying to write a plugin for ofxstatement script to import statements from my bank (Postal Savings Bank in Prague, Czech republic). I have now here slightly modified version of the OFX document http://mcepl.fedorapeople.org/tmp/HIST_211202112_201203181608.ofx. With ofxdump from libofx-0.9.4-3.el6.x86_64 I get plenty of errors on stderr like (Above message occured on Line 48, Column 21) LibOFX ERROR: OpenSP parser: otherError (misc parse error): /tmp/libofxtmpWNlNLz:48:21:E: non SGML character number 173 and ofxdump produces corrupted characters. When importing this file into Gnucash I get corrupted characters as well (see http://mcepl.fedorapeople.org/tmp/gnucash-corrupted-encoding.png for a screenshot). Author of ofxstatement (put to CC of this email) suggested to replace the top of the file with <!-- OFXHEADER:100 DATA:OFXSGML VERSION:102 SECURITY:NONE ENCODING:UNICODE CHARSET:UTF-8 COMPRESSION:NONE OLDFILEUID:NONE NEWFILEUID:NONE --> <OFX> [...] but although ofxdump was then able to read it correctly, gnucash still imports corrupted text in both payee and memo fields. Any ideas, what's wrong with my OFX document? Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mcepl<at>ceplovi.cz GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC How many Bavarian Illuminati does it take to screw in a light bulb? Three: one to screw it in, and one to confuse the issue. |
From: Benoit G. <be...@co...> - 2012-03-20 15:06:59
|
> >> Also, you had mentioned you'd like to roll my changes into a 0.9.5 to > >> keep everything in sync - are you likely to release soon? I have some > >> fixes for the debian package itself that I'd like to upload soon, but > >> if 0.9.5 is coming out soon I'll wait for it. > > > > Well, I think we'll be pretty much ready for a 0.9.5 when you are. > > I'm pretty much ready whenever an upstream release goes out - just > have to remove my debian patches, so the usual soname change > adjustments, test the result, and send it upstream (and then > coordinate binNMUs afterward for reverse-dependencies, of course). > Just let me know :) Want to take a shot with 0.9.5? -- Benoit Grégoire, ing., PMP, PSM |
From: Benoit G. <be...@co...> - 2012-02-04 07:39:31
|
On February 3, 2012 08:54:06 PM David Rawson Couzelis wrote: > Hi, Benoit. > > Thank you for making libofx. It's a useful and powerful library. > > Has anyone made a Python wrapper for libofx? There were patches accepted in the past to ease SWIG generation of python wrappers, but I don't know what came of it. > Last week I made a Python wrapper for libofx, to use it in the > application I'm writing. I will release it as free and open source > software. I plan on uploading it to SourceForge and PyPI. Excellent. > Is the API (libofx.h) for libofx stable? Do you plan on changing > anything in it? If you do, then I should sign up on the libofx-dev > mailing list. ;) Not really. The API is really old school in design, but there simply isn't a compelling enough reason to change it considering the limited development activity. Some fields may be added from time to time, but that's pretty much it. -- Benoit Grégoire, ing., PMP, PSM |
From: Benoit G. <be...@co...> - 2012-02-02 22:16:44
|
On February 1, 2012 06:47:11 PM Martin Javorek wrote: > Problematic "one transaction" file can be found as attachment in my original > post https://mail.kde.org/pipermail/kmymoney-devel/2012-January/007486.html Ok, this was actually a libofx bug (All XML files were treated as CP1252). The bug is fixed in git. Unfortunately, opensp has a bug with XML encoding detection, which may cause serious problems if the encoding isn't UTF-8 or US-ASCII. The spec specifies that only those two should be used, so this should not cause any actual regressions. Unless libofx does it's own parsing of the xml header (which would be somewhat ugly in plain C++), this won't be fixed for now. But as tome point such files are likely to surface, so I may end up implementing it anyway. -- Benoit Grégoire, ing., PMP, PSM |