Re: installung gnucash-1.3.0 on SuSE-6.3

2000-03-18 Thread Hendrik Boom

 Hendrik Boom wrote:
  Since you seem to have succeeded in your installation, you presumably
  have the missing file.  Have I left out something from my SuSE
  that would explain this problem?
 
 Yes, you need to install the gettext package, which is in the d series,
 I think.

This helped.  It now gets past the ./configure.
Unfortunately, now the make gnome fails.  Mresumably I'm missing snother useful
package, the one containing various include files whose names start
starting with "gdk_".  The tail end of the installation log follows.

These initials sound familiar, but I can't quite place them.

Can you tell me where to find these?

And, to save some email, do you know of any handy way to search the SuSE
disks for packages that contains specific files that are *not* installed?

 
 One additional hint: You may need to run gnucash once as root, so that guile
 can set up a catalog for slib.

Didn't quite get this far.

-- hendrik.


...
...
...
make[3]: Entering directory `/home/hendrik/cash/expand/gnucash-1.3.0/src'
gcc -Wp,-MD,obj/gnome/MultiLedger.d.tmp -c -g -O2  -I/usr/X11R6/include -I. -I.. 
-I./engine -I./register -Ireports -I./../include -I/usr/local/include  -pg -I./gnome 
-I/opt/gnome/include -DNEED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include 
-I/usr/X11R6/include -I/usr/lib/glib/include -DGNOME -o obj/gnome/MultiLedger.o 
MultiLedger.c 
In file included from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/gnome.h:7: gdk_imlib.h: No such file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:10,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-animator.h:28: gdk_imlib.h: No such file or 
directory
In file included from /opt/gnome/include/libgnomeui/gnome-animator.h:30,
 from /opt/gnome/include/libgnomeui/libgnomeui.h:10,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-pixmap.h:7: gdk_imlib.h: No such file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:19,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-canvas-image.h:16: gdk_imlib.h: No such file or 
directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:21,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-canvas-load.h:5: gdk_imlib.h: No such file or 
directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:27,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-color-picker.h:13: gdk_imlib.h: No such file or 
directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:51,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-icon-list.h:15: gdk_imlib.h: No such file or 
directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:106,
 from /opt/gnome/include/gnome.h:9,
 from register/table-gnome.h:33,
 from register/table-allgui.h:103,
 from register/splitreg.h:54,
 from MultiLedger.h:31,
 from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-druid-page-start.h:23: gdk_imlib.h: No such file 
or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:107,
 from /opt/gnome/include/gnome.h:9,
 from 

Re: installung gnucash-1.3.0 on SuSE-6.3

2000-03-18 Thread Dave Peticolas

  Hendrik Boom wrote:
   Since you seem to have succeeded in your installation, you presumably
   have the missing file.  Have I left out something from my SuSE
   that would explain this problem?
  
  Yes, you need to install the gettext package, which is in the d series,
  I think.
 
 This helped.  It now gets past the ./configure.
 Unfortunately, now the make gnome fails.  Mresumably I'm missing snother usef
 ul
 package, the one containing various include files whose names start
 starting with "gdk_".  The tail end of the installation log follows.
 
 These initials sound familiar, but I can't quite place them.
 
 Can you tell me where to find these?

Those should be in the gtk+-devel package. You will probably need
the glib-devel and gnome-libs-devel as well.

dave

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




Re: installung gnucash-1.3.0 on SuSE-6.3

2000-03-18 Thread Mauro Triulzi

Hallo,

to get past this hurdle you need also the package

imlib   in the serie gra (all about graphics).

Greetings

Mauro

From: Hendrik Boom [EMAIL PROTECTED]
To: Herbert Thoma [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: installung gnucash-1.3.0 on SuSE-6.3
Date: Sat, 18 Mar 2000 13:59:56 -0500 (EST)

  Hendrik Boom wrote:
   Since you seem to have succeeded in your installation, you presumably
   have the missing file.  Have I left out something from my SuSE
   that would explain this problem?
 
  Yes, you need to install the gettext package, which is in the d series,
  I think.

This helped.  It now gets past the ./configure.
Unfortunately, now the make gnome fails.  Mresumably I'm missing snother 
useful
package, the one containing various include files whose names start
starting with "gdk_".  The tail end of the installation log follows.

These initials sound familiar, but I can't quite place them.

Can you tell me where to find these?

And, to save some email, do you know of any handy way to search the SuSE
disks for packages that contains specific files that are *not* installed?

 
  One additional hint: You may need to run gnucash once as root, so that 
guile
  can set up a catalog for slib.

Didn't quite get this far.

-- hendrik.


...
...
...
make[3]: Entering directory `/home/hendrik/cash/expand/gnucash-1.3.0/src'
gcc -Wp,-MD,obj/gnome/MultiLedger.d.tmp -c -g -O2  -I/usr/X11R6/include -I. 
-I.. -I./engine -I./register -Ireports -I./../include -I/usr/local/include  
-pg -I./gnome -I/opt/gnome/include -DNEED_GNOMESUPPORT_H 
-I/opt/gnome/lib/gnome-libs/include -I/usr/X11R6/include 
-I/usr/lib/glib/include -DGNOME -o obj/gnome/MultiLedger.o MultiLedger.c
In file included from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/gnome.h:7: gdk_imlib.h: No such file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:10,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-animator.h:28: gdk_imlib.h: No such 
file or directory
In file included from /opt/gnome/include/libgnomeui/gnome-animator.h:30,
  from /opt/gnome/include/libgnomeui/libgnomeui.h:10,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-pixmap.h:7: gdk_imlib.h: No such file 
or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:19,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-canvas-image.h:16: gdk_imlib.h: No such 
file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:21,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-canvas-load.h:5: gdk_imlib.h: No such 
file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:27,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-color-picker.h:13: gdk_imlib.h: No such 
file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:51,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from register/splitreg.h:54,
  from MultiLedger.h:31,
  from MultiLedger.c:30:
/opt/gnome/include/libgnomeui/gnome-icon-list.h:15: gdk_imlib.h: No such 
file or directory
In file included from /opt/gnome/include/libgnomeui/libgnomeui.h:106,
  from /opt/gnome/include/gnome.h:9,
  from register/table-gnome.h:33,
  from register/table-allgui.h:103,
  from 

Re: QIF-Import crashes Gnucash

2000-03-18 Thread Christopher Browne

On Fri, 17 Mar 2000 17:12:36 +0100, the world broke into rejoicing as
Jan-Uwe Finck [EMAIL PROTECTED]  said:
 I've just made a cvs-update and a rebuild to get the new QIF-Import.
 Fine so far. But any try to use it crashes Gnucash. Not that fine.
 
 The crashes occur either directly at trying to load the *.qif-files or
 when pressing 'ok' to accept them. The *.qif-files are produced by
 Quicken2000, german version. Gnucash running on Debian unstable.
 
 I know these informations are not that detailed,  if more are needed,
 let me now.

I'm hitting roughly the same situation; I've got some samples from Q/99
that cause GnuCash to crash with a ridiculous complaint that it's getting
the wrong type of argument in main.scm, for function (gnc:ui-main).
Which is nonsense, as (gnc:ui-main) accepts no arguments...

I've done some "cleaning" of the code, which I'll be submitting 
shortly.  It is as successful at loading .QIFs as the older code, and:
  a) Resolved some problems with splits
 The code that skips splits if they're associated with investments
 wasn't actually doing that; it was skipping 'em any time they
 weren't on a bank account.  Which crashes and burns if there's
 a split on a credit card account...
  b) Moved some large (or (eq? a 'b) (eq? a 'c) (eq? a 'd)) statements
 to (member a '(b c d)), which is quicker and clearer
  c) A few (let's) here and there to eliminate some multiple-calculations
 of values
  d) A couple 'o new HTML functions
  e) Moved (gnc:support whatever) to the *top.*  That prevents a situation
 where two files reference each other, and then get into a "dependancy
 loop."
  f) Turned some (cond ((eq? a #\whatever) (do-something)) structures into
 (case a ((#\whatever) (do-something))) which is a bit clearer and could
 (someday) be optimized better by the Scheme system.

Not perfect, but a step closer...
--
"We're all  a little weird.  And life is  a little weird. And  when we
find someone whose weirdness is  compatible with ours, we join up with
them  and  fall into  mutually  satisfying  weirdness  - and  call  it
love..." -- R. Fulghum
[EMAIL PROTECTED] - http://www.hex.net/~cbbrowne/lsf.html

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




Re: installung gnucash-1.3.0 on SuSE-6.3

2000-03-18 Thread Hendrik Boom

 
 This helped.  It now gets past the ./configure.
 Unfortunately, now the make gnome fails.  Mresumably I'm missing snother useful
 package, the one containing various include files whose names start
 starting with "gdk_".  The tail end of the installation log follows.
 
 These initials sound familiar, but I can't quite place them.
 
 Can you tell me where to find these?
 
 And, to save some email, do you know of any handy way to search the SuSE
 disks for packages that contains specific files that are *not* installed?

Thanks for the hints.
The package I wanted turned out to be imlibdev.
Please mention *this* in the README.SuSE, too.

Now it is running nicely, except that importing quicken files seems to
be *awfully* slow.  It looks as if the program crashes, but come back after doing the 
laundry, and, lo, the import has finished.

I guess I only have to do this once. loacing ans saving are fast enough, though.

 
  
  One additional hint: You may need to run gnucash once as root, so that guile
  can set up a catalog for slib.

I guess I have to find out about guile to know what this means.
Just doing it worked fine, though.

-- hendrik.

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