Re: Building gnucash on Windows

2024-06-16 Thread John Ralls
> On Jun 16, 2024, at 09:37, > wrote: > > Does anyone actually have the gnucash build working on windows? > I’m trying to build i686 version on Windows 10. > I’ve had to work around multiple issues but after the build env is > configured, the mingw32 shell can run BUT > “jhbuild -f build” >

Building gnucash on Windows

2024-06-16 Thread russ.gorby
Does anyone actually have the gnucash build working on windows? I'm trying to build i686 version on Windows 10. I've had to work around multiple issues but after the build env is configured, the mingw32 shell can run BUT "jhbuild -f build" Results in missing dependencies and running -nodeps ru

Re: Building GnuCash on Windows

2024-05-17 Thread Derek Atkins
Hi, On Fri, May 17, 2024 10:58 am, russ.go...@gmail.com wrote: > https://downloads.sourceforge.net/gnucash/Dependencies/mingw-w64-x86_64-webk > itgtk3-2.4.11-999.51-any.pkg.tar.zst Looks like there is only an i686 version of this package, not an x86_64 version. C.f. https://sourceforge.net/proje

Building GnuCash on Windows

2024-05-17 Thread russ.gorby
Hello developers. I've been following all the online instructions to build GnuCash on windows 10. I'm using the tip of the 5.6 repo and downloaded setup-mingw64.ps1 as instructed on the wiki and have been working through the issues I've encountered, but a couple of them seem like its just broken

Re: Building gnucash on Windows

2017-04-15 Thread Geert Janssens
On zaterdag 15 april 2017 21:11:57 CEST John Ralls wrote: > > On Apr 15, 2017, at 12:03 PM, John Ralls wrote: > >> On Apr 15, 2017, at 11:31 AM, Geert Janssens > >> wrote: > >> > >> Switching to maint in the git repo is the way to go. The build script > >> will figure out the dependencies for yo

Re: Building gnucash on Windows

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 12:03 PM, John Ralls wrote: > > >> On Apr 15, 2017, at 11:31 AM, Geert Janssens >> wrote: >> >> Switching to maint in the git repo is the way to go. The build script will >> figure out the dependencies for you. >> > > Uh, no, the build script will put the repo back t

Re: Building gnucash on Windows

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 11:31 AM, Geert Janssens > wrote: > > Switching to maint in the git repo is the way to go. The build script will > figure out the dependencies for you. > Uh, no, the build script will put the repo back to master unless you have changes, in which case it will complain a

Re: Building gnucash on Windows

2017-04-15 Thread Geert Janssens
Switching to maint in the git repo is the way to go. The build script will figure out the dependencies for you. Geert Phil Longstaff schreef op 15 april 2017 20:14:52 CEST: >I want to build the maint branch of gnucash on windows. I followed the >instructions on http://wiki.gnucash.org/wiki/Win

Building gnucash on Windows

2017-04-15 Thread Phil Longstaff
I want to build the maint branch of gnucash on windows. I followed the instructions on http://wiki.gnucash.org/wiki/Windows/Development by running the bootstrap_win_dev.vbs script. However, this builds master. Is there an equivalent script for maint? I know I can go to the git directory and switch

Building GnuCash on Windows - The tweaks I've done to make it work

2013-04-02 Thread Richard Thomas
Hi, I have been trying to build GnuCash on Windows and hit quite a few issues on the way. I notice that there are two places where there are details on how to build on Windows as follows: Onc is http://wiki.gnucash.org/wiki/Windows#Instructions_for_an_.28almost.29_automated_build The other is t

Re: Problem building gnucash on windows

2009-03-25 Thread Christian Stimming
Am Dienstag, 24. März 2009 12:26 schrieb Mike: > I am trying to build GnuCash on windows XP. I am following the directions > on the wiki page > http://wiki.gnucash.org/wiki/Windows#Q:_Is_it_possible_to_compile_GnuCash_o >n _Windows.3F. > > When running install.sh, the build fails on the package gwe

Re: Problem building gnucash on windows

2009-03-24 Thread Sebastian Held
Hello, I'm currently cleaning up my build scripts, but you may try them: http://tellico.dyndns.org/drupal/ Extract the zip to e.g. c:\dev\projects\gnucash\packaging Modify the path settings at custom.sh (if needed) Start up msys and cd /c/dev/projects/gnucash/packaging/win32 ./install.sh Good l

Problem building gnucash on windows

2009-03-24 Thread Mike
I am trying to build GnuCash on windows XP. I am following the directions on the wiki page http://wiki.gnucash.org/wiki/Windows#Q:_Is_it_possible_to_compile_GnuCash_on _Windows.3F. When running install.sh, the build fails on the package gwenhywfar with the following popup error: "The procedure

Re: Building GnuCash on windows: autogen.sh missing

2007-10-28 Thread Nathan Buchanan
On 10/28/07, Derek Atkins <[EMAIL PROTECTED]> wrote: > > Quoting justus rufus <[EMAIL PROTECTED]>: > > > When should these script be downloaded? Is that somewhere in the > > install.sh? Or am I doing something wrong? > > It's downloaded by the svn co within install.sh. ( Around line 939 in svn_up

Re: Building GnuCash on windows: autogen.sh missing

2007-10-28 Thread Derek Atkins
Quoting justus rufus <[EMAIL PROTECTED]>: > Hi, > > Derek Atkins <[EMAIL PROTECTED]> writes: >> hi, >> >> Please don't forget to CC the list on all replies... > > I am sending this mail only to the list address > (gnucash-devel@gnucash.org). Is that the right way? That certainly is acceptable..

Re: Building GnuCash on windows: autogen.sh missing

2007-10-28 Thread justus rufus
Hi, Derek Atkins <[EMAIL PROTECTED]> writes: > hi, > > Please don't forget to CC the list on all replies... I am sending this mail only to the list address (gnucash-devel@gnucash.org). Is that the right way? > [snip] > Okay... So if you run the 'install.sh' from this working directory > does it

Re: Building GnuCash on windows: autogen.sh missing

2007-10-26 Thread Christian Stimming
Am Freitag, 26. Oktober 2007 09:19 schrieb justus rufus: > 2007/10/25, Derek Atkins <[EMAIL PROTECTED]>: > > The autogen is part of the SVN download. > > … > > I have downloaded now again the sources via "svn co > http://svn.gnucash.org/repo/gnucash/trunk/packaging/win32/ gnucash". > But I still ca

Re: Building GnuCash on windows: autogen.sh missing

2007-10-26 Thread Derek Atkins
hi, Please don't forget to CC the list on all replies... "justus rufus" <[EMAIL PROTECTED]> writes: > 2007/10/26, Derek Atkins <[EMAIL PROTECTED]>: >> >> What's your current working directory when you execute that command? >> … > > I was in c:\cp\ so I got the files downloaded to c:\cp\gnucash.

Re: Building GnuCash on windows: autogen.sh missing

2007-10-26 Thread Derek Atkins
Quoting justus rufus <[EMAIL PROTECTED]>: > 2007/10/25, Derek Atkins <[EMAIL PROTECTED]>: >> The autogen is part of the SVN download. >> … > > I have downloaded now again the sources via "svn co > http://svn.gnucash.org/repo/gnucash/trunk/packaging/win32/ gnucash". > But I still cannot find anythi

Re: Building GnuCash on windows: autogen.sh missing

2007-10-26 Thread justus rufus
2007/10/25, Derek Atkins <[EMAIL PROTECTED]>: > The autogen is part of the SVN download. > … I have downloaded now again the sources via "svn co http://svn.gnucash.org/repo/gnucash/trunk/packaging/win32/ gnucash". But I still cannot find anything like "autogen" in the downloaded files. You see, I

Re: Building GnuCash on windows: autogen.sh missing

2007-10-25 Thread justus rufus
2007/10/25, Derek Atkins: > The autogen is part of the SVN download. Maybe you don't have > subversion installed? > Thanks for the hint, Derek. I have SVN installed but maybe I messed the download up in the meantime. So I will try to check out the sources again via SVN. Justus __

Re: Building GnuCash on windows: autogen.sh missing

2007-10-25 Thread Derek Atkins
The autogen is part of the SVN download. Maybe you don't have subversion installed? -derek Quoting justus rufus <[EMAIL PROTECTED]>: > Hello, > > I hope this is the right list to post my question (instead of the user list). > > I tried to build GnuCash on windows using the description at > htt

Building GnuCash on windows: autogen.sh missing

2007-10-25 Thread justus rufus
Hello, I hope this is the right list to post my question (instead of the user list). I tried to build GnuCash on windows using the description at http://wiki.gnucash.org/wiki/Windows#Instructions_for_an_.28almost.29_automated_build. I try this because I want then apply the patch for the bug on a