Re: [GNC] Gnucash.exe bootstrap error, image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)

2024-08-16 Thread Hai Liang Wang
is written :-) GnuCash is a great work! Cheers. Hai Liang W. On Fri, Aug 16, 2024 at 1:06 PM Hai Liang Wang wrote: > What I tried just now, but not work. > As mentioned in https://bbs.archlinux.org/viewtopic.php?id=261143 > > *update-mime-database /mingw32/share/mime* > > *chm

Re: [GNC] Gnucash.exe bootstrap error, image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)

2024-08-15 Thread Hai Liang Wang
Liang W. On Fri, Aug 16, 2024 at 12:53 PM Hai Liang Wang wrote: > hi, folks > > After getting a build on my dev machine, I get *gnucash.exe* under > *C:\gcdev64\gnucash\stable\inst\bin*. > *But I cannot start by double click, nothing happens with double click.* > So, I sta

[GNC] Gnucash.exe bootstrap error, image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)

2024-08-15 Thread Hai Liang Wang
hi, folks After getting a build on my dev machine, I get *gnucash.exe* under *C:\gcdev64\gnucash\stable\inst\bin*. *But I cannot start by double click, nothing happens with double click.* So, I start it with mingw32 terminal, as below. *Administrator@ZIHUATANEJO MINGW32 /c/gcdev64/gnucash/stable/

Re: [GNC] Windows installer build failure, cmath error: 'copysign' has not been declared in '::' on MINGW32

2024-08-15 Thread Hai Liang Wang
= 1)* *#undef _GLIBCXX_USE_C99_MATH_FUNCS* *#endif* *#endif* Cheers. Hai Liang W. On Fri, Aug 16, 2024 at 8:18 AM Hai Liang Wang wrote: > Sure thing, I am glad to submit the PR. > After reading the development guide, I haven't figure out where the PR > goes? > https:/

Re: [GNC] Windows installer build failure, cmath error: 'copysign' has not been declared in '::' on MINGW32

2024-08-15 Thread Hai Liang Wang
#endif > > But it’s harmless to just undef both of them. Do you want to submit a PR > so you get credit? > > Regards, > John Ralls > > On Aug 14, 2024, at 23:50, Hai Liang Wang > wrote: > > So far, I know more about the problem, but haven't find a solution yet.

Re: [GNC] CMake error, GnuCash can't be built with the DESTDIR environment variable set on Windows, build on MINGW32

2024-08-15 Thread Hai Liang Wang
. It seems the files are generated successfully. Not know how to get along with *DESTDIR*, which seems to be the root cause at my situation. Cheers. Hai Liang W. On Thu, Aug 15, 2024 at 4:08 PM Hai Liang Wang wrote: > hi, folks > > Also near the end of build phases. The build command

[GNC] CMake error, GnuCash can't be built with the DESTDIR environment variable set on Windows, build on MINGW32

2024-08-15 Thread Hai Liang Wang
hi, folks Also near the end of build phases. The build command `TARGET=gnucash-stable jhbuild -f jhbuildrc build ` now throw an error: *-- Installing: C:/gcdev64/gnucash/stable/inst/_jhbuild/root-gnucash-git/gcdev64/gnucash/stable/inst/share/gnucash/pref_transformations.xml* *CMake Error at gnuca

Re: [GNC] Windows installer build failure, cmath error: 'copysign' has not been declared in '::' on MINGW32

2024-08-15 Thread Hai Liang Wang
:50 PM Hai Liang Wang wrote: > So far, I know more about the problem, but haven't find a solution yet. > > `cmath:2106:11: error: 'copysign' has not been declared in '::'`, this > link explain the error cause - > > https://stackoverflow.com/questions/121687

Re: [GNC] Windows installer build failure, cmath error: 'copysign' has not been declared in '::' on MINGW32

2024-08-14 Thread Hai Liang Wang
, thanks. Cheers. Hai Liang W. On Thu, Aug 15, 2024 at 11:32 AM Hai Liang Wang wrote: > hi, folks > > Run script `TARGET=gnucash-stable jhbuild -f jhbuildrc build` to build > windows installer, come to an error - > > *gnucash.dir/gnucash-core-app.cpp.obj -c > C:/gcdev64/

[GNC] Windows installer build failure, cmath error: 'copysign' has not been declared in '::' on MINGW32

2024-08-14 Thread Hai Liang Wang
hi, folks Run script `TARGET=gnucash-stable jhbuild -f jhbuildrc build` to build windows installer, come to an error - *gnucash.dir/gnucash-core-app.cpp.obj -c C:/gcdev64/gnucash/stable/src/gnucash-git/gnucash/gnucash-core-app.cpp* *In file included from C:/gcdev64/msys2/mingw32/include/boost/cor

Re: [GNC] Error during phase build of gnucash-git: # Error running ninja, build on MINGW32

2024-08-14 Thread Hai Liang Wang
your path isn’t screwed up. > > As a general note I’ve found that it’s more reliable to run > buildserver\build_package.ps1 from a powershell window than jhbuild from a > mingw32 terminal window. > > Regards, > John Ralls > > > > On Aug 13, 2024, at 21:30, Hai Liang Wan

Re: [GNC] installer build failure, libgnc-html The specified module could not be found, on MINGW32

2024-08-14 Thread Hai Liang Wang
colon-separated list of directories. * https://www.gnu.org/software/guile/docs/docs-2.2/guile-ref/Environment-Variables.html# Cheers. Hai Liang W. On Wed, Aug 14, 2024 at 3:58 PM Hai Liang Wang wrote: > Try to set GUILE_EXTENSIONS_PATH, but still not work. > > As the root case seems

Re: [GNC] installer build failure, libgnc-html The specified module could not be found, on MINGW32

2024-08-14 Thread Hai Liang Wang
some help, thanks. Full log is attached. Cheers. Hai Liang W. On Wed, Aug 14, 2024 at 2:29 PM Hai Liang Wang wrote: > hi, folks > > During build gnucash-git with `TARGET=gnucash-stable jhbuild -f jhbuildrc > build`, come to a problem. > Error trace below - > > *In unknown file:

[GNC] installer build failure, libgnc-html The specified module could not be found, on MINGW32

2024-08-13 Thread Hai Liang Wang
hi, folks During build gnucash-git with `TARGET=gnucash-stable jhbuild -f jhbuildrc build`, come to a problem. Error trace below - *In unknown file:* * 1 (load-extension "libgnc-html" "scm_init_sw_gnc_html_mod�")* *In ice-9/boot-9.scm:* * 752:25 0 (dispatch-exception _ _ _)* *i

[GNC] Error during phase build of gnucash-git: # Error running ninja, build on MINGW32

2024-08-13 Thread Hai Liang Wang
hi, Folks During running `TARGET=gnucash-stable jhbuild -f jhbuildrc build `, an error occurs and break the build. Trace is in below. *[298/875] Generating gnucash.desktop.in * *[299/875] Building CXX object libgnucash/backend/dbi/CMakeFiles/gncmod-backend-dbi.dir/gnc-

Re: [GNC] fail to compile aqbanking, as required GMP on MINGW32

2024-08-13 Thread Hai Liang Wang
Problem fix by uninstalling libgmp x86_64 version mingw32. Keep only i686 package of libgmp. Cheers. Hai Liang W. On Tue, Aug 13, 2024 at 3:57 PM Hai Liang Wang wrote: > hi, folks > > Run src/gnucash-on-windows.git; TARGET=gnucash-stable jhbuild -f jhbuildrc > build >

[GNC] fail to compile aqbanking, as required GMP on MINGW32

2024-08-13 Thread Hai Liang Wang
hi, folks Run src/gnucash-on-windows.git; TARGET=gnucash-stable jhbuild -f jhbuildrc build When the job is compiling aqbanking, it breaks. Trace as below, full log is attached. checking typemaker2 binary... $(gwenhywfar_bindir)/typemaker2 checking xmlmerge... C:/gcdev64/gnucash/stable/inst/bin/x

[GNC] fail to build libchipcard on MINGW32, build for windows installer

2024-08-12 Thread Hai Liang Wang
hi, Folks Come to a problem with run `TARGET=gnucash-stable jhbuild -f jhbuildrc build ` on MINGW32 environment. The error trace is below. *checking if gwenhywfar test desired... yes* *checking for Gwenhywfar version >=4.99.8.0... found 5.11.2.0* *checking whether local installation mode is wante

Re: [GNC] Fail to build gnucash on MINGW32, gwenhywfar compile error

2024-08-12 Thread Hai Liang Wang
, (GWEN_GUI_KEYDATAFROMTEXT_OPENSSL_FN)getKeyDataFromTextOpenSSL);* * #endif* * GWEN_Logger_Open(GCT_LOGDOMAIN, "gct-tool", 0,* Cheers. Hai Liang W. On Tue, Aug 13, 2024 at 8:42 AM Hai Liang Wang wrote: > I have switched to i686 mingw and gwenhywfar 5.11.2beta. Just > ch

Re: [GNC] Fail to build gnucash on MINGW32, gwenhywfar compile error

2024-08-12 Thread Hai Liang Wang
ectory. > > There’s no such thing as mingw64.exe, but as long as you’re using the > Mingw32 (i686) environment installed when you ran setup-mingw64.ps1 you’ll > be OK. The Mingw64 (x86_64) won’t work because there’s no webkitgtk package > for it. > > Regards, > John Ralls > &

Re: [GNC] Fail to build gnucash on MINGW32, gwenhywfar compile error

2024-08-12 Thread Hai Liang Wang
Still no luck, I believe this is related with gcc on MINGW i686 arch. Some mistery about `__attribute__((stdcall))` - https://github.com/msys2/MINGW-packages/issues/6481 Hope more help, thanks. Cheers. Hai Liang W. On Mon, Aug 12, 2024 at 2:27 PM Hai Liang Wang wrote: > > The compiler

Re: [GNC] Fail to build gnucash on MINGW32, gwenhywfar compile error

2024-08-11 Thread Hai Liang Wang
available? https://code.gnucash.org/builds/win32/stable/ Cheers. Hai Liang W. On Mon, Aug 12, 2024 at 2:09 PM Hai Liang Wang wrote: > John, > > Thanks for your quick response, it's not the same root cause. > I can not find the *cardsdialog.c,* *provider_request.c* as you m

Re: [GNC] Fail to build gnucash on MINGW32, gwenhywfar compile error

2024-08-11 Thread Hai Liang Wang
24-06-22 > 14:35:30.632390300 -0700 > @ -42,7 +42,7 @ > > -void _freeData(void *bp, void *p) > +void GWENHYWFAR_CB _freeData(void *bp, void *p) { > } > > @ -98,7 +98,7 @ > > -int _dlgSignalHandler(GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const > char *sender) > +int GWENHYW

Re: [GNC] AqBanking help for Citi CC

2018-10-23 Thread Liang Wang
Thanks! It works for my Citi Costco card. On Tue, Oct 23, 2018 at 9:12 PM Jim Maki via gnucash-user wrote: > > I just successfully set up GnuCash to download Citi credit card data > using AqBanking - for now all you have to do is add a space to the end > of your userid (assuming everything else is