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: 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: 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: 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

RE: Compiling GnuCash on Windows

2006-10-31 Thread Brian Blatnik
Inline, with [BB] -Original Message- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 7:15 AM To: Christian Stimming Cc: Brian Blatnik; gnucash-devel mailing list Subject: Re: Compiling GnuCash on Windows Christian Stimming <[EMAIL PROTECTED]> writes:

Re: Compiling GnuCash on Windows

2006-10-30 Thread Derek Atkins
Christian Stimming <[EMAIL PROTECTED]> writes: > I'd like to hear whether these things work, in case you have some time to > check them in detail: > - 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

Re: Compiling GnuCash on Windows

2006-10-29 Thread Christian Stimming
Am Sonntag, 29. Oktober 2006 16:52 schrieb Brian Blatnik: > OK, thanks for your help, got it installed. :-) Very cool; thanks for the info. > But it seems to crash on any operation involving the Windows file system: > loading a qif, saving a file, etc. I'd like to hear whether these things work

RE: Compiling GnuCash on Windows

2006-10-29 Thread Brian Blatnik
backtrace in Windows? Thanks, Brian -Original Message- From: Andreas Köhler [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 1:14 PM To: Brian Blatnik Cc: 'Christian Stimming'; gnucash-devel mailing list Subject: RE: Compiling GnuCash on Windows Hi, Am Donnerstag

Re: Compiling GnuCash on Windows

2006-10-20 Thread Derek Atkins
Andreas Köhler <[EMAIL PROTECTED]> writes: > Hi, > > Am Donnerstag, den 19.10.2006, 09:55 -0700 schrieb Brian Blatnik: >> With the lastest install.sh script, I get the following error message during >> the gnome section: >> inst_gwrap: command not found > > I anticipated that problem :) Make sure

RE: Compiling GnuCash on Windows

2006-10-19 Thread Andreas Köhler
Hi, Am Donnerstag, den 19.10.2006, 09:55 -0700 schrieb Brian Blatnik: > With the lastest install.sh script, I get the following error message during > the gnome section: > inst_gwrap: command not found I anticipated that problem :) Make sure you always use recent scripts and auxiliary files. Best

RE: Compiling GnuCash on Windows

2006-10-19 Thread Brian Blatnik
error? Thanks, Brian -Original Message- From: Christian Stimming [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 12:49 AM To: Brian Blatnik; gnucash-devel mailing list Subject: Re: Compiling GnuCash on Windows -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Please discuss gnucash i

Re: Compiling GnuCash on Windows

2006-10-19 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Please discuss gnucash issues always on the mailing list. Thanks.) Brian Blatnik schrieb: > Thanks so much for all your hard work making it possible to run GnuCash > on Windows. I have followed your instructions on the wiki, but ran into > trouble to