[GNC-dev] Warnings while building master

2022-12-18 Thread Geert Janssens
Today I rebuilt master from scratch and my eye was caught by the following warning: [22/513] Generating swig-engine.cpp /home/janssege/Development/gnucash/master/src/libgnucash/engine/engine-helpers.h:31: Warning 313: Unrecognized extern type "C++". /home/janssege/Development/gnucash/master/s

Re: [GNC-dev] Problem building master branch

2019-08-16 Thread David Cousens
Hi John, I did do a fresh pull and fast forward. I also delete the contents of the build directory whenever I checkout a different branch before building and then rerun cmake and did for this one. I was getting the same problem when I tried to build my branch off the master so I went back to se

Re: [GNC-dev] Problem building master branch

2019-08-15 Thread John Ralls
> On Aug 15, 2019, at 7:12 PM, David Cousens wrote: > > Hi, > > I'm getting an error running make while building the master branch. It seems > to be a problem loading gnucash/engine/gnc-numeric, which doesn't exist, but > libgnucash/engine/gnc-numeric does exist in the sources. maybe > primit

[GNC-dev] Problem building master branch

2019-08-15 Thread David Cousens
Hi, I'm getting an error running make while building the master branch. It seems to be a problem loading gnucash/engine/gnc-numeric, which doesn't exist, but libgnucash/engine/gnc-numeric does exist in the sources. maybe primitive-load-path is not set correctly ? Make output where the error occur

Re: Problem building master with autotools

2017-08-26 Thread Geert Janssens
On zaterdag 26 augustus 2017 02:41:17 CEST Alex Aycinena wrote: > I can confirm that Geert's commit 64f36323b23d6dc9eb2eab9eb2630f1efc0a64ef > fixes this problem and the --enable-debug switch with autotools no longer > causes this problem on my system. > > Thanks, > > Alex Lovely :) Thanks for y

Re: Problem building master with autotools

2017-08-25 Thread Alex Aycinena
Geert, On Fri, Jul 21, 2017 at 1:52 AM, Geert Janssens wrote: > Op woensdag 19 juli 2017 22:09:40 CEST schreef Alex Aycinena: > > On Tue, Jul 11, 2017 at 3:29 PM, Eric Theise > wrote: > > > Hi everyone, > > > > > > I seem to be having the same problem as Alex. It's my first time > trying to > >

Re: Problem building master with autotools

2017-07-21 Thread Geert Janssens
Op woensdag 19 juli 2017 22:09:40 CEST schreef Alex Aycinena: > On Tue, Jul 11, 2017 at 3:29 PM, Eric Theise wrote: > > Hi everyone, > > > > I seem to be having the same problem as Alex. It's my first time trying to > > do a local build. I'm using an up-to-date Ubuntu 16.04 virtual machine. > >

Re: Problem building master with autotools

2017-07-19 Thread Alex Aycinena
On Tue, Jul 11, 2017 at 3:29 PM, Eric Theise wrote: > Hi everyone, > > I seem to be having the same problem as Alex. It's my first time trying to > do a local build. I'm using an up-to-date Ubuntu 16.04 virtual machine. > > Eric > > ... > make[4]: Leaving directory '/home/erictheise/Repos/ > eric

Re: Problem building master with autotools

2017-07-11 Thread John Ralls
lt;mailto:gnucash-devel@gnucash.org>, Alex > Aycinena mailto:alex.aycin...@gmail.com>> > Bcc: > Date: Tue, 11 Jul 2017 06:57:52 -0700 > Subject: Re: Problem building master with autotools > > > > On Jul 11, 2017, at 5:33 AM, Geert Janssens > <mailto:geert.gnuc...@

Re: Problem building master with autotools

2017-07-11 Thread Eric Theise
Hi everyone, I seem to be having the same problem as Alex. It's my first time trying to do a local build. I'm using an up-to-date Ubuntu 16.04 virtual machine. Eric ... make[4]: Leaving directory '/home/erictheise/Repos/erictheise/gnucash/build/src/import-export/log-replay' Making all in test ma

Re: Problem building master with autotools

2017-07-11 Thread Alex Aycinena
Geert, > Odd I don't get this on my system (Fedora 25 as well). > > The linker is having issues resolving "__gxx_personality_v0". The internet > cites two common issues for this: > - either a library is missing > - or the sequence of libraries on the command line is wrong (a symbol to > resolve s

Re: Problem building master with autotools

2017-07-11 Thread Alex Aycinena
John, > > -- Forwarded message -- > From: John Ralls > To: Geert Janssens > Cc: gnucash-devel@gnucash.org, Alex Aycinena > Bcc: > Date: Tue, 11 Jul 2017 06:57:52 -0700 > Subject: Re: Problem building master with autotools > > > > On Jul

Re: Problem building master with autotools

2017-07-11 Thread Alex Aycinena
Sumit, > > -- Forwarded message -- > From: Sumit Bhardwaj > To: Alex Aycinena > Cc: gnucash-devel > Bcc: > Date: Mon, 10 Jul 2017 20:04:00 -0700 > Subject: Re: Problem building master with autotools > Just did a fresh pull from gnucash/master (not a r

Re: Problem building master with autotools

2017-07-11 Thread John Ralls
> On Jul 11, 2017, at 5:33 AM, Geert Janssens > wrote: > > On dinsdag 11 juli 2017 03:38:16 CEST Alex Aycinena wrote: >> With a fresh checkout of master, I try to build with the autotools but I >> get an error in linking test-import-pending-matches with test-engine-stuff >> during make as foll

Re: Problem building master with autotools

2017-07-11 Thread Geert Janssens
On dinsdag 11 juli 2017 03:38:16 CEST Alex Aycinena wrote: > With a fresh checkout of master, I try to build with the autotools but I > get an error in linking test-import-pending-matches with test-engine-stuff > during make as follows: > > /usr/bin/ld: > ../../../src/engine/test-core/.libs/libgnc

Re: Problem building master with autotools

2017-07-10 Thread Sumit Bhardwaj
Just did a fresh pull from gnucash/master (not a rebase). Using autotools (./autogen.sh && ./configure --enable-compile-warnings && make) succeeded. Make check failed. Fail message is below. I will try to look at it if I have some time tonight. -Sumit ./../../test-driver: line 107: 8259 Trace/

Re: Problem building master with autotools

2017-07-10 Thread Alex Aycinena
On Jul 10, 2017 6:58 PM, "Sumit Bhardwaj" wrote: I checked out master in the AM today and had a clean build (make and make install) on Fedora 25 using autotools. I can try again once I get to my personal machine. Are you doing make test here? I can try and report. Thanks, Sumit On Mon, Jul 10,

Re: Problem building master with autotools

2017-07-10 Thread Sumit Bhardwaj
I checked out master in the AM today and had a clean build (make and make install) on Fedora 25 using autotools. I can try again once I get to my personal machine. Are you doing make test here? I can try and report. Thanks, Sumit On Mon, Jul 10, 2017 at 6:38 PM, Alex Aycinena wrote: > With a f

Problem building master with autotools

2017-07-10 Thread Alex Aycinena
With a fresh checkout of master, I try to build with the autotools but I get an error in linking test-import-pending-matches with test-engine-stuff during make as follows: /usr/bin/ld: ../../../src/engine/test-core/.libs/libgncmod-test-engine.a(test-engine-stuff.o): undefined reference to symbol '

Re: building master

2017-04-23 Thread Alex Aycinena
> -- Forwarded message -- > From: John Ralls > To: Alex Aycinena > Cc: gnucash-devel > Bcc: > Date: Sat, 22 Apr 2017 16:48:05 -0700 > Subject: Re: building master > > > On Apr 22, 2017, at 3:47 PM, Alex Aycinena > wrote: > > > >>

Re: building master

2017-04-23 Thread Geert Janssens
On zondag 23 april 2017 01:48:05 CEST John Ralls wrote: > See https://github.com/Gnucash/gnucash/blob/master/cmake/README_CMAKE.txt. > Ah, that was the link I should have passed to Wm as well... Thanks for referring to it. Geert ___ gnucash-devel mail

Re: building master

2017-04-22 Thread John Ralls
> On Apr 22, 2017, at 3:47 PM, Alex Aycinena wrote: > >> >> -- Forwarded message -- >> From: Geert Janssens >> To: gnucash-devel@gnucash.org, Wm >> Cc: >> Bcc: >> Date: Sat, 22 Apr 2017 14:40:56 +0200 >> Subject: Re: bui

Re: building master

2017-04-22 Thread Alex Aycinena
> > -- Forwarded message -- > From: Geert Janssens > To: gnucash-devel@gnucash.org, Wm > Cc: > Bcc: > Date: Sat, 22 Apr 2017 14:40:56 +0200 > Subject: Re: building master > On vrijdag 21 april 2017 23:17:31 CEST Wm via gnucash-devel wrote: > >

Re: building master

2017-04-22 Thread Geert Janssens
On vrijdag 21 april 2017 23:17:31 CEST Wm via gnucash-devel wrote: > On 21/04/2017 19:21, John Ralls wrote: > > Alex, > > > > > > Looks like autotools picked the wrong compiler for a C++ object. See > > http://stackoverflow.com/questions/6045809/link-error-undefined-reference > > -to-gxx-personal

Re: building master

2017-04-22 Thread Geert Janssens
On vrijdag 21 april 2017 20:21:39 CEST John Ralls wrote: > > On Apr 21, 2017, at 10:00 AM, Alex Aycinena > > wrote: > > > > Hi, > > > > I have been unable to spend any time on gnucash for several weeks but am > > about to get started again. I checked out master anew but when I tried to > > build

Re: building master

2017-04-21 Thread Wm via gnucash-devel
On 21/04/2017 19:21, John Ralls wrote: > Alex, > > > Looks like autotools picked the wrong compiler for a C++ object. See > http://stackoverflow.com/questions/6045809/link-error-undefined-reference-to-gxx-personality-v0-and-g. > Geert and I have both switched to cmake & ninja-build; there's no

Re: building master

2017-04-21 Thread John Ralls
> On Apr 21, 2017, at 10:00 AM, Alex Aycinena wrote: > > Hi, > > I have been unable to spend any time on gnucash for several weeks but am > about to get started again. I checked out master anew but when I tried to > build it, I get: > > /usr/bin/ld: > ../../../src/engine/test-core/.libs/libgnc

building master

2017-04-21 Thread Alex Aycinena
Hi, I have been unable to spend any time on gnucash for several weeks but am about to get started again. I checked out master anew but when I tried to build it, I get: /usr/bin/ld: ../../../src/engine/test-core/.libs/libgncmod-test-engine.a(test-engine-stuff.o): undefined reference to symbol '__g

Re: building master with boost

2014-11-03 Thread Carsten Rinke
Thanks for all feedback. Finally I managed: - I installed the library with the help from John and Aaron - and I also used the "=" as indicated by Geert. -> Works all fine now :-) Carsten On 03.11.2014 16:50, Aaron Laws wrote: On Sat, Nov 1, 2014 at 2:42 PM, Carsten Rinke

Re: building master with boost

2014-11-03 Thread Aaron Laws
On Sat, Nov 1, 2014 at 2:42 PM, Carsten Rinke wrote: > Hi, > > to check if some "front-porting" is working, I tried to compile on the > master branch - for the first time. > > It told me that boost is missing: > > checking for boostlib >= 1.48.0... configure: We could not detect the > boost libra

Re: building master with boost

2014-11-01 Thread Geert Janssens
On Saturday 01 November 2014 19:42:59 Carsten Rinke wrote: > Hi, > > to check if some "front-porting" is working, I tried to compile on the > master branch - for the first time. > > It told me that boost is missing: > > checking for boostlib >= 1.48.0... configure: We could not detect the > boos

Re: building master with boost

2014-11-01 Thread John Ralls
On Nov 1, 2014, at 11:42 AM, Carsten Rinke wrote: > Hi, > > to check if some "front-porting" is working, I tried to compile on the master > branch - for the first time. > > It told me that boost is missing: > > checking for boostlib >= 1.48.0... configure: We could not detect the boost > li

building master with boost

2014-11-01 Thread Carsten Rinke
Hi, to check if some "front-porting" is working, I tried to compile on the master branch - for the first time. It told me that boost is missing: checking for boostlib >= 1.48.0... configure: We could not detect the boost libraries (version 1.48 or higher). If you have a staged boost library