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 see

Re: [GNC-dev] Failed to build GnuCash on Windows

2022-01-17 Thread Explorare
Hi Chris, I don't have much time to spend on this issue and only uses the reserved "XTS" to record USDT transactions. I always uses USDT as a bridge between the other crypto currencies and legal tender. In this way the only exchange rate I need to update is USDT (XTS), and I also need to tra

Re: [GNC-dev] Failed to build GnuCash on Windows

2022-01-17 Thread Chris Good
-Original Message- From: Explorare Sent: Monday, 17 January 2022 6:46 PM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Failed to build GnuCash on Windows Hi Chris, I don't have much time to spend on this issue and only uses the reserved "XTS"

[GNC-dev] Failed to build GnuCash on Windows

2022-01-16 Thread Chris Good
Hi Explorare, Re thread https://www.mail-archive.com/gnucash-devel@gnucash.org/msg42675.html Did you ever resolve this? I'm getting the same error now trying to build 32 Bit Gnucash (maint approx. 4.9) on Windows 10. This is the error: cd /e/Data/GnuCash/gcdev64/src/gnucash-on-

Re: [GNC-dev] Failed to build GnuCash on Windows

2021-02-16 Thread Geert Janssens
Op maandag 15 februari 2021 10:58:20 CET schreef Explorare: > I followed the instructions on /gnucash-on-windows but failed with error > "TypeError: can only join an iterable". And there is a warning before this: > "libtool: warning: '../lib/libosp.la' has n

Re: [GNC-dev] Failed to build GnuCash on Windows

2021-02-15 Thread John Ralls
> On Feb 15, 2021, at 1:58 AM, Explorare wrote: > > I followed the instructions on /gnucash-on-windows but failed with error > "TypeError: can only join an iterable". And there is a warning before this: > "libtool: warning: '../lib/libosp.la'

[GNC-dev] Failed to build GnuCash on Windows

2021-02-15 Thread Explorare
I followed the instructions on /gnucash-on-windows but failed with error "TypeError: can only join an iterable". And there is a warning before this: "libtool: warning: '../lib/libosp.la' has not been installed in '/c/gcdev64/gnucash/maint/inst/lib'" [1]

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-28 Thread John Ralls
> On May 28, 2019, at 7:30 AM, Dale Phurrough wrote: > > Got it. > FYI: jhbuild docs write you can use local patch files that are in the same > dir as the moduleset file or in the "patches/" subdir. Convenient. See > bottom of... > https://developer.gnome.org/jhbuild/stable/moduleset-syntax.

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-28 Thread Dale Phurrough via gnucash-devel
Got it. FYI: jhbuild docs write you can use local patch files that are in the same dir as the moduleset file or in the "patches/" subdir. Convenient. See bottom of... https://developer.gnome.org/jhbuild/stable/moduleset-syntax.html.en That's what their docs write... ;-) --Dale On Tue, May 28, 20

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-28 Thread John Ralls
Dale, Downgrading Guile isn't an option, unfortunately. Guile 2.0 has a serious design flaw reading UTF8 strings on Windows. Just be patient, I'll have the build fixed soon. I've actually settled on a solution and you can locally patch your guile-2.2.4+mingw source to get going again: Just '#if

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-28 Thread Dale Phurrough via gnucash-devel
John, as I'm invested to get a Windows build pipeline working (even for stable gc 3.5), I volunteer to fork the gcow 🐄 repo on github and try a few changes. Its easy for me to iterate/test. Asking/volunteering so that we both don't do the same work. [caveat: I will not fix guile, instead downgrade

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread Geert Janssens
On maandag 27 mei 2019 21:22:47 CEST John Ralls wrote: > What I don't see much point in attempting to build is GnuCash 3.1 using the > exact same dependencies as those in the release bundle. Although you could > get partly there with the built dependencies, you'd also need to set up the > MinGW64 p

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread John Ralls
19 at 4:52 PM John Ralls wrote: > > > > On May 27, 2019, at 4:31 AM, Dale Phurrough via gnucash-devel > > wrote: > > > > Hi all. I found a philosophical issue that leads to an ongoing series of > > Windows build process bugs. Want to bring it to this forum.

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread Geert Janssens
can currently be different for everybody. If we want to keep supporting this and you do want to use local filesystem paths, that would mean we'd have to parameterize the gnucash.modules files. Because in that file, paths can only url's (what we use now) or absolute filenames. As our

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread Dale Phurrough via gnucash-devel
efore April 2019, and compiled all the dependencies like Guile so that they are cached locally, can compile Gnucash on Windows. For the rest of us (me personally, the dockers, and every other new person/system), we can't. Because of the version issues that we can't compile the core dependen

Re: [GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread John Ralls
can be created and holistically > fixed for now/future. > > The Windows build process at > https://github.com/Gnucash/gnucash-on-windows since > Gnucash 3.5 (didn't look further back) relies on a single bootstrap file. > The bootstrap downloads resources (scripts, patches, repos)

[GNC-dev] broken build dependencies within Gnucash on Windows project

2019-05-27 Thread Dale Phurrough via gnucash-devel
/Gnucash/gnucash-on-windows since Gnucash 3.5 (didn't look further back) relies on a single bootstrap file. The bootstrap downloads resources (scripts, patches, repos) within the control (and hosted by) the Gnucash project. The issue is a favorite -- dependency management. This bootstrap is downl

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread Geert Janssens
patches during > > the build ? That would mean storing the patches in our gnucash-on-windows > > repo. > The last Guile release was almost a year ago and I'm not able to get it to > build, so the patch set to that tarball would have to incorporate all of > the commits to br

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread John Ralls
> On Apr 26, 2019, at 12:22 AM, Geert Janssens via gnucash-devel > wrote: > > Op donderdag 25 april 2019 23:54:01 CEST schreef John Ralls: >> Updated via >> https://github.com/Gnucash/gnucash-on-windows/commit/c739d231 >> (commit) from >> h

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread Geert Janssens via gnucash-devel
Op donderdag 25 april 2019 23:54:01 CEST schreef John Ralls: > Updatedvia > https://github.com/Gnucash/gnucash-on-windows/commit/c739d231 > (commit) from > https://github.com/Gnucash/gnucash-on-windows/commit/fe22df60 (commit) > > > > commit c739d231b5dc4775

Re: [GNC-dev] gnucash-on-windows master: Multiple changes pushed

2018-06-06 Thread Geert Janssens
Op woensdag 6 juni 2018 02:09:42 CEST schreef John Ralls: > Updatedvia https://github.com/Gnucash/gnucash-on-windows/commit/ da073de4 > (commit) via https://github.com/Gnucash/gnucash-on-windows/commit/e5f0 > (commit) via https://github.com/Gnucash/gnucash-on-windows/commit

Re: [GNC-dev] gnucash-on-windows issue

2018-04-11 Thread Geert Janssens
ert, > > message concerns > https://github.com/Gnucash/gnucash-on-windows > > Following line > strGCbin = REPOS_DIR & "\src\bin\gnucash-bin.c" > in > bootstrap_win_dev.vbs > fails, because gnucash-bin.c changed its location permanently. > bootstrap_win_dev.vbs is

Re: Building (or trying to) GnuCash on Windows

2017-11-30 Thread Brian Davis
bining 2 and 3 into one > > step. This could remove the gnucash-on-windows.git and git download dep. > > With exsiting MSys install or MSBuild it could possibly be a 1 stage > CMake > > superbuild. > > > Let me be very clear here. You are welcome to suggest improvements t

Re: Building (or trying to) GnuCash on Windows

2017-11-30 Thread Geert Janssens
ts to our build scripts. If you do however, be sure to base your work on the *NEW* build script setup-mingw64.ps1 and related scripts. The 2.6 series is approaching end of life and we won't spend any energy trying to overhaul its build scripts. > > P.S.: John's thoughts are wo

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.or

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

Re: Compiling gnucash on Windows

2017-02-08 Thread Geert Janssens
Op woensdag 8 februari 2017 00:21:57 CET schreef Stephen Brown: > Hi All, > > > In running install.sh from GNUCash@Ace /c/gcdev/gnucash-on-windows.git in a > gcdev msys shell > > I had to give full path name to git for it to be found. > > Cheers > > Stephen Brown Hi Stephen, This is delibera

Compiling gnucash on Windows

2017-02-07 Thread Stephen Brown
Hi All, In running install.sh from GNUCash@Ace /c/gcdev/gnucash-on-windows.git in a gcdev msys shell I had to give full path name to git for it to be found. Cheers Stephen Brown Sent from Mail for Windows 10 __

Re: gnucash-on-windows master: Multiple changes pushed

2015-05-06 Thread John Ralls
require >> as little manual actions as possible. The following should get you >> going: >> >> -a. Download bootstrap_win_dev.vbs from the gnucash-on-windows >> +a. Download and install either Strawberry Perl >> + (http://strawberryperl.com/) or AcivePerl >&

Re: gnucash-on-windows master: Multiple changes pushed

2015-05-06 Thread Geert Janssens
b/README > index 71fb0ab..3bc2925 100644 > --- a/README > +++ b/README > @@ -51,11 +51,15 @@ The steps > On to building GnuCash now. The scripts have been set up to require > as little manual actions as possible. The following should get you > going: > > -a. Download boo

Re: gnucash-on-windows master: Multiple changes pushed

2015-02-03 Thread Derek Atkins
John, I'm guessing this was supposed to read: "add boost to $PATH"? Looks like $PATH got expanded. :-/ -derek John Ralls writes: > commit 520492e2ec3c6623c49c217fa6b0097611b6274b > Author: John Ralls > Date: Mon Feb 2 11:02:12 2015 -0800 > > Fix ACLOCAL_FLAGS, add boost to > /c/Us

Re: gnucash-on-windows master: Build Boost for C++

2014-06-16 Thread John Ralls
On 16 Jun 2014, at 06:14, Geert Janssens wrote: > John, > > Great to see you make some progress on the boost introduction. > > Two minor remarks with this patch: > > I notice you have disabled the installation of html help workshop again. I > know the installation > script fails for anythin

Re: gnucash-on-windows master: Build Boost for C++

2014-06-16 Thread Geert Janssens
On Monday 16 June 2014 15:14:52 Geert Janssens wrote: > John, > > Great to see you make some progress on the boost introduction. > > Two minor remarks with this patch: > > I notice you have disabled the installation of html help workshop > again. I know the installation script fails for anything

Re: gnucash-on-windows master: Build Boost for C++

2014-06-16 Thread Geert Janssens
r. No big deal, just a heads up in case others run into this. Geert On Saturday 14 June 2014 16:49:25 John Ralls wrote: > Updatedvia > https://github.com/Gnucash/gnucash-on-windows/commit/0eafec0b > (commit) from > https://github.com/Gnucash/gnucash-on-windows/com

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

Re: Compiling GnuCash on Windows 7 to debug MySQL crashes

2012-07-16 Thread Art
Thanks, John. I sort of suspected the "details" were what did me in, but I've gotten out of tight situations before, using newer tools. In this  case, I opted to use newer versions for several tools and didn't pay close attention to some of the instructions because I thought I had more leeway.

Re: Compiling GnuCash on Windows 7 to debug MySQL crashes

2012-07-16 Thread John Ralls
On Jul 15, 2012, at 10:45 PM, Art wrote: > I blew several days and gave up. I initially downloaded the GnuCash binaries > in 2009 and used it with the ".xml" database file. I wanted to use SQL, so I > re-downloaded the binaries last month and converted my ".xml" data to MySQL, > but it kept cr

Compiling GnuCash on Windows 7 to debug MySQL crashes

2012-07-16 Thread Art
I blew several days and gave up. I initially downloaded the GnuCash binaries in 2009 and used it with the ".xml" database file. I wanted to use SQL, so I re-downloaded the binaries last month and converted my ".xml" data to MySQL, but it kept crashing and couldn't read it back and said the datab

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-19 Thread Derek Atkins
> Chikelue > > --- On Mon, 1/17/11, Derek Atkins wrote: > > From: Derek Atkins > Subject: Re: com

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-19 Thread Chikelue Oji
Thank you very much for your help so far. Cheers, Chikelue --- On Mon, 1/17/11, Derek Atkins wrote: From: Derek Atkins Subject: Re: compiling gnucash on windows, configure: error: perl is not found To: "Chikelue Oji" Cc: gnucash-devel@gnucash.org Date: Monday, January 17, 20

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-17 Thread Derek Atkins
Hi, Chikelue Oji writes: > Hi Derek, > > I have the same version of m4 as you do. > GNU M4 1.4.7.

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-16 Thread Chikelue Oji
Hi Derek, I have the same version of m4 as you do. GNU M4 1.4.7. Thank you. Cheers, Chikelue --- On Sat, 1/15/11, Derek Atkins wrote: From: Derek Atkins Subject: Re: compiling gnucash on windows, configure: error: perl is not found To: "Chikelue Oji" Cc: "Derek Atkins&q

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-15 Thread Derek Atkins
Hi, On Sat, January 15, 2011 7:47 am, Chikelue Oji wrote: > Hi Derek, > > Thank you very much for your response. > You couldn't see the errors because the two errors weren't logged to the > build log file. > > The missing lines are in bold and italics below: > > The system cannot find the path spe

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-14 Thread Derek Atkins
Hi, chikeo writes: > Hello, > > I have run into about two more errors. > It has to do with some missing path and not identifying the > right version of m4. > > I queried the version of m4 from the MSYS console and it seems ok. It is GNU > M4 1.4.7. > > Please find the the log inlined below. > >

RE: Compiling GnuCash on Windows

2011-01-14 Thread Chikelue Oji
, Chikelue --- On Thu, 1/13/11, David Halverson wrote: From: David Halverson Subject: RE: Compiling GnuCash on Windows To: "'chikeo'" Date: Thursday, January 13, 2011, 9:23 PM Hi Chike, I also would like to be able to compile GnuCash on Windows and perhaps in the

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-13 Thread chikeo
m4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in make[2]: Leaving directory `/c/soft/tmp/autoconf-2.63/bin' make[1]: Leaving directory `/c/soft/tmp/autoconf-2.63' -- View this m

Re: compiling gnucash on windows, configure: error: perl is not found

2011-01-13 Thread Derek Atkins
chikeo writes: > Hi All, > > Please do I have to install perl manually after it has been downloaded and > unzipped? > > The build is halting with this error: > configure: error: perl is not found You might need to make sure it's extracted and in your path. -derek -- Derek Atkins, SB '9

compiling gnucash on windows, configure: error: perl is not found

2011-01-13 Thread chikeo
/compiling-gnucash-on-windows-configure-error-perl-is-not-found-tp3215410p3215410.html Sent from the GnuCash - Dev mailing list archive at Nabble.com. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo

Re: Compiling GnuCash on Windows

2011-01-12 Thread chikeo
checking for expr... /bin/expr checking for GNU M4 that supports accurate traces... /bin/m4 checking how m4 supports trace files... --debugfile checking for perl... no Thank you very much. Chike -- View this message in context: http://gnucash.1415818.n4.nabble.com/Compiling-GnuCash-on-Windows

Re: Compiling GnuCash on Windows

2011-01-12 Thread chikeo
Thanks a lot Phil, I have actually lost sleep over this. The new link you supplied is ok and my build process is going on fine now. I guess, I should have come here long before now. Cheers. Chike. -- View this message in context: http://gnucash.1415818.n4.nabble.com/Compiling-GnuCash-on

Re: Compiling GnuCash on Windows

2011-01-12 Thread Phil Longstaff
lts.sh). Phil - I used to be a hypochondriac AND a kleptomaniac. So I took something for it. From: chikeo To: gnucash-devel@gnucash.org Sent: Wed, January 12, 2011 10:57:50 AM Subject: Re: Compiling GnuCash on Windows Hello, I am having issues

Re: Compiling GnuCash on Windows

2011-01-12 Thread chikeo
Hello, I am having issues with compiling gnucash on windows. I am compiling on windows 7. I have successfully installed MSYS and MingW and the build process is still in the process of downloading all the prerequisites. It stalls at the section for Active Perl, when it tries to download Active

Re: gnucash on Windows 7 reportedly works (was: Question ;})

2009-10-26 Thread Robin Chattopadhyay
I installed the "for sale" version of Windows 7 on Friday and have been using 2.3.7 with no issues throughout the weekend 2009/10/26 Christian Stimming > A friend of mine has downloaded our 2.3.7 windows package, installed it on > the > latest Window 7 (pre-?) release which he had available on a

Re: gnucash on Windows 7 reportedly works (was: Question ;})

2009-10-26 Thread Christian Stimming
A friend of mine has downloaded our 2.3.7 windows package, installed it on the latest Window 7 (pre-?) release which he had available on approx. October 14th, installed it and everything started up and worked just fine. Regards, Christian Am Montag, 26. Oktober 2009 16:52 schrieb Phil Longstaf

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 fa

Re: Problem building gnucash on windows

2009-03-24 Thread Sebastian Held
Good luck, Sebastian Am Dienstag 24 März 2009 12:26:01 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 inst

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 proc

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 window

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

Re: Compiling gnucash on Windows XP

2007-08-13 Thread Stephen Grant Brown
MAIL PROTECTED]> Cc: "GnuCash Developers" <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2007 6:00 AM Subject: Re: Compiling gnucash on Windows XP > Hi Josh, > No, the second administrator account name that gnucash fails to run under > contains only my name "Stephen&q

Re: Compiling gnucash on Windows XP

2007-08-13 Thread Stephen Grant Brown
sh Developers" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2007 11:07 PM Subject: Re: Compiling gnucash on Windows XP Josh asks Does the second account user name contain spaces, '&', or any other non-[a-zA-Z0-9] characters? __

Re: Compiling gnucash on Windows XP

2007-08-13 Thread Josh Sled
"Stephen Grant Brown" <[EMAIL PROTECTED]> writes: > It runs under one administrator account but not a second administrator > account. Does the second account user name contain spaces, '&', or any other non-[a-zA-Z0-9] characters? -- ...jsled http://asynchronous.org/ - a=jsled; b=asynchronous.o

Compiling gnucash on Windows XP

2007-08-12 Thread Stephen Grant Brown
Dear Sirs/Madams, I have successfully compiled gnucash under windows xp. I changed the install.sh file to e:/soft instead of c:/soft because it did not work when I created the defaults.sh file It runs under one administrator account but not a second administrator account. Yours Sincerely Stephen

Re: Compiling GnuCash on Windows

2006-12-06 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 R. Bibrach schrieb: > Hi, > I tried to start gnucash (15160) with --g-fatal-warnings. It crashed just as > indicated in the wiki, but an error window poped up ".guid_init(): only > got 948 bytes..." ?? I also got this warning sometime earlier; s

Compiling GnuCash on Windows

2006-12-06 Thread R. Bibrach
Hi, I tried to start gnucash (15160) with --g-fatal-warnings. It crashed just as indicated in the wiki, but an error window poped up ".guid_init(): only got 948 bytes..." ?? ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnuc

Re: Compiling GnuCash on Windows

2006-12-04 Thread Derek Atkins
`void' in > cast to `GtkFileSystemWin32' > > (gnucash:5684): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table > != > NULL' failed > > > > -Original Message- > From: Christian Stimming [mailto:[EMAIL PROTECTED] > Sent: Thursday, November

RE: Compiling GnuCash on Windows

2006-11-26 Thread Brian Blatnik
riginal Message- From: Christian Stimming [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 9:29 AM To: Derek Atkins Cc: Brian Blatnik; gnucash-devel mailing list Subject: Re: Compiling GnuCash on Windows -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For me on win2000/SP4 with r15078 an

Re: GnuCash on Windows

2006-11-15 Thread Andreas Köhler
Hi, [EMAIL PROTECTED]: > may be that the following is of interest: > > Gnucash (15110) is still crashing after calling reports. > > It does not crash when running within gdb. > It did not crash after I loaded my account file from gc 1.8.12. > In both cases everything seems to run like expected.

GnuCash on Windows

2006-11-15 Thread R. Bibrach
Hi, may be that the following is of interest: Gnucash (15110) is still crashing after calling reports. It does not crash when running within gdb. It did not crash after I loaded my account file from gc 1.8.12. In both cases everything seems to run like expected.

Re: GnuCash on Windows

2006-11-14 Thread Ben Chambers
OK, I tried getting an SVN update on the 11th, and the "Failed to send buffer" warnings are gone (good job guys!), although the "Failed to fork" error (or does [E] denote a thrown exception?) still appears, and the gdk clipboard crashes still occur. ...Chambers Ben Chambers wrote: > gnucash: [

GnuCash on Windows

2006-11-13 Thread Ben Chambers
By following the instructions at http://lists.gnucash.org/pipermail/gnucash-devel/2006-September/018588.html I was able to successfully compile GnuCash. This is great, because it is by far the best accounting program I've used, and I rather missed having it on Windows :) The version I'm using

Re: Compiling GnuCash on Windows

2006-11-06 Thread Ivars Grinbergs
Nice job! I have checked - it doesn't crash any more at this point! (This copy was built from svn r15088 on 2006-11-06.). Another problem I have for now is the size of dialog windows :( When I open Scheduled Transaction Editor, "Scheduled Transactions" dialog (actually all dialogs, I think) has

Re: Compiling GnuCash on Windows

2006-11-03 Thread Andreas Köhler
Hi, Am Freitag, den 03.11.2006, 11:07 +0200 schrieb Ivars Grinbergs: > Sorry, I was in rush in the morning and I missed one important point - > number (3): I used "Image Base" instead of "Mapping Start" :( > > Below it is, when "Mapping Start" is uesd, but before that, I would like > to mention

Re: Compiling GnuCash on Windows

2006-11-03 Thread Ivars Grinbergs
Well, when on my WinXP I change in Control Panel->Regional and Language Settings->Regional Options: from - Standards and Formats=Latvian - Location=Latvia to - Standards and Formats=English (United States) - Location=United States I can open Scheduled Transaction Editor without crashing GC. Iv

Re: Compiling GnuCash on Windows

2006-11-03 Thread Ivars Grinbergs
Andreas Köhler wrote: > Hi, > > Ivars Grinbergs wrote: > >> Andreas Köhler wrote: >> >>> You have to admit that this stack trace is not extraordinary useful ;-) >>> But yesterday I managed to improve, maybe you can try to do the same? >>> Here is what I did: >>> >>> * download and unpack `p

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > Hi, > > Ivars Grinbergs wrote: > >> Andreas Köhler wrote: >> >>> You have to admit that this stack trace is not extraordinary useful ;-) >>> But yesterday I managed to improve, maybe you can try to do the same? >>> Here is what I did: >>> >>> * download and unpack `p

Re: Compiling GnuCash on Windows

2006-11-02 Thread Chris Shoemaker
On Thu, Nov 02, 2006 at 06:28:56PM +0100, Christian Stimming wrote: > >>> Also, in the command prompt window is the following: > >>> > >>> gnucash: [E] "Failed to fork child process." > >> This is probably because gnucash tries to save the file in compressed > >> form, > >> which requires a separ

Re: Compiling GnuCash on Windows

2006-11-02 Thread Andreas Köhler
Hi, Ivars Grinbergs wrote: > Andreas Köhler wrote: > > You have to admit that this stack trace is not extraordinary useful ;-) > > But yesterday I managed to improve, maybe you can try to do the same? > > Here is what I did: > > > > * download and unpack `pd' and `MMP' from http://www.trapkit.de,

Re: Compiling GnuCash on Windows

2006-11-02 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For me on win2000/SP4 with r15078 and the updated gnome packages according to the recent commits in custom.sh, I get these: >> - Creating a new file (with default account hierarchy) Works for me just fine. The account hierarchy druid comes up and giv

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > You have to admit that this stack trace is not extraordinary useful ;-) > But yesterday I managed to improve, maybe you can try to do the same? > Here is what I did: > > * download and unpack `pd' and `MMP' from http://www.trapkit.de, you > will need the Microsoft .NET Frame

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Andreas Köhler wrote: > Did you run gnucash from the MSYS shell or gnucash.bat? > From MSYS shell, within gdb (but it works from shell without gdb, too). > [successes snip] > >> Other problems observed: >> - I use Latvian language and location; there are problems with >> entering/showing sp

Re: Compiling GnuCash on Windows

2006-11-02 Thread Andreas Köhler
Hi, Am Donnerstag, den 02.11.2006, 13:31 +0200 schrieb Ivars Grinbergs: > Hello, > > Yesterday got compiled and running version of GC on Win32. > > Version: This copy was built from svn r15066 on 2006-11-01. Too bad, you missed some fixes I submitted yesterday. You might try remove your gnome i

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Ivars Grinbergs wrote: > - Actions->Scheduled Transactions-> FAILS with this backtrace on screen > within GDB: > > Sorry, I mean Actions->Scheduled Transactions->Scheduled Transaction Editor ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: Compiling GnuCash on Windows

2006-11-02 Thread Ivars Grinbergs
Hello, Yesterday got compiled and running version of GC on Win32. Version: This copy was built from svn r15066 on 2006-11-01. I did little modifications to custom.sh from GTK_URL="$GNOME_WIN32_URL/gtk+/2.10/gtk+-2.10.3.zip" GTK_DEV_URL="$GNOME_WIN32_URL/gtk+/2.10/gtk+-dev-2.10.3.zip" to GTK_U

RE: Compiling GnuCash on Windows

2006-11-01 Thread Brian Blatnik
Is that normal? -Original Message- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 7:08 AM To: Brian Blatnik Cc: Christian Stimming; gnucash-devel mailing list Subject: Re: Compiling GnuCash on Windows "Brian Blatnik" <[EMAIL PROTECTED]> wr

Re: Compiling GnuCash on Windows

2006-11-01 Thread Derek Atkins
"Brian Blatnik" <[EMAIL PROTECTED]> writes: >> - Creating a new file (with default account hierarchy) > > This doesn't work for me. I do File -> New File and I get an empty window. > It doesn't pop up the druid or anything. > > [BB] Works for me, as long as "Perform account list setup on new file

  1   2   >