[GNC-dev] Just another windows build problem

2019-10-13 Thread Andre Joost
Hi folks, I tried to build GnuCash for Windows using the powershell scripts as described on https://wiki.gnucash.org/wiki/Building_on_Windows Unfortunately, I get stuck when running jhbuild: --- Joost@HP-Laptop MINGW32 ~ # cd /c/gcdev64 Joost@

Re: [GNC-dev] Windows Build problem

2019-09-13 Thread John Ralls
Yes, Thanks. Committed on your behalf and pushed. Regards, John Ralls > On Sep 13, 2019, at 10:37 AM, Matthew Forbis via gnucash-devel > wrote: > > I might have fixed it myself. Does the following change make sense? > > > > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

Re: [GNC-dev] Windows Build problem

2019-09-13 Thread Matthew Forbis via gnucash-devel
I might have fixed it myself.  Does the following change make sense?  CMakeLists.txt | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0654dfb5a..b054f9cc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,9 +217,9 @@ if (WITH_GNUCAS

[GNC-dev] Windows Build problem

2019-09-13 Thread Matthew Forbis via gnucash-devel
Hi, I'm attempting to build on windows to try to still solve the report bug I'm interested in and it seems that the patch below might have broken the windows build (or I don't know what I'm doing is also a possibilty). With the commit John pushed yesterday, I get the following error message when

Re: Master Build problem

2017-07-17 Thread John Ralls
Rob, Done. Thanks, it didn’t even occur to me to look there. Regards, John Ralls > On Jul 17, 2017, at 7:39 PM, Rob Gowin wrote: > > There needs to be a one character fix in cmake/CMakeLists.txt to change an > underscore to a dash. Could a committer please make this change for me (in > mai

Re: Master Build problem

2017-07-17 Thread Rob Gowin
There needs to be a one character fix in cmake/CMakeLists.txt to change an underscore to a dash. Could a committer please make this change for me (in maint, then merge to master)? Or I could do a PR if necessary. Thanks, Rob diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 9e1e2cbe

Re: Master Build problem

2017-07-16 Thread John Ralls
> On Jul 16, 2017, at 8:42 AM, Geert Janssens > wrote: > > That is the same error I was having last week when building with aqbanking. > > John recently made building with aqbanking the default. But clearly there is > something missing for it. > > Until this is fixed you can disable building

Re: Master Build problem

2017-07-16 Thread Geert Janssens
That is the same error I was having last week when building with aqbanking. John recently made building with aqbanking the default. But clearly there is something missing for it. Until this is fixed you can disable building with aqbanking by setting an option to cmake Regards Geert Robert Fe

Master Build problem

2017-07-16 Thread Robert Fewell
I having trouble with the latest master, it will not build for the following reason... I the build directory _build/src/import-export/aqb/gschemas there should be three gschema files but they are missing. One file is in the source directory and I think the other two are created but I can not see w

Re: build problem

2011-07-18 Thread John Ralls
On Jul 18, 2011, at 5:15 AM, Mike Evans wrote: > On Monday 18 Jul 2011 02:39:47 Bill Hammond wrote: > > I've got the same problem under Ubuntu Natty. > > > Same problem on Fedora14. > LIne 374 is the issue as g_printf() isn't in glib.h it's in > so that needs to be included. > There's also a s

Re: build problem

2011-07-18 Thread Mike Evans
On Monday 18 Jul 2011 02:39:47 Bill Hammond wrote: > I've got the same problem under Ubuntu Natty. > Same problem on Fedora14. LIne 374 is the issue as g_printf() isn't in glib.h it's in so that needs to be included. There's also a small typo the line should be: g_printf("Received Error Message

Re: build problem

2011-07-17 Thread Bill Hammond
I've got the same problem under Ubuntu Natty. Regards, Bill On 07/17/2011 09:36 PM, John Ralls wrote: > > On Jul 17, 2011, at 8:17 PM, J. Alex Aycinena wrote: > >> John, >> >> One of your recent commits related to testing gives me this error when >> I try to build: >> >> /home/gnucash-dev/svnc

Re: build problem

2011-07-17 Thread John Ralls
On Jul 17, 2011, at 8:17 PM, J. Alex Aycinena wrote: > John, > > One of your recent commits related to testing gives me this error when > I try to build: > > /home/gnucash-dev/svncheckouts/gnucash-clean/src/test-core/test-stuff.c: > In function 'test_handle_faults': > /home/gnucash-dev/svncheck

build problem

2011-07-17 Thread J. Alex Aycinena
John, One of your recent commits related to testing gives me this error when I try to build: /home/gnucash-dev/svncheckouts/gnucash-clean/src/test-core/test-stuff.c: In function 'test_handle_faults': /home/gnucash-dev/svncheckouts/gnucash-clean/src/test-core/test-stuff.c:374:2: error: implicit de

Re: Build Problem on windows system

2009-01-22 Thread Adam Rosi-Kessel
googooda...@gmail.com wrote, on 1/21/2009 3:43 AM: > Hi, Sir, > > I setup the build env on windows XP. > But I can not build it smoothly, the system will be freeze 3 or 4 times > within 1 build cycle---I need to reset the windows, and run the install.sh > again. I monitor the issue almost 4 dev-ve

Build Problem on windows system

2009-01-21 Thread googoodalls
Hi, Sir, I setup the build env on windows XP. But I can not build it smoothly, the system will be freeze 3 or 4 times within 1 build cycle---I need to reset the windows, and run the install.sh again. I monitor the issue almost 4 dev-versions. Does any none meet this problem? BTW: I use HP 8510w

Re: Win32 build problem

2006-10-13 Thread Stefan Schwandter
Hello! Thanks for the hint! > @Stefan: May you retry and report further errors? I created the gtk-doc.m4 file with the suggested contents and compilation worked. I could start gnucash from the msys command line, but not directly by running gnucash.bat from the explorer. Had no time for more tes

Re: Win32 build problem

2006-10-11 Thread Andreas Köhler
Hi, > See > https://lists.gnucash.org/pipermail/gnucash-devel/2006-October/018688.html > and the necessary file starts in the archived article below "--- next > part ---". > > We'll fix this in SVN soon, but right now I don't have time. Done in r15007. @Stefan: May you retry and report further

Re: Win32 build problem

2006-10-11 Thread Mike Taylor
I had this problem too. Christian gave me a workaround in the thread earlier this month with subject "GnuCash on Windows - problem with install.sh and GOffice". Here is a copy of that message: https://lists.gnucash.org/pipermail/gnucash-devel/2006-October/018688.html By the way, I don't know i

Re: Win32 build problem

2006-10-11 Thread Derek Atkins
Oh, I suspect that when we changed from installing glade to installing individual packages we just didn't install gtk-doc. We should just install the gtk-doc package, too. -derek Christian Stimming <[EMAIL PROTECTED]> writes: > See > https://lists.gnucash.org/pipermail/gnucash-devel/2006-Octobe

Re: Win32 build problem

2006-10-11 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 See https://lists.gnucash.org/pipermail/gnucash-devel/2006-October/018688.html and the necessary file starts in the archived article below "--- next part ---". We'll fix this in SVN soon, but right now I don't have time. Christian Stefan Schwandter

Win32 build problem

2006-10-11 Thread Stefan Schwandter
Hello all, I tried to build gnucash on Windows today, with the automatic build script. Everything went well until the "GOffice"-Stage: ### GOffice Extracting goffice-0.3.0.t

gnucash-1.6.0 build problem with some guile versions

2001-06-19 Thread Bill Nottingham
scm_long_long2num and its inverse are only compiled when LONGLONGS is defined in guile-1.3.4; this isn't the default. The attached allows gnucash to build on such a system (otherwise it tries to link in functions that don't exist...) Bill --- gnucash-1.6.0/configure.in.foo Mon Jun 18 23:0

Re: build problem on FreeBSD

2000-10-03 Thread Alec Wolman
> "Alec Wolman" writes: > > > > I'm attempting to build the latest version from CVS on a FreeBSD > > system. The compilation fails when building src/gnc-exp-parser.c > > because there is no #include of . Adding that to > > gnc-exp-parser.c fixes the problem, but is obviously not the > > right

Re: build problem on FreeBSD

2000-10-03 Thread Alec Wolman
> "Alec Wolman" writes: > > > > > Configure may be picking up old values from the cache. > > > Did you try removing config.cache and rerunning configure? > > > > Yes, I tried that. The problem is that it doesn't find libintl.h > > because its not looking in /usr/local. What I don't understand >

Re: build problem on FreeBSD

2000-10-02 Thread Dave Peticolas
"Alec Wolman" writes: > > > "Alec Wolman" writes: > > > > > > > Configure may be picking up old values from the cache. > > > > Did you try removing config.cache and rerunning configure? > > > > > > Yes, I tried that. The problem is that it doesn't find libintl.h > > > because its not looking in

Re: build problem on FreeBSD

2000-10-02 Thread Dave Peticolas
"Alec Wolman" writes: > > > Configure may be picking up old values from the cache. > > Did you try removing config.cache and rerunning configure? > > Yes, I tried that. The problem is that it doesn't find libintl.h > because its not looking in /usr/local. What I don't understand > is that since

Re: build problem on FreeBSD

2000-10-02 Thread Dave Peticolas
"Alec Wolman" writes: > > I'm attempting to build the latest version from CVS on a FreeBSD > system. The compilation fails when building src/gnc-exp-parser.c > because there is no #include of . Adding that to > gnc-exp-parser.c fixes the problem, but is obviously not the > right thing to do, s

build problem on FreeBSD

2000-10-02 Thread Alec Wolman
I'm attempting to build the latest version from CVS on a FreeBSD system. The compilation fails when building src/gnc-exp-parser.c because there is no #include of . Adding that to gnc-exp-parser.c fixes the problem, but is obviously not the right thing to do, since messages.h ought to bring in

RE: Gnucash 1.4.2 build problem

2000-07-18 Thread Tom Corner
Robert, 1000 thanks. I found libguile.so.6.0.0 in /usr/local/lib and it had the missing identifiers too. In the process, however, I located a spurious copy of libguile in /usr/local/gnome/lib. I deleted these and now the compile completes successfully and gnucash appears to be working. Thanks

Gnucash 1.4.2 build problem

2000-07-18 Thread Robert Graham Merkel
Tom Corner writes: > Hello, > > Let me try this again. I am using gnucash-1.4.2, guile-1.3.4, and > g-wrap-0.9.4. This is said to be correct. > > The build completes to the final step. Then it blows up in the final > link with undefined references to the following symbols: > > scm_as

Gnucash 1.4.2 build problem

2000-07-18 Thread Tom Corner
Hello, Let me try this again. I am using gnucash-1.4.2, guile-1.3.4, and g-wrap-0.9.4. This is said to be correct. The build completes to the final step. Then it blows up in the final link with undefined references to the following symbols: scm_async_clock scm_makdbl scm_newsmob So as a klu

Re: build problem with 1.1.26

1999-03-23 Thread Tyson Dowd
On 23-Mar-1999, Kevin Waterson <[EMAIL PROTECTED]> wrote: > > > > I had the same problem on my first attempt to build. The problem lies with the >--with-guile argument in configure. Delete the config.cache file, then do ./configure >without --with-swig. > > > > If configure complains that swig i

Re: build problem with 1.1.26

1999-03-23 Thread Kevin Waterson
> > I had the same problem on my first attempt to build. The problem lies with the >--with-guile argument in configure. Delete the config.cache file, then do ./configure >without --with-swig. > > If configure complains that swig is not installed you have to start a new shell and >then run confi

build problem with 1.1.26

1999-03-23 Thread Kevin Waterson
I have been trying to build 1.126 on Redhat 5.2 with gnome 1.0 I do ./configure --prefix=/usr/local/opt/gnucash --with-swig then make gnome and the compile seemsto get stuck at /gnucash/include -o gnucash-all-guile_wrap.c gnucash.all.i -stat -guile -I. -I../../../ -I../../../src -I../../../src

Re: build problem with 1.1.26

1999-03-22 Thread Martin Hill
I should proofread more often... > I had the same problem on my first attempt to build. The problem lies with > the --with-guile argument in configure. Delete the config.cache file, then ^ That should be "The problem lies with the --with-swig argument" - %< ---

Re: build problem with 1.1.26

1999-03-22 Thread Martin Hill
> I have been trying to build 1.126 on Redhat 5.2 with gnome 1.0 > > I do > ../configure --prefix=/usr/local/opt/gnucash --with-swig > > then > > make gnome and the compile seemsto get stuck at > ..stuff deleted > This just keep0s scrolling indefinitely till ctrl - c to break from it. > > Am

Re: Build problem: details

1998-10-24 Thread Rob Browning
Danny Backx <[EMAIL PROTECTED]> writes: > I just ran "gmake motif" in src/ and got the result shown below. > The sources are from CVS (yesterday) but 1.1.20 does this too. > > This is on FreeBSD 2.2.5, I set CC to "gcc -I... -L..." (all the > -I and -L flags you see below) to make sure configure

Build problem: details

1998-10-22 Thread Danny Backx
Hi, I just ran "gmake motif" in src/ and got the result shown below. The sources are from CVS (yesterday) but 1.1.20 does this too. This is on FreeBSD 2.2.5, I set CC to "gcc -I... -L..." (all the -I and -L flags you see below) to make sure configure finds everything it needs. I don't have swig