Re: Major bug in 1.40 / Solaris and rh6.2 Linux Sparc

2000-06-20 Thread Dave Peticolas

Wesley Hosking writes:
 When trying to compile up 1.40 (from the tarball) - I get the
 following  (On a Sparc Linux machine running rh6.2 ) :
 
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../re
 gister-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-
 libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnom
 e-xml -I/usr/local/include -I/usr/include -c enriched-messages.c
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../re
 gister-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-
 libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnom
 e-xml -I/usr/local/include -I/usr/include -c gfec.c
 FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
 ERROR: In expression (cdr lst):
 ERROR: Stack overflow
 make: *** [gnc.c] Error 2
 
 To do get the build going under rh6.2 with i386, ./configure; make;
 make install works fine (and I am running it fine ).
 
 The versions of guile and g-wrap are exactly the same between
 versions.
 
 Has anyone else seen these problems ?
 
 wes
 
 guile-1.3-10
 guile-devel-1.3-10
 

Someone else had this problem on a Sparc machine, although it was
running solaris. I believe they needed to upgrade to guile-1.3.4
to get it to work.

dave

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]





Re: Major bug in 1.40 / Solaris and rh6.2 Linux Sparc

2000-06-20 Thread Alan Orndorff

Dave Peticolas wrote:

 Wesley Hosking writes:
  When trying to compile up 1.40 (from the tarball) - I get the
  following  (On a Sparc Linux machine running rh6.2 ) :
 
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../re
  gister-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-
  libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnom
  e-xml -I/usr/local/include -I/usr/include -c enriched-messages.c
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../re
  gister-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-
  libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnom
  e-xml -I/usr/local/include -I/usr/include -c gfec.c
  FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
  ERROR: In expression (cdr lst):
  ERROR: Stack overflow
  make: *** [gnc.c] Error 2
 
  To do get the build going under rh6.2 with i386, ./configure; make;
  make install works fine (and I am running it fine ).
 
  The versions of guile and g-wrap are exactly the same between
  versions.
 
  Has anyone else seen these problems ?
 
  wes
 
  guile-1.3-10
  guile-devel-1.3-10
 

 Someone else had this problem on a Sparc machine, although it was
 running solaris. I believe they needed to upgrade to guile-1.3.4
 to get it to work.

yep, 1.3.4 did the trick for me.  If someone wants to post a Solaris version
in pkgadd format let me know and I'll create a package.  They'll still need
gnome libs and scheme, but the gnucash will be precompiled.

alan

--
Solaris Ultra/Intel Resources - http://www.mindspring.com/~dwarfie
When you open your Windows you'll see a light blue sky
filled with clouds. If you look past the clouds, you'll
only see the Sun.




--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]





Re: Major bug in 1.40 / Solaris and rh6.2 Linux Sparc

2000-06-20 Thread Robert Graham Merkel

Wesley Hosking writes:
  Wesley Hosking writes:
When trying to compile up 1.40 (from the tarball) - I get the
following  (On a Sparc Linux machine running rh6.2 ) :
  
FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
ERROR: In expression (cdr lst):
ERROR: Stack overflow
make: *** [gnc.c] Error 2

  
  Of course, I forgot to mention the way around this is to run :
  
  FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
  
  on the machine it works on  (an i*86 ) and continue on with the build.
  
  wes
  
To do get the build going under rh6.2 with i386, ./configure; make;
make install works fine (and I am running it fine ).

The versions of guile and g-wrap are exactly the same between
versions.

Has anyone else seen these problems ?


Not as far as I'm aware.

Obviously there is a bug in either guile or g-wrap under RH6.2/Sparc.
Normally I'd suspect g-wrap, but g-wrap (the executable) is a plain
guile script and should work pretty much portably between architectures.

However, Rob Browning (the g-wrap maintainer) is going to release a
new version of g-wrap in the near future, which has a few bug fixes in
it.  Rob, are any of your bugfixes likely to help with this?


Robert Merkel  [EMAIL PROTECTED]



--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]





Re: Major bug in 1.40 / Solaris and rh6.2 Linux Sparc

2000-06-19 Thread Wesley Hosking

When trying to compile up 1.40 (from the tarball) - I get the
following  (On a Sparc Linux machine running rh6.2 ) :

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../register
-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include 
-I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnome-xml 
-I/usr/local/include -I/usr/include -c enriched-messages.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome   -I../register
-g -O2 -Wall -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include 
-I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/include/gnome-xml 
-I/usr/local/include -I/usr/include -c gfec.c
FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
ERROR: In expression (cdr lst):
ERROR: Stack overflow
make: *** [gnc.c] Error 2

To do get the build going under rh6.2 with i386, ./configure; make;
make install works fine (and I am running it fine ).

The versions of guile and g-wrap are exactly the same between
versions.

Has anyone else seen these problems ?

wes

guile-1.3-10
guile-devel-1.3-10


--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]