Re: Compile error on clean build on Fedora 26

2017-07-20 Thread Sumit Bhardwaj
John and Alex, I had some problem compiling on clean Fedora 26 as well. I fixed and sent a PR (https://github.com/Gnucash/gnucash/pull/160). Please have a look when you get a chance. Thanks, Sumit On Thu, Jul 20, 2017 at 3:42 PM, John Ralls wrote: > > > On Jul 20, 2017, at 3:17 PM, Alex Aycine

Re: Compile error on clean build on Fedora 26

2017-07-20 Thread John Ralls
> On Jul 20, 2017, at 3:17 PM, Alex Aycinena wrote: > > On a new clean clone on a Fedora 26 VM, with the following configure: > > ../gnucash-clean/configure > --srcdir=/home/gnucash-dev/gitcheckouts/gnucash-clean > --prefix=/opt/gnucash-git/gnucash-clean > > I get the following error on make:

Re: compile error about ./src/swig-runtime.h...

2016-08-05 Thread Christian
Am 05.08.2016 um 15:41 schrieb John Ralls: > >> On Aug 4, 2016, at 3:01 PM, Christian wrote: >> >> Hi, >> >> trying to build (update my gnucash RPM from 2.6.12 to 2.6.13) but >> running into this problem: >> >> [ 59s] checking if building from an scm managed directory... no >> [ 59s] checking

Re: compile error about ./src/swig-runtime.h...

2016-08-05 Thread John Ralls
> On Aug 4, 2016, at 3:01 PM, Christian wrote: > > Hi, > > trying to build (update my gnucash RPM from 2.6.12 to 2.6.13) but > running into this problem: > > [ 59s] checking if building from an scm managed directory... no > [ 59s] checking for ./src/swig-runtime.h... no > [ 59s] configur

Re: compile error about ./src/swig-runtime.h...

2016-08-05 Thread Derek Atkins
Hi, Christian writes: > Hi, > > trying to build (update my gnucash RPM from 2.6.12 to 2.6.13) but > running into this problem: > > [ 59s] checking if building from an scm managed directory... no > [ 59s] checking for ./src/swig-runtime.h... no > [ 59s] configure: error: > [ 59s] > [ 59

Re: Compile Error SchedXAction.h

2014-05-02 Thread Herbert Mühlburger
Hi, Am 2014-05-02 15:19, schrieb Colin Law: > On 2 May 2014 13:14, Herbert Mühlburger > wrote: >> Hi folks, >> >> The latest commits to HEAD produce a new issue while compiling >> it. This issue I have not encountered before the latest commits >> were pushed to github. >> >> Does anybody have t

Re: Compile Error SchedXAction.h

2014-05-02 Thread Colin Law
On 2 May 2014 13:14, Herbert Mühlburger wrote: > Hi folks, > > The latest commits to HEAD produce a new issue while compiling it. > This issue I have not encountered before the latest commits were > pushed to github. > > Does anybody have the same problem? > .. > Datei oder Verzeichnis nicht gefun

Re: Compile error current master

2014-04-27 Thread Christian Stimming
Am Samstag, 26. April 2014, 07:10:29 schrieb John Ralls: > > On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: > > mv -f .deps/libgnc_qof_la-gnc-date.Tpo .deps/libgnc_qof_la-gnc-date.Plo > > make[5]: *** No rule to make target `gnc-numeric.c', needed by > > `gnc-numeric.lo'. Stop. >

Re: Compile error current master

2014-04-26 Thread Geert Janssens
On Saturday 26 April 2014 07:10:29 John Ralls wrote: > On Apr 26, 2014, at 5:06 AM, Jeff Earickson wrote: > > On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: > > > > Making all in qof > > Making all in . > > /bin/sh ../../../libtool --tag=CC --mode=compile > > /Applications/X

Re: Compile error current master

2014-04-26 Thread Herbert Thoma
Am 26.04.2014 16:25, schrieb John Ralls: On Apr 26, 2014, at 3:25 AM, Herbert Thoma wrote: BTW: if I supply --disable-error-on-warning to configure, it does not get much further: kvp_frame.c: In function 'KvpFrame* get_trailer_make(KvpFrame*, const char*, char**)': kvp_frame.c:329:38: error

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 7:36 AM, Mike Alexander wrote: > On Apr 26, 2014, at 5:07 AM, Herbert Thoma > wrote: >> Hi, >> >> I get the following error when I try to build the current master branch: >> >> make[5]: Entering directory >> `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' >> /bin/

Re: Compile error current master

2014-04-26 Thread Mike Alexander
On Apr 26, 2014, at 5:07 AM, Herbert Thoma wrote: > Hi, > > I get the following error when I try to build the current master branch: > > make[5]: Entering directory > `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' > /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 3:25 AM, Herbert Thoma wrote: > Am 26.04.2014 11:13, schrieb Geert Janssens: >> On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: >>> Hi, >>> >>> I get the following error when I try to build the current master >>> branch: >>> >>> make[5]: Entering directory >>> `/ho

Re: Compile error current master

2014-04-26 Thread John Ralls
On Apr 26, 2014, at 5:06 AM, Jeff Earickson wrote: > On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: > > Making all in qof > Making all in . > /bin/sh ../../../libtool --tag=CC --mode=compile > /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. > -I..

Re: Compile error current master

2014-04-26 Thread Jeff Earickson
On a Mac (10.9.2, Xcode 5.0.2) I get a slightly different error: Making all in qof Making all in . /bin/sh ../../../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/libc -I../../../src -D_REENTRANT -I/Users/jae

Re: Compile error current master

2014-04-26 Thread Herbert Thoma
Am 26.04.2014 11:13, schrieb Geert Janssens: On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: Hi, I get the following error when I try to build the current master branch: make[5]: Entering directory `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' /bin/sh <...> [-Werror] cc1plus

Re: Compile error current master

2014-04-26 Thread Geert Janssens
On Saturday 26 April 2014 11:07:50 Herbert Thoma wrote: > Hi, > > I get the following error when I try to build the current master > branch: > > make[5]: Entering directory > `/home/tma/gnucash/gnucash_cvs/gnucash/src/libqof/qof' /bin/sh > ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CO

Re: Compile Error

2012-03-26 Thread Casey Cichon
On Mon, Mar 26, 2012 at 12:28:39PM -0400, Derek Atkins wrote: > Hi, > > On Mon, March 26, 2012 12:19 pm, Casey Cichon wrote: > > Grabbed the latest version of trunk, got an error when compiling: > > > [snip] > > /usr/local/lib/gnucash/libgncmod-ledger-core.so: undefined reference to > > `qof_book

Re: Compile Error

2012-03-26 Thread Derek Atkins
Hi, On Mon, March 26, 2012 12:19 pm, Casey Cichon wrote: > Grabbed the latest version of trunk, got an error when compiling: > [snip] > /usr/local/lib/gnucash/libgncmod-ledger-core.so: undefined reference to > `qof_book_uses_autofreeze' > /usr/local/lib/gnucash/libgncmod-ledger-core.so: undefined

Re: Compile error

2011-01-28 Thread John Ralls
On 28.01.2011, at 15:35, J. Alex Aycinena wrote: > I get the following error in compiling trunk: > > cc1: warnings being treated as errors > /home/gnucash-dev/svncheckouts/gnucash-clean/src/backend/dbi/gnc-backend-dbi.c: > In function 'conn_test_dbi_library': > /home/gnucash-dev/svncheckouts/gnu

Re: compile error r19409

2010-08-06 Thread Geert Janssens
On Friday 6 August 2010, Herbert Thoma wrote: > Hi! > > I get a compiler error in r19409: > > cc1: warnings being treated as errors > dialog-file-access.c: In function ‘gnc_ui_file_access’: > dialog-file-access.c:253: error: ‘gconf_section’ may be used uninitialized > in this function make[5]: *

Re: Compile error with --enable-python-bindings

2010-03-31 Thread Mike Evans
On Wednesday March 31 2010 08:32:20 Mike Evans wrote: > On Wednesday March 31 2010 07:56:31 Christian Stimming wrote: > > Zitat von Mike Evans : > > > Am Dienstag, 30. März 2010 schrieb Derek Atkins: > > >> Mike Evans writes: > > >> > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > > >> > g

Re: Compile error with --enable-python-bindings

2010-03-31 Thread Mike Evans
On Wednesday March 31 2010 07:56:31 Christian Stimming wrote: > Zitat von Mike Evans : > > Am Dienstag, 30. März 2010 schrieb Derek Atkins: > >> Mike Evans writes: > >> > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > >> > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this >

Re: Compile error with --enable-python-bindings

2010-03-31 Thread Christian Stimming
Zitat von Mike Evans : Am Dienstag, 30. März 2010 schrieb Derek Atkins: Mike Evans writes: > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this > function) gnucash_core.c:3268: error: (Each undeclared identifier is > reported

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Mike Evans
Am Dienstag, 30. März 2010 schrieb Derek Atkins: > Mike Evans writes: > > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this > > function) gnucash_core.c:3268: error: (Each undeclared identifier is > > reported only once gnucas

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Christian Stimming
Am Dienstag, 30. März 2010 schrieb Derek Atkins: > Mike Evans writes: > > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this > > function) gnucash_core.c:3268: error: (Each undeclared identifier is > > reported only once gnucas

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Derek Atkins
Mike Evans writes: > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this function) > gnucash_core.c:3268: error: (Each undeclared identifier is reported only once > gnucash_core.c:3268: error: for each function it appears in.) >

Re: compile error r18884

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Robert Fewell wrote: > Hi, > > Looking r18884 and r18659 I think there is an r missing in g_strstr, should > be g_strrstr > Yes, exactly. That was my mistake. Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org ht

Re: compile error r18884

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Derek Atkins wrote: > Herbert, > > Herbert Thoma writes: > > Hi! > > > > With latest trunk I get a complie error: > > > > cc1: warnings being treated as errors > > gnc-main-window.c: In function ‘main_window_update_page_name’: > > gnc-main-window.c:1928: error: implici

Re: compile error r18884

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Herbert Thoma wrote: > Hi! > > With latest trunk I get a complie error: > > cc1: warnings being treated as errors > gnc-main-window.c: In function ‘main_window_update_page_name’: > gnc-main-window.c:1928: error: implicit declaration of function ‘g_strstr’ > gnc-main-wi

Re: compile error r18884

2010-03-10 Thread Derek Atkins
Herbert, Herbert Thoma writes: > Hi! > > With latest trunk I get a complie error: > > cc1: warnings being treated as errors > gnc-main-window.c: In function ‘main_window_update_page_name’: > gnc-main-window.c:1928: error: implicit declaration of function ‘g_strstr’ > gnc-main-window.c:1928: erro

Re: Compile error with trunk

2010-01-03 Thread Christian Stimming
Am Sonntag, 3. Januar 2010 schrieb don Paolo Benvenuto: > Hi guys! I'm back on the list because I'm going to use again gnucash for > my new parish's accounting! > > I was trying to compile trunk on ubuntu karmic, and I followed the > instructions in > > http://wiki.gnucash.org/wiki/Building#Ubunt

Re: Compile error

2009-09-07 Thread Derek Atkins
Hi, Quoting Herbert Thoma : Hi! [snip] cc1: warnings being treated as errors gnc-ui-util.c: In function ‘gnc_account_get_full_name’: gnc-ui-util.c:760: error: array subscript is above array bounds The following patch fixes this problem: Index: src/app-utils/gnc-ui-util.c ==

Re: Compile Error

2006-01-07 Thread Kevin Sgroi
Herbert, I have the personal edition of SuSE. Thank you for the link - I actually stumbled upon the same RPM myself earlier today. I'll be satisfied if it works on Linux! -Kevin ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.

Re: compile error in gog-radar

2005-12-27 Thread Derek Atkins
David Reiser <[EMAIL PROTECTED]> writes: > Trying to compile 12183, I get an error: > > gog-radar.c:392: error: static declaration of 'fmin' follows non- > static declaration > > That line appears to have been changed in 12039 for gcc 4 > compatibility. I'm stuck at gcc 3.3 until I can get a gw

Re: (OT) Reply-To (was Re: Compile Error)

2005-12-27 Thread Chris Shoemaker
On Tue, Dec 27, 2005 at 12:13:50PM +0100, Christian Stimming wrote: > > No no no no. Please don't mess with the Reply-To field. I already hate it > from > the two times when I replied to the -patches list recently, where I really > only wanted to write to the sender (#1 above). Really don't do

Re: (OT) Reply-To (was Re: Compile Error)

2005-12-27 Thread Christian Stimming
Am Dienstag, 27. Dezember 2005 01:42 schrieb Tim Wunder: > > PS: in the future, PLEASE REPLY TO THE LIST! > > Which begs the question... why not set the reply-to header to be the list? No no no no no. Please don't let this header munging extend to any mailing list around here. There are good reas

(OT) Reply to (was Re: Compile Error)

2005-12-26 Thread Tim Wunder
On Monday 26 December 2005 6:13 pm, someone claiming to be Derek Atkins wrote: > PLEASE CC GNUCASH-DEVEL ON ALL REPLIES... > PS: in the future, PLEASE REPLY TO THE LIST! Which begs the question... why not set the reply-to header to be the list? Not that I care, much. KMail is smart enough to know

Re: Compile Error

2005-12-26 Thread Derek Atkins
PLEASE CC GNUCASH-DEVEL ON ALL REPLIES... Quoting Kevin Sgroi <[EMAIL PROTECTED]>: On Saturday 24 December 2005 17:18, you wrote: On SuSE 9.1 -- just install the RPM. SuSE ships with gnucash. Use it. That's the first place I checked; SuSE does _not_ ship with GNUCash, at least not with th

Re: Compile error

2005-11-21 Thread Christian Stimming
Vinay Pai schrieb: $ svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash Checked out revision 11992. $ ./autogen.sh $ ./configure --enable-error-on-warning --enable-compile-warnings --enable-maintainer-mode ? Hmm.. I didn't know about that switch. What does it do? It's no longer requir

Re: Compile error

2005-11-20 Thread Vinay Pai
> > I erased my working directory and checked out the sources again with: > > That'll do, but you should find that make distclean saves a lot of downloads. > :-) I know... I guess I was just in the mood for a fresh start :) > > $ svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash > > Checke

Re: Compile error

2005-11-20 Thread Neil Williams
On Sunday 20 November 2005 8:53 pm, Vinay Pai wrote: > Ok, I checked my dpkg versions like you describe below and they're all > exactly the same as yours except that I don't have guile1.4 and > guile1.4-slib installed. You don't need both guile-1.6 and guile1.4, > right? Correct. Guile1.4 is just

Re: Compile error

2005-11-20 Thread Vinay Pai
Ok, I checked my dpkg versions like you describe below and they're all exactly the same as yours except that I don't have guile1.4 and guile1.4-slib installed. You don't need both guile-1.6 and guile1.4, right? I used synaptic to find all pacakged with residual config and purged them all. I eras

Re: Compile error

2005-11-19 Thread David Hampton
On Sat, 2005-11-19 at 20:24 +, Neil Williams wrote: > On Saturday 19 November 2005 6:23 pm, Vinay Pai wrote: > > (I called autogen and configure with all default options) > > --enable-opt-style-install ? This is not a required option. Gnucash compiles with it or without it. (I compile witho

Re: Compile error

2005-11-19 Thread Neil Williams
On Saturday 19 November 2005 8:25 pm, Vinay Pai wrote: > I called make as "make CFLAGS=-Wno-error". Don't do that. Fix the error, don't skirt around it. (I had the same problem and it caused weeks of problems for everyone.) > Without it there was a > warning about uninitialized variable in src/e

Re: Compile error

2005-11-19 Thread Vinay Pai
I called make as "make CFLAGS=-Wno-error". Without it there was a warning about uninitialized variable in src/engine. I'm running Debian Unstable, and my gcc version is 4.0.3. Vinay On Sat, 2005-11-19 at 14:53 -0500, Derek Atkins wrote: > I cannot reproduce this here using current SVN (r11979)

Re: Compile error

2005-11-19 Thread Neil Williams
On Saturday 19 November 2005 6:23 pm, Vinay Pai wrote: > Hi, > I'm having trouble compiling the latest SVN source. Here's the error: > . > ./../../../src/gnome/.libs/libgncgnome.so: undefined reference to > `gnc_pricedb_set_bulk_update' Which directory and which file is being compiled at this poi

Re: Compile error

2005-11-19 Thread Derek Atkins
I cannot reproduce this here using current SVN (r11979). Are you compiling with --disable-error-on-warning? What OS/Distro are you using? -derek Quoting Vinay Pai <[EMAIL PROTECTED]>: Hi, I'm having trouble compiling the latest SVN source. Here's the error: . ./../../../src/gnome/.libs/libgn

Re: Compile Error in HBCI

2004-12-19 Thread Martin Preuss
On Sunday 03 October 2004 20:57, Christian Stimming wrote: > Am Sonntag, 3. Oktober 2004 20:56 schrieb Herbert Thoma: > > gnc-hbci-utils.c: In function `gnc_AB_BANKING_execute': > > gnc-hbci-utils.c:428: warning: implicit declaration of function > > `AB_Banking_SetPinCacheEnabled' make[5]: *** [gnc

Re: Compile Error in HBCI

2004-10-03 Thread Christian Stimming
Am Sonntag, 3. Oktober 2004 20:56 schrieb Herbert Thoma: > gnc-hbci-utils.c: In function `gnc_AB_BANKING_execute': > gnc-hbci-utils.c:428: warning: implicit declaration of function > `AB_Banking_SetPinCacheEnabled' make[5]: *** [gnc-hbci-utils.lo] Fehler 1 > make[5]: Leaving directory > `/opt/gnuca

Re: compile error on solaris x86

2004-05-15 Thread persone
hi derek, thanks for the quick reply. LDFLAGS="-lnsl -lintl -L/usr/ucblib -lucb" bash ./configure --disable-static --disable-error-on-warning where can i found the mentioned workarounds? benjamin Derek Atkins <[EMAIL PROTECTED]> schrieb am 07.05.04 15:21:13: > > This error tends to imply a li

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
Hmm, ok.. So add -lnsl back in.. Where does that get you? -derek <[EMAIL PROTECTED]> writes: > following your input configure breaks with: > ... > checking for __db185_open in -ldb-4.1... no > checking for __db185_open in -ldb-4.2... no > checking for __db185_open in -ldb... no > configure: er

Re: compile error on solaris x86

2004-05-07 Thread persone
following your input configure breaks with: ... checking for __db185_open in -ldb-4.1... no checking for __db185_open in -ldb-4.2... no checking for __db185_open in -ldb... no configure: error: Your db library is missing db 1.85 compatibility mode tail -30 config.log __db185_open() ; return 0; }

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
Hmm.. You shouldn't need to specify your compile against -lnsl, nor should you need to compiled against -lucb. OTOH, it's possible that solaris/x86 isn't properly supported by some of the compile tools. FTR, I do: CPPFLAGS=-D_nl_domain_bindings=libintl_nl_domain_bindings__ LD=gcc ./configure ...

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
This error tends to imply a libintl problem. What arguments did you provide to configure? FTR, I had to provide a number of workarounds to get it to compile on Solaris 9. -derek benjamin <[EMAIL PROTECTED]> writes: > Hi, > > first of all, i want to thanks you all of you involved in this proje

Re: compile error

2001-01-25 Thread James LewisMoss
> On Thu, 25 Jan 2001 22:05:08 -0500, David Merrill <[EMAIL PROTECTED]> said: David> Hi, I am trying to get the cvs code to build and am having a David> problem David> The error message says: David> checking for GNOME-PRINT - version >= 0.1.0... no David> *** Could not run GNOME-PRINT

Re: Compile Error

2000-07-24 Thread Dave Peticolas
"Charles M. Gagnon" writes: > It worked... Thanks Dave. > > Now I do get a news error though. It could be cause by the > system I have, I'm not sure: > > make[3]: Entering directory > `/home/charlesg/src/gnucash/src/gnome' > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src > -I../../src/c

Re: Compile Error

2000-07-24 Thread Charles M. Gagnon
It worked... Thanks Dave. Now I do get a news error though. It could be cause by the system I have, I'm not sure: make[3]: Entering directory `/home/charlesg/src/gnucash/src/gnome' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/calculation -I../../src/engine -I../../src/

Re: Compile Error

2000-07-21 Thread Dave Peticolas
"Charles M. Gagnon" writes: > I'm getting compile errors on a Solaris 8 box on the last > gnucash (from CVS): > > Making all in calculation > make[3]: Entering directory > `/home/charlesg/src/gnucash/src/calculation' > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -c >

Re: Compile error

2000-06-20 Thread Dave Peticolas
Vincent Yau writes: > > Dear All > > Today is my first time trying to make GNUCash happen > on my RedHat 6.1 i386 box. > > I had to install Guile, G-wrap, SWIG > > And finally upon compiling GNUCash, I got this error: > > Entering directory '/opt1/gnucash-1.4.0/src/guile > FLAVOR=gnome g-w