Re: Latest CVS build errors

1998-10-19 Thread linas
It's been rumoured that Jeffrey Perry said: > I am getting the following errors using make motif: > > make[3]: Entering directory `/home/jperry/gnucash/xacc/src/swig' > swig -I../engine -I../guile -guile -o guile/gnucash-guile_wrap.c gnucash.i > Generating wrappers for Guile > ../engine/Query.h :

clean start problem with 1.1.20

1998-10-19 Thread Eugene Kanter
Installed/compiled 1.1.20 version on Red Hat 5.1. All, except for XmHTML-1.1.5 got from redhat.com contrib. I have Motif 2.1 installed, have to fix configure.in to properly detect XmHTML-1.1.5. make motif ended with following error (after creating gnucash.motif just fine): gmake[3]: Leaving dire

Re: clean start problem with 1.1.20

1998-10-19 Thread Rob Browning
Eugene Kanter <[EMAIL PROTECTED]> writes: > ln -sf gnucash.motif gnucash.bin > (cd share && ln -sf ../src/scm scm) > /bin/bash: share: No such file or directory Quick fix mkdir share and re-build. Longer term I'll have to see what's going on. I though ./share was in the CVS repository, I d

Re: clean start problem with 1.1.20

1998-10-19 Thread Eugene Kanter
On 19 Oct 1998, Rob Browning wrote: > Eugene Kanter <[EMAIL PROTECTED]> writes: > > > ln -sf gnucash.motif gnucash.bin > > (cd share && ln -sf ../src/scm scm) > > /bin/bash: share: No such file or directory > > Quick fix > > mkdir share > > and re-build. > > Longer term I'll have to see wh

Re: clean start problem with 1.1.20

1998-10-19 Thread linas
It's been rumoured that Rob Browning said: > > Eugene Kanter <[EMAIL PROTECTED]> writes: > > > ln -sf gnucash.motif gnucash.bin > > (cd share && ln -sf ../src/scm scm) > > /bin/bash: share: No such file or directory > > Quick fix > > mkdir share > > and re-build. > > Longer term I'll have

gnucash.spec file and configure.in patch for Red Hat Motif 2.1

1998-10-19 Thread Eugene Kanter
Please find attached. I had to make a patch in order to recognize XmHTML-1.1.5 installed in /usr/X11R6/lib directory. I could not figure out how to install config files in /etc/ instead of prefix/etc. If someone knows please help. Eugene. *** ../../usr/src/redhat/BUILD/gnucash-1.1.20/configure

Re: gnucash.spec file and configure.in patch for Red Hat Motif 2.1

1998-10-19 Thread Eugene Kanter
Unfortunately my fingers slipped and hit send too early. The structure of Makefiles does not allow me to implement install_prefix (at least quicky enough) correctly. Without it rpm can not use BuildRoot directive and I do not like to build rpm packages without BuitdRoot. So result of make prefix

Re: clean start problem with 1.1.20

1998-10-19 Thread Rob Browning
Eugene Kanter <[EMAIL PROTECTED]> writes: > By looking at make output carefully I discovered swig errors These can be ignored for now... > Also makefile rules are somewhat strange, since after make motif is > completed, make install attempts to recompile quite a few files and > relink gnucash.m

Re: gnucash.spec file and configure.in patch for Red Hat Motif 2.1

1998-10-19 Thread Rob Browning
Eugene Kanter <[EMAIL PROTECTED]> writes: > I could not figure out how to install config files in /etc/ instead of > prefix/etc. If someone knows please help. ./configure --sysconfdir=/etc --prefix=/wherever ... I think... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64

Re: gnucash.spec file and configure.in patch for Red Hat Motif 2.1

1998-10-19 Thread Rob Browning
Eugene Kanter <[EMAIL PROTECTED]> writes: > I'll see how Makefiles can be rewritten correctly with install_prefix > option. Don't waste too much time on this. My next patch will make this unnecessary. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< -

Re: Latest CVS build errors

1998-10-19 Thread Jeffrey Perry
I think I got this sorted out...at least part way. I grabbed guile 1.3 from the gnucash ftp site. I am now having problems with the cvs version of XmHtml compiling. Think i need to fetch 1.5 from ftp. Why isn't this in cvs? Jeffrey Perry [EMAIL PROTECTED] - %<

Re: Latest CVS build errors

1998-10-19 Thread linas
It's been rumoured that Jeffrey Perry said: > > I think I got this sorted out...at least part way. > I grabbed guile 1.3 from the gnucash ftp site. > I am now having problems with the cvs version of XmHtml > compiling. Think i need to fetch 1.5 from ftp. > Why isn't this in cvs? Because its make