Re: Make fails

2015-12-03 Thread John Ralls
> On Dec 3, 2015, at 4:22 PM, Alex Aycinena wrote: > > John, > > Your last commit fixed the failure related to test-xml-pricedb. So make > worked and make check almost worked. At the end I go the following, 3 odd > failures: > > PASS: test-load-module > echo '/home/gnucash-dev/gitcheckouts/g

Re: Make fails

2015-12-03 Thread Alex Aycinena
John, Your last commit fixed the failure related to test-xml-pricedb. So make worked and make check almost worked. At the end I go the following, 3 odd failures: PASS: test-load-module echo '/home/gnucash-dev/gitcheckouts/gnucash-clean-build/gnc-guile --debug -l /home/gnucash-dev/gitcheckouts/gnu

Re: Make fails

2015-12-03 Thread John Ralls
> On Dec 3, 2015, at 1:39 PM, John Ralls wrote: > > >> On Dec 3, 2015, at 1:00 PM, Alex Aycinena wrote: >> >> John, >> >> When I put a breakpoint on /gnc-pricedb-xml-v2.cpp:445 and ran the test, it >> stopped at the break and then I continued several times before the following: >> >> Break

Re: Make fails

2015-12-03 Thread John Ralls
> On Dec 3, 2015, at 1:00 PM, Alex Aycinena wrote: > > John, > > When I put a breakpoint on /gnc-pricedb-xml-v2.cpp:445 and ran the test, it > stopped at the break and then I continued several times before the following: > > Breakpoint 1, gnc_price_to_dom_tree (tag=0x4574ce "price", price=0x6

Re: Make fails

2015-12-03 Thread Alex Aycinena
John, When I put a breakpoint on /gnc-pricedb-xml-v2.cpp:445 and ran the test, it stopped at the break and then I continued several times before the following: Breakpoint 1, gnc_price_to_dom_tree (tag=0x4574ce "price", price=0x695590) at /home/gnucash-dev/gitcheckouts/gnucash/src/backend/xml/

Re: Make fails

2015-12-03 Thread Alex Aycinena
On Thu, Dec 3, 2015 at 11:54 AM, John Ralls wrote: > > > > Alex, > > Yeah, the segfault is the same one Geert reported. > > I don’t see the problem with test-pricedb in Debian stable, so I’m trying > F21. In the meantime can you run it under gdb and get a stack trace of the > crash? > > Regards,

Re: Make fails

2015-12-03 Thread John Ralls
> On Dec 3, 2015, at 11:47 AM, Alex Aycinena wrote: > > > > On Thu, Dec 3, 2015 at 11:41 AM, Alex Aycinena > wrote: > On Wed, Dec 2, 2015 at 5:27 PM, John Ralls wrote: > > Alex, > > Of course it’s supposed to work! Now it does, though I’m not comfortable with > the fix. Moving the includ

Re: Make fails

2015-12-03 Thread Alex Aycinena
On Thu, Dec 3, 2015 at 11:41 AM, Alex Aycinena wrote: > On Wed, Dec 2, 2015 at 5:27 PM, John Ralls wrote: > >> >> Alex, >> >> Of course it’s supposed to work! Now it does, though I’m not comfortable >> with the fix. Moving the include of kvp_frame.hpp to the top of the list >> implies that there

Re: Make fails

2015-12-03 Thread Alex Aycinena
On Wed, Dec 2, 2015 at 5:27 PM, John Ralls wrote: > > Alex, > > Of course it’s supposed to work! Now it does, though I’m not comfortable > with the fix. Moving the include of kvp_frame.hpp to the top of the list > implies that there’s something about one of the other headers that confuses > gcc.

Re: Make fails

2015-12-02 Thread John Ralls
> On Dec 1, 2015, at 5:12 PM, Alex Aycinena wrote: > > John, > > On Tue, Dec 1, 2015 at 4:55 PM, John Ralls wrote: > > Thanks, Alex. Fixed and pushed along with a configure change to keep > libdbi-0.9’s deprecation warnings from stopping a build. > > Regards, > John Ralls > > > Make now w

Re: Make fails

2015-12-01 Thread Alex Aycinena
John, On Tue, Dec 1, 2015 at 4:55 PM, John Ralls wrote: > > Thanks, Alex. Fixed and pushed along with a configure change to keep > libdbi-0.9’s deprecation warnings from stopping a build. > > Regards, > John Ralls > > Make now works, but make check fails with: In file included from /usr/includ

Re: Make fails

2015-12-01 Thread John Ralls
> On Dec 1, 2015, at 12:49 PM, Alex Aycinena wrote: > > Make fails on Fedora 22 on the latest master with the following error: > > /home/gnucash-dev/gitcheckouts/gnucash-clean/src/backend/xml/gnc-backend-xml.cpp: > In function 'gboolean gnc_xml_be_get_file_lock(FileBack

Make fails

2015-12-01 Thread Alex Aycinena
Make fails on Fedora 22 on the latest master with the following error: /home/gnucash-dev/gitcheckouts/gnucash-clean/src/backend/xml/gnc-backend-xml.cpp: In function 'gboolean gnc_xml_be_get_file_lock(FileBackend*)': /home/gnucash-dev/gitcheckouts/gnucash-clean/src/backend/xml/gnc-backe

Re: make fails on master

2015-06-19 Thread Alex Aycinena
John, I haven't been able to get back to this until just now. First I tried your test of replacing configure.ac line 336, 'ac_cv_cstd=c11' with 'ac_cv_cstd=gnu11' and that worked on Fedora 22. Then I put it back the way it was and pulled down your commit and tried again and that too worked. I can

Re: make fails on master

2015-06-18 Thread John Ralls
> On Jun 17, 2015, at 5:42 PM, John Ralls wrote: > > >> On Jun 17, 2015, at 4:03 PM, Alex Aycinena wrote: >> >> John, >> >> I just noticed that in the configure.ac file, line >> 332 says 'ac_cv_cstd=gnu99' but line 336 says 'ac_cv_cstd=c11'. If I change >> line 336 l

Re: make fails on master

2015-06-17 Thread John Ralls
> On Jun 17, 2015, at 4:03 PM, Alex Aycinena wrote: > > John, > > I just noticed that in the configure.ac file, line 332 > says 'ac_cv_cstd=gnu99' but line 336 says 'ac_cv_cstd=c11'. If I change line > 336 locally to also say 'ac_cv_cstd=gnu99', then autogen.sh does reg

Re: make fails on master

2015-06-17 Thread Alex Aycinena
John, I just noticed that in the configure.ac file, line 332 says 'ac_cv_cstd=gnu99' but line 336 says 'ac_cv_cstd=c11'. If I change line 336 locally to also say 'ac_cv_cstd=gnu99', then autogen.sh does regenerate configure with CFLAGS set to gnu99 and make, make-check and make-install all work on

Re: make fails on master

2015-06-17 Thread Alex Aycinena
John, The config.log for the F21 system that builds properly does show CFLAGS as -std=gnu99, but the config.log for the F22 system that doesn't build, shows CFLAGS as -std=c11. I checked to make sure the configure.ac file on the F22 does have the 'ac_cv_cstd=gnu99' line that you had previously pus

Re: make fails on master

2015-06-15 Thread John Ralls
> On Jun 15, 2015, at 1:58 PM, Christian Stimming > wrote: > > Aren't you just missing an #include which is needed for strdup() > ... ? > Nope, line 10. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.

Re: make fails on master

2015-06-15 Thread Christian Stimming
Aren't you just missing an #include which is needed for strdup() ... ? Regards, Christian Am Sonntag, 14. Juni 2015, 19:42:55 schrieb John Ralls: > > On Jun 14, 2015, at 6:44 PM, Alex Aycinena > > wrote: > > > > John, > > > > On Sun, Jun 7, 2015 at 1:34 PM, John Ralls mailto:jra...@ceridwen

Re: make fails on master

2015-06-14 Thread John Ralls
> On Jun 14, 2015, at 6:44 PM, Alex Aycinena wrote: > > John, > > On Sun, Jun 7, 2015 at 1:34 PM, John Ralls > wrote: > > > On Jun 7, 2015, at 12:38 PM, Derek Atkins > > wrote: > > > > > > On Sun, June 7, 2015 3:02 pm, John Ralls wrote: > >

Re: make fails on master

2015-06-14 Thread Alex Aycinena
John, On Sun, Jun 7, 2015 at 1:34 PM, John Ralls wrote: > > > On Jun 7, 2015, at 12:38 PM, Derek Atkins wrote: > > > > > > On Sun, June 7, 2015 3:02 pm, John Ralls wrote: > > > >> Alex, > >> > >> Turns out that for some flavors of GCC -std=gnu99 is required for strdup > >> to be provided. I’d m

Re: make fails on master

2015-06-07 Thread John Ralls
> On Jun 7, 2015, at 12:38 PM, Derek Atkins wrote: > > > On Sun, June 7, 2015 3:02 pm, John Ralls wrote: > >> Alex, >> >> Turns out that for some flavors of GCC -std=gnu99 is required for strdup >> to be provided. I’d made the default c99, which in those cases doesn’t >> support it, hence the

Re: make fails on master

2015-06-07 Thread Alex Aycinena
John, Thanks. I can confirm that both make and make-clean now work on both F20 & F21. Regards, Alex On Sun, Jun 7, 2015 at 12:38 PM, Derek Atkins wrote: > > On Sun, June 7, 2015 3:02 pm, John Ralls wrote: > > > Alex, > > > > Turns out that for some flavors of GCC -std=gnu99 is required for st

Re: make fails on master

2015-06-07 Thread Derek Atkins
On Sun, June 7, 2015 3:02 pm, John Ralls wrote: > Alex, > > Turns out that for some flavors of GCC -std=gnu99 is required for strdup > to be provided. I’d made the default c99, which in those cases doesn’t > support it, hence the error. > > Fixed and pushed. Why are we using strdup() and not g_s

Re: make fails on master

2015-06-07 Thread John Ralls
> On Jun 6, 2015, at 5:41 PM, Alex Aycinena wrote: > > Hello, > > I've been away for a couple of weeks and upon return, pulled many changes > on the master branch. Make fails with: > > /home/gnucash-dev/gitcheckouts/gnucash-clean/src/app-utils/gfec.c: In >

make fails on master

2015-06-06 Thread Alex Aycinena
Hello, I've been away for a couple of weeks and upon return, pulled many changes on the master branch. Make fails with: /home/gnucash-dev/gitcheckouts/gnucash-clean/src/app-utils/gfec.c: In function 'gfec_catcher': /home/gnucash-dev/gitcheckouts/gnucash-clean/src/app-utils/gfe

Re: make fails

2014-12-27 Thread GnuCash
Well, I learned a lot more than I ever thought trying to figure this out, but in the end I am embarrassed with the problem.. I was setting the prefix in my configure command, and while I did delete the source and start from scratch--the installation directory had files in it, not sure how as I

Re: make fails - typo ?

2014-12-26 Thread John Ralls
> On Dec 25, 2014, at 10:26 AM, Christoph Holtermann > wrote: > > Hello, > > make master fails with > ../../../src/engine/Transaction.c:61:26: fatal error: SchedXAction.h: No such > file or directory > #include "SchedXAction.h" > > That seems to be a typo and should be "SchedXaction.h" which

make fails - typo ?

2014-12-25 Thread Christoph Holtermann
Hello, make master fails with ../../../src/engine/Transaction.c:61:26: fatal error: SchedXAction.h: No such file or directory #include "SchedXAction.h" That seems to be a typo and should be "SchedXaction.h" which compiles fine. regards, Christoph Holtermann -- --- Nachricht gesendet von C.

Re: make fails

2014-12-24 Thread John Ralls
> On Dec 24, 2014, at 6:12 PM, GnuCash wrote: > > Not sure if this should be under the other emails, but I'm unable to get > this to work for the last little bit, the error is similar. I've tried > to use "git clean -fdx" and then even wiped it all and started again, > but still having the sam

Re: make fails

2014-12-24 Thread GnuCash
Not sure if this should be under the other emails, but I'm unable to get this to work for the last little bit, the error is similar. I've tried to use "git clean -fdx" and then even wiped it all and started again, but still having the same error.. - Using built

Re: make fails

2014-12-24 Thread GnuCash
Not sure if this should be under the other emails, but I'm unable to get this to work for the last little bit, the error is similar. I've tried to use "git clean -fdx" and then even wiped it all and started again, but still having the same error.. - Using built

Re: make fails

2014-12-22 Thread Christoph Holtermann
Am 15.12.2014 um 23:30 schrieb John Ralls: >> On Dec 15, 2014, at 2:26 PM, Christoph Holtermann >> wrote: >> >> Hello, >> >> for some days make of master branch fails for me. It breaks with >> ../../src/engine/.libs/libgncmod-engine.so: undefined reference to `pwr64' >> collect2: error: ld return

Re: make fails

2014-12-15 Thread John Ralls
> On Dec 15, 2014, at 2:26 PM, Christoph Holtermann wrote: > > Hello, > > for some days make of master branch fails for me. It breaks with > ../../src/engine/.libs/libgncmod-engine.so: undefined reference to `pwr64' > collect2: error: ld returned 1 exit status Yes, pwr64 was removed as part of

make fails

2014-12-15 Thread Christoph Holtermann
Hello, for some days make of master branch fails for me. It breaks with make[4]: Entering directory `/home/christoph/oldhome_moved/Computer/src/gnucash/gnucash_git/gnucash/build/src/bin' gcc -DHAVE_CONFIG_H -I. -I../../../src/bin -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib

Re: Make fails on Windows 7

2014-12-08 Thread John Ralls
> On Dec 8, 2014, at 9:45 AM, John Ralls wrote: > > >> On Dec 8, 2014, at 9:24 AM, Wellington Glass >> wrote: >> >> I'm trying to compile on Windows 7, 64-bit , but it's happening the >> problem below . >> >> I have based this linkhttps://github.com/Gnucash/gnucash-on-windows >> >> Any tip

Re: Make fails on Windows 7

2014-12-08 Thread John Ralls
> On Dec 8, 2014, at 9:24 AM, Wellington Glass > wrote: > > I'm trying to compile on Windows 7, 64-bit , but it's happening the > problem below . > > I have based this linkhttps://github.com/Gnucash/gnucash-on-windows > > Any tips ? Those are from my just-landed c++-numerics changes. Looks l

Make fails on Windows 7

2014-12-08 Thread Wellington Glass
I'm trying to compile on Windows 7, 64-bit , but it's happening the problem below . I have based this linkhttps://github.com/Gnucash/gnucash-on-windows Any tips ? make[4]: Entering directory `/c/gcdev/gnucash/build/src/libqof/qof' Making all in . make[5]: Entering directory `/c/gcdev/gnucash/b

Re: make fails

2014-12-08 Thread Derek Atkins
John Ralls writes: > Your suggestion on IRC that to be sure that the __STDC_FOO_MACROS > macros were defined before *any* includes was the key: stdint.h was > getting included from inttypes.h before the spot I was inserting them. > > Thanks! Based on that, putting a #include before inttypes.h s

Re: make fails

2014-12-07 Thread Alex Aycinena
John, make works on both F20 & F19. Thanks, Alex On Sun, Dec 7, 2014 at 1:58 PM, John Ralls wrote: > > > On Dec 7, 2014, at 1:38 PM, Alex Aycinena > wrote: > > > > John, > > > > On F19, I get: > > > > > /home/gnucash-dev/gitcheckouts/gnucash-clean/src/libqof/qof/gnc-int128.cpp: > In member f

Re: make fails

2014-12-07 Thread John Ralls
> On Dec 7, 2014, at 1:38 PM, Alex Aycinena wrote: > > John, > > On F19, I get: > > /home/gnucash-dev/gitcheckouts/gnucash-clean/src/libqof/qof/gnc-int128.cpp: > In member function 'char* GncInt128::asCharBufR(char*) const': > /home/gnucash-dev/gitcheckouts/gnucash-clean/src/libqof/qof/gnc-in

Re: make fails

2014-12-07 Thread John Ralls
> On Dec 7, 2014, at 1:35 PM, Alex Aycinena wrote: > > John, > > After your patch 495c939c, on F20, I get: > > swig-engine.c: In function '_wrap_pwr64': > swig-engine.c:18448:3: error: implicit declaration of function 'pwr64' > [-Werror=implicit-function-declaration] >result = pwr64(arg1,

Re: make fails

2014-12-07 Thread Alex Aycinena
John, On F19, I get: /home/gnucash-dev/gitcheckouts/gnucash-clean/src/libqof/qof/gnc-int128.cpp: In member function 'char* GncInt128::asCharBufR(char*) const': /home/gnucash-dev/gitcheckouts/gnucash-clean/src/libqof/qof/gnc-int128.cpp:801:47: error: expected ')' before 'PRIu64' n

Re: make fails

2014-12-07 Thread Alex Aycinena
John, After your patch 495c939c, on F20, I get: swig-engine.c: In function '_wrap_pwr64': swig-engine.c:18448:3: error: implicit declaration of function 'pwr64' [-Werror=implicit-function-declaration] result = pwr64(arg1,arg2); ^ cc1: all warnings being treated as errors make[5]: *** [libgn

Re: make fails

2014-12-07 Thread John Ralls
> On Dec 7, 2014, at 12:09 PM, Derek Atkins wrote: > > John, > > On Sun, December 7, 2014 2:52 pm, John Ralls wrote: >> >> >> It still won’t build on F18 or Debian Wheezy. There’s a problem with GCC >> 4.7, used in both, such that it doesn’t recognize the C99 standard >> sized-integer macros,

Re: make fails

2014-12-07 Thread Derek Atkins
John, On Sun, December 7, 2014 2:52 pm, John Ralls wrote: > > > It still won’t build on F18 or Debian Wheezy. There’s a problem with GCC > 4.7, used in both, such that it doesn’t recognize the C99 standard > sized-integer macros, e.g. UINT64_MAX, and the work-arounds I’ve found so > far don’t. Wh

Re: make fails

2014-12-07 Thread John Ralls
> On Dec 6, 2014, at 4:05 PM, Alex Aycinena wrote: > > John, > > I get the following error on make with your latest push on Fedora 20 and 19: > > /home/gnucash-dev/gitcheckouts/gnucash/src/libqof/qof/gnc-int128.cpp: In > member function 'GncInt128 GncInt128::gcd(GncInt128) const': > /home/gnu

make fails

2014-12-06 Thread Alex Aycinena
John, I get the following error on make with your latest push on Fedora 20 and 19: /home/gnucash-dev/gitcheckouts/gnucash/src/libqof/qof/gnc-int128.cpp: In member function 'GncInt128 GncInt128::gcd(GncInt128) const': /home/gnucash-dev/gitcheckouts/gnucash/src/libqof/qof/gnc-int128.cpp:157:24: err

Re: make fails on trunk in test-qofsession.c

2011-12-10 Thread Robert L Brush III
On Sat, 2011-12-10 at 15:44 -0500, David Reiser wrote: > When I try to build trunk from a new checkout at r21703, the build stops at: > > gcc -DHAVE_CONFIG_H -I. -I../../../.. -I/sw/include -I. -I../../../.. > -I../../../../src/libqof/qof/ -I../../../../src/test-core -DTESTPROG=test_qof > -I/

make fails on trunk in test-qofsession.c

2011-12-10 Thread David Reiser
When I try to build trunk from a new checkout at r21703, the build stops at: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I/sw/include -I. -I../../../.. -I../../../../src/libqof/qof/ -I../../../../src/test-core -DTESTPROG=test_qof -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -Werror -Wdeclarat

Re: svn rev 20730 make fails

2011-06-01 Thread Geert Janssens
On woensdag 1 juni 2011, Christoph Holtermann wrote: > Hello ! > > I just checked out a fresh Rev 20730 and ./autogen.sh fails with > configure.ac:1195: required file `src/gnome/glade/Makefile.in' not found > That's my mistake. I accidentally removed a Makefile.am instead of one entry in it. I h

svn rev 20730 make fails

2011-06-01 Thread Christoph Holtermann
Hello ! I just checked out a fresh Rev 20730 and ./autogen.sh fails with configure.ac:1195: required file `src/gnome/glade/Makefile.in' not found regards, Christoph Holtermann ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnuca

Re: Make fails in po directory

2007-07-30 Thread Derek Atkins
Daniel Smith <[EMAIL PROTECTED]> writes: > No, they are installed. It's just not finding them. > > I found the problem, though (I think -- I'm rebuilding now): > $ -> export CPP_FLAGS="-I/opt/local/include" > $ -> export LDFLAGS="-L/opt/local/lib" > $ -> export DYLD_LIBRARY_PATH="/opt/local/lib"

Re: Make fails in po directory

2007-07-28 Thread Daniel Smith
No, they are installed. It's just not finding them. I found the problem, though (I think -- I'm rebuilding now): $ -> export CPP_FLAGS="-I/opt/local/include" $ -> export LDFLAGS="-L/opt/local/lib" $ -> export DYLD_LIBRARY_PATH="/opt/local/lib" Accidentally spelled it CPP_FLAGS, not CPPFLAGS. I

Re: Make fails in po directory

2007-07-28 Thread Derek Atkins
You're missing the gettext utilities. -derek Quoting Daniel Smith <[EMAIL PROTECTED]>: > I get this error when I run "./configure; make" on a fresh download > of 2.2.0. > > Making all in po > cd .. \ > && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ >/bin/sh ./config.sta

Make fails in po directory

2007-07-28 Thread Daniel Smith
I get this error when I run "./configure; make" on a fresh download of 2.2.0. Making all in po cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status

Re: make fails svn13054

2006-01-31 Thread Mark Johnson
Derek Atkins wrote: Mark Johnson <[EMAIL PROTECTED]> writes: For this build, I did a rm -rf on my tree, and checked out a fresh copy of the entire trunk tree. Yea, that's what I thought -- if you're going to do that you kind of need to 'rm -rf' from one level higher so

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
Mark Johnson <[EMAIL PROTECTED]> writes: > Replying to myself: > I copied the goffice-config.h file into lib/goffice-0.0.4/goffice, and > got a similar error for the goffice-features.h file. I have also copied > that into lib/goffice-0.0.4/goffice, and the build seems to be > progressing now.

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
Mark Johnson <[EMAIL PROTECTED]> writes: > For this build, I did a rm -rf on my tree, and checked out a fresh copy > of the entire trunk tree. Yea, that's what I thought -- if you're going to do that you kind of need to 'rm -rf' from one level higher so that the .links file gets destroyed, too.

Re: make fails svn13054

2006-01-30 Thread Derek Atkins
you did a "rm -rf *" from the top level instead of running "make distclean".. This left a .links file which caused the build system not to rebuild the goffice and gsf symlinks. -derek Quoting Mark Johnson <[EMAIL PROTECTED]>: Replying to myself: I copied the goffice-config.h file into lib/go

Re: make fails svn13054

2006-01-30 Thread Mark Johnson
Replying to myself: I copied the goffice-config.h file into lib/goffice-0.0.4/goffice, and got a similar error for the goffice-features.h file. I have also copied that into lib/goffice-0.0.4/goffice, and the build seems to be progressing now. Mark Mark Johnson wrote: Here is the error I g

make fails svn13054

2006-01-30 Thread Mark Johnson
Here is the error I got: gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../.. -I../../../.. -I../../../../lib/libgsf-1.12.3 -I../../../../lib/goffice-0.0.4 -I../../../../lib/goffice-0.0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include

Re: SVN make fails at undefined reference to `gnc_main_get_namespace_regexp'

2006-01-23 Thread digger vermont
Hi Derek, On Mon, 2006-01-23 at 20:20 -0500, Derek Atkins wrote: > This function is defined in src/core-utils/gnc-main.h and implemented in > src/core-utils/gnc-main.c. The "problem" is that src/engine/test > (which is where I'm assuming this is failing for you, but you don't provide > enough inf

Re: SVN make fails at undefined reference to `gnc_main_get_namespace_regexp'

2006-01-23 Thread Derek Atkins
This function is defined in src/core-utils/gnc-main.h and implemented in src/core-utils/gnc-main.c. The "problem" is that src/engine/test (which is where I'm assuming this is failing for you, but you don't provide enough information to tell for sure) is not linking against the core-utils library,

SVN make fails at undefined reference to `gnc_main_get_namespace_regexp'

2006-01-23 Thread digger vermont
Hello All, Make is failing with: gcc -I../../.. -I../../../src -I../../../src/gnc-module -I../../../src/test-core -I../../../src/engine -I../../../src/engine/test-core -I../../../lib/libqof/qof -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wunused -Wmissing-pro