problems compiling Evolution



Hello, 

I got quite a few problems trying to compile evolution, I have a Solaris 8 system, but all the libraries are GNU, and I have installed the latest stable version of gnome and GTK, after messing around with the includes for a bit I got it to compile, but when linking I get the following errors...

>make
/bin/sh ../../libtool --mode=link gcc  -g -O2    -o test-dateedit  test-dateedit.o ./libemiscwidgets.a						../../e-util/libeutil.la					-L/hostname/gnome/lib -L/hostname/gnome//lib -L/opt/gnome/lib -L/usr/openwin/lib -R/usr/openwin/lib -R/hostname/gnome/lib -lgal -lgnomeprint -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -ldl -lXi -lgnome -lgnomesupport -lesd -lresolv -lrt -laudiofile -ldb-3 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -lXext -lX11 -lsocket -lnsl -lm -lgnomecanvaspixbuf -lunicode -lpthread -L/hostname/gnome/lib -lgthread -lglib -lthread -L/opt/gnome/lib -lunicode 
gcc -g -O2 -o test-dateedit test-dateedit.o ./libemiscwidgets.a ../../e-util/.libs/libeutil.al -L/opt/gnome/lib -lunicode -L/hostname/gnome/lib -L/hostname/gnome//lib -L/opt/gnome/lib -L/usr/openwin/lib -lgal -lgnomeprint -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -ldl -lXi -lgnome -lgnomesupport -lesd -lresolv -lrt -laudiofile -ldb-3 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -lXext -lX11 -lsocket -lnsl -lm -lgnomecanvaspixbuf -lunicode -lpthread -L/hostname/gnome/lib -lgthread -lglib -lthread -L/opt/gnome/lib -lunicode -Wl,--rpath -Wl,/usr/openwin/lib -Wl,--rpath -Wl,/hostname/gnome/lib -Wl,--rpath -Wl,/usr/openwin/lib -Wl,--rpath -Wl,/hostname/gnome/lib
./libemiscwidgets.a(e-dateedit.o): In function `create_children':
/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:473: undefined reference to `_'
/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:479: undefined reference to `_'
/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:487: undefined reference to `_'
./libemiscwidgets.a(e-dateedit.o): In function `rebuild_time_popup':
/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:1314: undefined reference to `_'
/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:1317: undefined reference to `_'
./libemiscwidgets.a(e-dateedit.o):/home/roberto/gnome/evolution-0.9/widgets/misc/e-dateedit.c:1339: more undefined references to `_' follow
collect2: ld returned 1 exit status
make: *** [test-dateedit] Error 1
>Exit code: 512

The lines that are erroring out are this ones:

473:	priv->now_button = gtk_button_new_with_label (_("Now"));
479:	priv->today_button = gtk_button_new_with_label (_("Today"));
487:	priv->none_button = gtk_button_new_with_label (_("None"));
1314:				format = _("%H:%M");
1317:				format = _("%I:%M %p");

I know that this is more a GTK problem that a gnome itself, but I was hoping someone could help me out, trying to get GTK help would mean having to subscribe to yet another mailing list, and the list is already too big.

Thank you in advance.




--------
==========================================================================
| Roberto Moral Denche       |                                           |
| UNIX Systems Administrator | It might look like I'm standing motionless|
| Susquehanna Partners, GP.  | but I'm actively waiting for my problems  |
| roberto susq com           | to go away                                |
| 1 610 617 2813             |                          - Scott Adams -  |
==========================================================================
| This email is confidential and intended solely for the use of the      |
| individual to whom it is addressed. Any views or opinions presented are|
| solely those of the author and do not necessarily represent those of   |
| Susquehanna Partners GP. If you are not the intended recipient, be     |
| be advised that you have received this email in error and that any use,|
| dissemination, forwarding, printing, or copying of this email is       |
| strictly prohibited.                                                   |
==========================================================================




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