Re: Bonobo 0.32 released ...



On Thu, 18 Jan 2001, Michael Meeks wrote:

> 
>         Ximian ( in conjunction with some honorary monkeys ) is happy to
> announce that the Bonobo 0.32, 'Slicker quicker monkey' release is now    
> available. This cleans some of the API, accelerates the UI code and fixes
> much of the Canvas Item mess.   

Seems 0.33 version fails olso on the same point during compilation:

gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/X11R6/include
-I/usr/lib/glib/include -I/usr/X11R6/include  `gnome-config --cflags gnome
libIDL` -c ctx.c
Unknown library `libIDL'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/X11R6/include
-I/usr/lib/glib/include -I/usr/X11R6/include  `gnome-config --cflags gnome
libIDL` -c main.c
Unknown library `libIDL'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/X11R6/include
-I/usr/lib/glib/include -I/usr/X11R6/include  `gnome-config --cflags gnome
libIDL` -c util.c
Unknown library `libIDL'
/bin/sh ../libtool --mode=link gcc  `gnome-config --cflags gnome libIDL`
-s -o bonobo-idl `gnome-config --libs gnome libIDL` ctx.o main.o util.o  
Unknown library `libIDL'
Unknown library `libIDL'
mkdir .libs
gcc -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H
-I/usr/X11R6/lib/gnome-libs/include -I/usr/lib/glib/include -s -o
bonobo-idl -L/usr/X11R6/lib -L/usr/lib -lgnome -lgnomesupport -lesd
-laudiofile -lm -ldb3 -lglib -ldl ctx.o main.o util.o
ctx.o: In function `compute_parent':
ctx.o(.text+0xf6): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x104): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x112): undefined reference to `IDL_ns_ident_to_qstring'
ctx.o(.text+0x15d): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x16b): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x179): undefined reference to `IDL_ns_ident_to_qstring'
ctx.o: In function `ctx_compute_names':
ctx.o(.text+0x3db): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x3e9): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x3f7): undefined reference to `IDL_ns_ident_to_qstring'
ctx.o(.text+0x459): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x467): undefined reference to `IDL_check_type_cast'
ctx.o(.text+0x475): undefined reference to `IDL_ns_ident_to_qstring'
main.o: In function `generate_get_epv':
main.o(.text+0x22e): undefined reference to `IDL_check_type_cast'
main.o(.text+0x269): undefined reference to `IDL_check_type_cast'
main.o(.text+0x2bd): undefined reference to `IDL_check_type_cast'
main.o(.text+0x2cb): undefined reference to `IDL_check_type_cast'
main.o(.text+0x329): undefined reference to `IDL_check_type_cast'
main.o(.text+0x35c): more undefined references to `IDL_check_type_cast'
follow
main.o: In function `write_epv_assignement':
main.o(.text+0x4b5): undefined reference to `IDL_ns_ident_to_qstring'
main.o(.text+0x4fb): undefined reference to `IDL_check_type_cast'
main.o(.text+0x509): undefined reference to `IDL_check_type_cast'
main.o(.text+0x517): undefined reference to `IDL_ns_ident_to_qstring'
main.o: In function `search_interface':
main.o(.text+0xc21): undefined reference to `IDL_check_type_cast'
main.o(.text+0xc2f): undefined reference to `IDL_check_type_cast'
main.o: In function `generate_code':
main.o(.text+0xd06): undefined reference to `IDL_parse_filename'
main.o(.text+0xd71): undefined reference to `IDL_tree_walk_in_order'
main.o(.text+0xd80): undefined reference to `IDL_ns_free'
main.o(.text+0xd8f): undefined reference to `IDL_tree_free'
util.o: In function `IDL_tree_traverse_helper':
util.o(.text+0x50): undefined reference to `IDL_check_type_cast'
util.o(.text+0x91): undefined reference to `IDL_check_type_cast'
util.o(.text+0x9f): undefined reference to `IDL_get_parent_node'
util.o(.text+0xc7): undefined reference to `IDL_check_type_cast'
util.o: In function `IDL_tree_traverse_parents':
util.o(.text+0x136): undefined reference to `IDL_get_parent_node'
collect2: ld returned 1 exit status

In bonobo-idl/Makefile.am is uses

CFLAGS = `gnome-config --cflags gnome libIDL`
bonobo_idl_libs = `gnome-config --libs gnome libIDL`

I'm not check this but probably beter will be use symbols from libIDL.m4:

CFLAGS = @LIBIDL_CFLAGS@
bonobo_idl_libs = @LIBIDL_LIBS@

(also in configure.in must be added AM_PATH_LIBIDL() macro).

kloczek
-- 
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]