Re: short tutorial on writing bonobo controls
- From: Makoto SHIGA <m-shiga fjb co jp>
- To: gnome-components-list gnome org
- Cc: dirkjan gnome org
- Subject: Re: short tutorial on writing bonobo controls
- Date: Tue, 19 Sep 2000 12:13:06 +0900
hello.
I read this tutorial.
This page is very meaningful for me.
I have studied about controls and containers.
but I download a source file but can't compile.
How do I should do?
I use
bonobo(from CVS)
oaf version 0.5.1
and follow is error code
gcc -o test-container test-container.o `gnome-config --libs gnome` `gnome-config --libs bonobox` -lbonobo
test-container.o: In function `container_create':
test-container.o(.text+0x2a0): undefined reference to `bonobo_ui_handler_new_for_app'
/usr/lib/libbonobox.so: undefined reference to `xmlNodeSetContent'
/usr/lib/libbonobox.so: undefined reference to `xmlNewDocNode'
/usr/lib/libbonobox.so: undefined reference to `xmlAddPrevSibling'
/usr/lib/libbonobox.so: undefined reference to `xmlDocDump'
/usr/lib/libbonobox.so: undefined reference to `xmlNewDoc'
/usr/lib/libbonobox.so: undefined reference to `xmlDocDumpMemory'
/usr/lib/libbonobox.so: undefined reference to `xmlFreeDoc'
/usr/lib/libbonobox.so: undefined reference to `xmlNewChild'
/usr/lib/libbonobox.so: undefined reference to `xmlNodeGetContent'
/usr/lib/libbonobox.so: undefined reference to `xmlParseFile'
/usr/lib/libbonobox.so: undefined reference to `xmlGetProp'
/usr/lib/libbonobox.so: undefined reference to `xmlFreeNode'
/usr/lib/libbonobox.so: undefined reference to `xmlNewProp'
/usr/lib/libbonobox.so: undefined reference to `xmlUnlinkNode'
/usr/lib/libbonobox.so: undefined reference to `xmlNodeListGetString'
/usr/lib/libbonobox.so: undefined reference to `xmlParseDoc'
/usr/lib/libbonobox.so: undefined reference to `xmlReplaceNode'
/usr/lib/libbonobox.so: undefined reference to `xmlSetProp'
/usr/lib/libbonobox.so: undefined reference to `xmlNewNode'
/usr/lib/libbonobox.so: undefined reference to `xmlAddChild'
/usr/lib/libbonobox.so: undefined reference to `xmlCopyPropList'
collect2: ld returned 1 exit status
make: *** [test-container] Error 1
thanks in advance
-makoto
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]