-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have troubles compiling libgnomedb-1.0.3-2. It stops pretty fast after
configuring with the following messages. Any ideas?
Thanks, Andreas
<snip>
db-shell.c:22:36: libgnomeui/gnome-about.h: No such file or directory
In file included from db-shell.c:24:
../libgnomedb/gnome-db-window.h:26:40: bonobo/bonobo-ui-component.h: No
such file or directory
../libgnomedb/gnome-db-window.h:27:34: bonobo/bonobo-window.h: No such
file or directory
In file included from db-shell.c:24:
../libgnomedb/gnome-db-window.h:42: error: parse error before "BonoboWindow"
../libgnomedb/gnome-db-window.h:42: warning: no semicolon at end of
struct or union
../libgnomedb/gnome-db-window.h:44: error: parse error before '}' token
../libgnomedb/gnome-db-window.h:47: error: parse error before
"BonoboWindowClass"
../libgnomedb/gnome-db-window.h:47: warning: no semicolon at end of
struct or union
../libgnomedb/gnome-db-window.h:50: error: parse error before '}' token
../libgnomedb/gnome-db-window.h:52: error: parse error before
"gnome_db_window_get_type"
../libgnomedb/gnome-db-window.h:52: warning: type defaults to `int' in
declaration of `gnome_db_window_get_type'
../libgnomedb/gnome-db-window.h:52: warning: data definition has no type
or storage class
../libgnomedb/gnome-db-window.h:54: error: parse error before '*' token
../libgnomedb/gnome-db-window.h:57: error: parse error before "BonoboUIVerb"
../libgnomedb/gnome-db-window.h:58: warning: type defaults to `int' in
declaration of `gnome_db_window_new'
../libgnomedb/gnome-db-window.h:58: warning: data definition has no type
or storage class
../libgnomedb/gnome-db-window.h:62: error: parse error before '*' token
../libgnomedb/gnome-db-window.h:62: warning: type defaults to `int' in
declaration of `gnome_db_window_get_contents'
../libgnomedb/gnome-db-window.h:62: warning: data definition has no type
or storage class
../libgnomedb/gnome-db-window.h:64: error: parse error before "GtkWidget"
../libgnomedb/gnome-db-window.h:68: error: parse error before '*' token
../libgnomedb/gnome-db-window.h:68: warning: type defaults to `int' in
declaration of `gnome_db_window_get_ui_component'
../libgnomedb/gnome-db-window.h:68: warning: data definition has no type
or storage class
../libgnomedb/gnome-db-window.h:69: error: parse error before
"gnome_db_window_get_ui_container"
../libgnomedb/gnome-db-window.h:69: warning: type defaults to `int' in
declaration of `gnome_db_window_get_ui_container'
../libgnomedb/gnome-db-window.h:69: warning: data definition has no type
or storage class
db-shell.c:38: error: parse error before '*' token
db-shell.c: In function `command_about':
db-shell.c:56: error: `data' undeclared (first use in this function)
db-shell.c:56: error: (Each undeclared identifier is reported only once
db-shell.c:56: error: for each function it appears in.)
db-shell.c:60: warning: implicit declaration of function `gnome_about_new'
db-shell.c:66: warning: assignment makes pointer from integer without a cast
db-shell.c:70: warning: implicit declaration of function
`gtk_window_set_transient_for'
db-shell.c:70: warning: implicit declaration of function `GTK_WINDOW'
db-shell.c: At top level:
db-shell.c:76: error: parse error before '*' token
db-shell.c: In function `command_close':
db-shell.c:78: error: `data' undeclared (first use in this function)
db-shell.c: At top level:
db-shell.c:84: error: parse error before '*' token
db-shell.c: In function `command_delete':
db-shell.c:86: error: `data' undeclared (first use in this function)
db-shell.c: At top level:
db-shell.c:93: error: parse error before '*' token
db-shell.c: In function `command_edit_properties':
db-shell.c:95: error: `data' undeclared (first use in this function)
db-shell.c: At top level:
db-shell.c:102: error: parse error before '*' token
db-shell.c: In function `command_new':
db-shell.c:104: error: `data' undeclared (first use in this function)
db-shell.c: At top level:
db-shell.c:111: error: parse error before '*' token
db-shell.c:116: error: parse error before '*' token
db-shell.c: In function `command_save_connection':
db-shell.c:118: error: `data' undeclared (first use in this function)
db-shell.c:118: warning: unused variable `dsd'
db-shell.c: At top level:
db-shell.c:123: error: parse error before "db_shell_verbs"
db-shell.c:123: warning: type defaults to `int' in declaration of
`db_shell_verbs'
db-shell.c:124: warning: implicit declaration of function `BONOBO_UI_VERB'
db-shell.c:124: error: initializer element is not constant
db-shell.c:124: error: (near initialization for `db_shell_verbs[0]')
db-shell.c:125: error: initializer element is not constant
db-shell.c:125: error: (near initialization for `db_shell_verbs[1]')
db-shell.c:126: error: initializer element is not constant
db-shell.c:126: error: (near initialization for `db_shell_verbs[2]')
db-shell.c:127: error: initializer element is not constant
db-shell.c:127: error: (near initialization for `db_shell_verbs[3]')
db-shell.c:128: error: initializer element is not constant
db-shell.c:128: error: (near initialization for `db_shell_verbs[4]')
db-shell.c:129: error: initializer element is not constant
db-shell.c:129: error: (near initialization for `db_shell_verbs[5]')
db-shell.c:130: error: initializer element is not constant
db-shell.c:130: error: (near initialization for `db_shell_verbs[6]')
db-shell.c:133: error: `BONOBO_UI_VERB_END' undeclared here (not in a
function)
db-shell.c:133: error: initializer element is not constant
db-shell.c:133: error: (near initialization for `db_shell_verbs[7]')
db-shell.c:133: warning: data definition has no type or storage class
db-shell.c: In function `sensitize_ui':
db-shell.c:151: error: `BonoboUIComponent' undeclared (first use in this
function)
db-shell.c:151: error: `uic' undeclared (first use in this function)
db-shell.c:160: warning: implicit declaration of function
`bonobo_ui_component_set_prop'
db-shell.c: In function `db_shell_new':
db-shell.c:193: warning: assignment from incompatible pointer type
db-shell.c:199: warning: implicit declaration of function
`gtk_window_set_default_size'
make[1]: *** [db-shell.lo] Error 1
make: *** [all-recursive] Error 1
### execution of failed, exit code 2
Failed: compiling libgnomedb-1.0.3-2 failed
</snip>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQEVAwUBQCyLb3/YXkKLJryfAQLgugf+IXsL1MoivEY2cY/rQj53UnVin3BoCOtp
4QMsZOnO4fxO2uS8aUwjC+jlZmEtgprhqlHj9TP2aP5B2Z1TMkKFAuoV+/DeOzyR
SP678BrCcKay9ez6Rhqn21ssfrCYxXDxIM0MHcd5KKCn/cBfY4RO8ko+c6F+7N0n
TlPSskQd8g71427LFy/fI+YUDP8/mRHzbCOS5zkU4xVyqyZpw211CP7xM1i8oe8t
ixFS5lysBypBi9vljTHpQ85/yFot98pypnNqO+JgGyeEvqW1UTp7jnNC96gPupZh
0ZqnKfLrnH9QT4rfpKgrkwSSSqhXe1tUKVftscQpwOn2QmXyFWa34Q==
=dwBv
-----END PGP SIGNATURE-----
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users