hi linux nurds!
I want to use the Evolution email program on linux slackware 10.0 but I couldn't see a recent compiled version for slackware i.e. evo-2.6 or 2.4
I looked at the requirements to compile Evo. and saw that it needs libsoup
libsoup doesn't compile!
I have gcc version 3.3.4 and kernel 2.4.26
here is what I get when I type "make" after "./configure"
Code:
.
.
.
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -I/usr/include/libxml2 -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-marshal.lo -MD -MP -MF .deps/soup-marshal.Tpo -c soup-marshal.c -fPIC -DPIC -o .libs/soup-marshal.o
In file included from soup-marshal.c:1:
soup-marshal.h:5:32: glib-object.h: No such file or directory
In file included from soup-marshal.c:1:
soup-marshal.h:22: error: syntax error before "extern"
soup-marshal.h:22: error: parse error before '*' token
soup-marshal.h:27: warning: function declaration isn't a prototype
soup-marshal.c:3:32: glib-object.h: No such file or directory
soup-marshal.c:58: error: syntax error before "void"
soup-marshal.c:59: error: parse error before '*' token
soup-marshal.c:65: warning: function declaration isn't a prototype
soup-marshal.c: In function `soup_marshal_VOID__OBJECT_STRING_STRING_POINTER_POINTER':
soup-marshal.c:66: error: parse error before "data1"
soup-marshal.c:72: warning: function declaration isn't a prototype
soup-marshal.c:74: error: syntax error before '*' token
soup-marshal.c:75: error: syntax error before "data1"
soup-marshal.c:77: warning: implicit declaration of function `g_return_if_fail'
soup-marshal.c:77: error: `n_param_values' undeclared (first use in this function)
soup-marshal.c:77: error: (Each undeclared identifier is reported only once
soup-marshal.c:77: error: for each function it appears in.)
soup-marshal.c:79: warning: implicit declaration of function `G_CCLOSURE_SWAP_DATA'
soup-marshal.c:79: error: `closure' undeclared (first use in this function)
soup-marshal.c:81: error: `data1' undeclared (first use in this function)
soup-marshal.c:82: error: `data2' undeclared (first use in this function)
soup-marshal.c:82: warning: implicit declaration of function `g_value_peek_pointer'
soup-marshal.c:82: error: `param_values' undeclared (first use in this function)
soup-marshal.c:89: error: `marshal_data' undeclared (first use in this function)
soup-marshal.c:89: error: `cc' undeclared (first use in this function)
make[3]: *** [soup-marshal.lo] Error 1
make[3]: Leaving directory `.../libsoup-2.2.91/libsoup'
make[2]: *** [all] Error 2
make[2]: Leaving directory `.../libsoup-2.2.91/libsoup'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `.../libsoup-2.2.91'
make: *** [all] Error 2
any ideas?
I just changed the real path to libsuop in this post to "..."
I use kmail-1.6.2 to read my email and I don't like it much.
It doesn't save the imap emails for reading offline!
If I want to get kmail 1.7 I have to update KDE or install certain kde packages, right?
I also have another question with gnome themes on kde.
When I use firefox or gaim (which use the gtk) on kde, they look ugly unlike how they look when I'm in gnome.
Does anyone know how to solve this?