Re: [g2port] compiles, fails on startup

2003-06-17 Thread sams
Derek Atkins ([EMAIL PROTECTED]) wrote: > [EMAIL PROTECTED] writes: > > > I have successfully gotten gnucash compiled and installed with > > absolutely no gtk-1/glib-1 libraries/headers. Here is what I had to do > > (Keep in mind this is LFS, so your packages might differ) > > download guile-1.6.

[g2port] compiles, fails on startup

2003-06-17 Thread sams
I have successfully gotten gnucash compiled and installed with absolutely no gtk-1/glib-1 libraries/headers. Here is what I had to do (Keep in mind this is LFS, so your packages might differ) download guile-1.6.4, compile, install download slib, install in $GUILE_PREFIX/share/guile/slib download g

g-wrap needs to be ported to glib-2.0

2003-06-14 Thread sams
g-wrap doesn't correctly detect glib-2.0/gtk-2.0. This should be fixed at some point. It fails to install libgwrap-glib.* and thus gnucash cannot compile. Shall I file a bug? g-wrap isn't an official part of gnucash is it? -- Samuel Stringham /"\ASCII Ribbon Campaign Co

[g2port] configure issues

2003-06-14 Thread sams
checking for gnomeConf.sh file in /home/samuel/gnucash/lib... not found configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install This file is not installed in GNOME2. Commenting out GNOME_INIT GNOME_COMPILE_WARNINGS fixed this issue. Then the confi