RE: [Evolution] Compilation



I have some problem with compilation.

I have latest helixcode gnome
I fetch evolution packages from gnome.labs.redhat.com
and try compilation it and instalation.
-------------------------------------------
cd /var/tmp/

cd ../oaf-0.4.0/
./configure --prefix=/usr
make
make install
cd ..

cd gtkhtml-0.5/
./configure --prefix=/usr
make
make install
cd ..

cd  libunicode-0.4/
./configure --prefix=/usr
make
make install
cd ..

cd gnome-vfs-0.2/
./configure --prefix=/usr
make
make install
cd ..

cd GConf-0.5/
./configure --prefix=/usr
make
make install
cd ..

cd bonobo-0.15/
./configure --prefix=/usr
make
make install
cd ..

cd evolution-0.2/
./configure --prefix=/usr
make
--------------------------------------------------------------

IN ./configure --prefix=/usr I received this warning: But when I tried set
GCONF_CONFIG, nothing was changed.
----------------------
checking for gconf-config... (cached) no
checking for GCONF - version >= 0.5.0... no
*** The gconf-config script installed by GCONF could not be found
*** If GCONF was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GCONF_CONFIG environment variable to the
*** full path to gconf-config.
----------------------


After this I try compile it and receive this error

# make
...
gcc -g -O2 -Wall -Wunused -I/usr/include -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/gnome-xml -rdynamic -L/usr/lib -L/usr/X11R6/lib -lbonobo
-lgdk_pixbuf -ltiff -ljpeg -lpng -lgnomeprint -lgnomeui -lart_lgpl -lgdk_imlib
-lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd
-laudiofile -ldb1 -ldl -lxml -lz -loaf -lORBitCosNaming -lORBit -lIIOP
-lORBitutil -lglib -lnsl -lm -o evolution e-component-registry.o
e-corba-storage-registry.o e-corba-storage.o e-folder-type-registry.o
e-folder.o e-local-folder.o e-local-storage.o e-setup.o
e-shell-folder-creation-dialog.o e-shell-folder-selection-dialog.o
e-shell-folder-title-bar.o e-shell-utils.o e-shell-view-menu.o e-shell-view.o
e-shell.o e-shortcuts-view.o e-shortcuts.o e-storage-set-view.o e-storage-set.o
e-storage.o evolution-shell-client.o evolution-shell-component-client.o main.o
libeshell.a ../widgets/shortcut-bar/libshortcut-bar.a
../widgets/e-paned/libepaned.a ../widgets/e-text/libetext.a
../widgets/misc/libemiscwidgets.a ../e-util/.libs/libeutil.al -lbonobo
-lgdk_pixbuf -ltiff -ljpeg -lpng -lgnomeprint -lgnomeui -lart_lgpl -lgdk_imlib
-lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd
-laudiofile -ldb1 -ldl -lxml -lz -loaf -lORBitCosNaming -lORBit -lIIOP
-lORBitutil -lglib -lnsl -lm -L/usr/lib -loaf -lORBitCosNaming -lORBit -lIIOP
-lORBitutil -lglib -lnsl -lm -rdynamic -L/usr/lib -L/usr/X11R6/lib -lbonobo
-lgnomeprint -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lnsl
-lglade-gnome -lglade -lxml -lgdk_pixbuf -ltiff -ljpeg -lpng -lz
-lgnomecanvaspixbuf -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk
-lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1
-lglib -ldl
e-shell-view.o: In function `e_shell_view_save_settings':
/var/tmp/evolution-0.2/shell/e-shell-view.c:997: undefined reference to
`gconf_client_get_type'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1010: undefined reference to
`gconf_client_set_int'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1011: undefined reference to
`gconf_client_set_int'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1015: undefined reference to
`gconf_client_set_string'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1018: undefined reference to
`gconf_client_unset'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1022: undefined reference to
`gconf_error_destroy'
e-shell-view.o: In function `e_shell_view_load_settings':
/var/tmp/evolution-0.2/shell/e-shell-view.c:1056: undefined reference to
`gconf_client_get_type'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1069: undefined reference to
`gconf_client_get_int'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1072: undefined reference to
`gconf_client_get_int'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1075: undefined reference to
`gconf_client_get_string'
/var/tmp/evolution-0.2/shell/e-shell-view.c:1081: undefined reference to
`gconf_error_destroy'
e-shell.o: In function `e_shell_save_settings':
/var/tmp/evolution-0.2/shell/e-shell.c:651: undefined reference to
`gconf_client_set_int'
/var/tmp/evolution-0.2/shell/e-shell.c:653: undefined reference to
`gconf_client_suggest_sync'
e-shell.o: In function `e_shell_restore_from_settings':
/var/tmp/evolution-0.2/shell/e-shell.c:683: undefined reference to
`gconf_client_get_int'
/var/tmp/evolution-0.2/shell/e-shell.c:685: undefined reference to
`gconf_error_destroy'
main.o: In function `idle_cb':
/var/tmp/evolution-0.2/shell/main.c:165: undefined reference to
`gconf_client_new'
main.o: In function `main':
/var/tmp/evolution-0.2/shell/main.c:212: undefined reference to `gconf_init'
collect2: ld returned 1 exit status
make[3]: *** [evolution] Error 1
make[3]: Leaving directory `/var/tmp/evolution-0.2/shell'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/evolution-0.2/shell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/evolution-0.2'
make: *** [all-recursive-am] Error 2
#

Do anybody know solution?

Bye

Pavel


----------------------------------
E-Mail: Pavel Lisy <pali tmapy cz>
Date: 12-Jul-2000
Time: 12:24:05

This message was sent by XFMail
----------------------------------




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