hello again,

in a rather hopeless attempt to fix the bug i found i started compiling
gnucash today with debugging turned on and i got a few compile time errors, i am
patching as i go and thought these things might be helpful ...

 * in "src/engine/Group.c" lines 831 and 869 need return values

 * in "src/engine/util.c" both <math.h> and <malloc.h> need to be included

however, i have run into a problem in the file "src/g-wrap/gnc-helpers.c", the
file makes no reference to an explicitly declared "POINTER_TOKEN_to_SCM"
function/macro ...

gcc -Wp,-MD,obj/gnc-helpers.d.tmp -c -g -O2 -g -Wall -Werror -Wno-unused 
-I/usr/X11R6/include -I. -I../../ -I../../src -I../../src/swig
-I../../src/engine -I../../src/register -I../../src/guile -I../../include
-I../../lib/ComboBox-1.33 -I../../lib/Xbae-4.6.2-linas
-I../../lib/g-wrap-install/include -I/usr/local/include
-I/usr/local/opt/g-wrap/include  -o obj/gnc-helpers.o gnc-helpers.c
cc1: warnings being treated as errors
gnc-helpers.c: In function `_gnc_scm_traversal_adapter_':
gnc-helpers.c:62: warning: implicit declaration of function
`POINTER_TOKEN_to_SCM'
make[3]: *** [obj/gnc-helpers.o] Error 1
make[3]: Leaving directory `/tmp/make/gnucash-1.2.2/src/g-wrap'
make[2]: *** [motif] Error 2
make[2]: Leaving directory `/tmp/make/gnucash-1.2.2/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/tmp/make/gnucash-1.2.2'
make: *** [motif] Error 2

i have scrounged my drive looking through headers to find this function as well
as the reasonable mis-spellings to no avail.  could someone shed some light on
this for me?

   .
   . paul moore                              
   . [EMAIL PROTECTED]
...................................................
   . university of michigan - eecs

----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to