|
|
Subject: where is 1.2.1 - msg#00047
List: gnome.evolution.devel
Evening
I wanted to get 1.2.1 and I could not find a tarball for it on the
ftp.ximian.com site.
Checking out evolution from cvs gives me pre 1.4.1?
So what is the branche for 1.2.1? or where can I get the tarball?
--
Ron Smits <rons@xxxxxxxxxxxx>
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: libdb problem tryinh to compile 1.2.0 sources
On Thu, 12 Dec 2002 @ 4:38pm (-0000), Paul Hands wrote:
PH> Hi all,
PH>
PH> I read the knowledge base article on what to with libdb3.1.17, and did
PH> as suggested by clicking on the link to sleepycat.com.
PH> I made a directory, /export/home/evolution, then a subdirectory libdb,
PH> inside which the db-3.1.17 directory contains the results of unpacking
PH> the tar.gz file.
PH>
PH> Also in /export/home/evolution is the evolution source directory,
PH> evolution-1.2.0. Inside there, I run :-
PH> ./configure --with-db3=/export/home/libdb and I get
PH> .
PH> .
PH> .
PH>
PH> checking for db3 compiler flags...
PH> -I/export/home/evolution/libdb/include
PH> checking for db.h... no
PH> checking for db3/db.h... no
PH> checking db3 header version... configure: error: Found db.h is not
PH> version 3.1.17
PH>
PH> OK, maybe wrong pathname, so :-
PH>
PH> ./configure --with-db3=/export/home/libdb/ db-3.1.17 and I get...
PH>
PH> checking for db3 compiler flags...
PH> -I/export/home/evolution/libdb/db-3.1.17/include
PH> checking for db.h... no
PH> checking for db3/db.h... no
PH> checking db3 header version... configure: error: Found db.h is not
PH> version 3.1.17
PH>
PH> So I try ./configure with no arguments :-
PH>
PH> checking for db3 compiler flags...
PH> checking for db.h... no
PH> checking for db3/db.h... no
PH> checking db3 header version... configure: error: Found db.h is not
PH> version 3.1.17
PH>
PH> Looking in the place where I put the libdb, the only db.h files are in
PH> the build_win32, build_vms or build_vxworks directories. I've attempted
PH> pointing configure to those, but no dice.
PH>
PH> What am I doing wrong?
config.log
config.log
config.log
...always tail the last hundred lines of config[ure].log...the answer is
there, and most of the time it's some stupid environmental var not set that's
pissing off the compiler.
-lava
PH>
PH>
PH> Paul
PH>
later - | _BonaFide[] = { coder, author, | /~\ The ASCII Ribbon
Brian A. Seklecki | problem solver, scholar, BOFH, | \ / Campaign Against
| vegetarian, runner, NetBSD | X Exchange, Outlook
| advocate, spiritual machine }; | / \ & HTML Email
PGP: 0111 4618 0111 4618 4AB2 24EB C853 6611 75C4 A91E A7A7 4973
"From listening comes wisdom and from speaking repentance."
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Next Message by Date:
click to view message preview
Evolution 1.2.1 is released
Changes include:
Removing need to run killev after upgrading from 1.0.x to 1.2.x.
Auto-subscribe user to his/her IMAP INBOX
Fixed problems with Handspring Visor's and USB cradles (gnome-pilot fix)
Support for Debian Woody
variety of community and customer reported issues, many listed in the release notes found here: http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html
Thanks to all who reported issues to us either via Bugzilla or the mailing lists.
-Christine
Previous Message by Thread:
click to view message preview
Understanding Camel
Hello
In trying to understand the camel provider model I have a few questions:
0) How can I get some debugging output out of a camel provider ? printf,
fprintf and g_print all seem to have no effect.
1) I am writing a provider for a remote store. When setting up a new
account using the config druid, an attempt is made to log on to the
remote store but it does not seem possible to be able to prompt for a
password. I have lifted the following code out of the IMAP provider:
prompt = g_strdup_printf (_("%sPlease enter the IMAP "
"password for %s@%s"),
errbuf ? errbuf : "",
service->url->user,
service->url->host);
service->url->passwd =
camel_session_get_password (
session, prompt, TRUE,
service, "password", ex);
g_free (prompt);
g_free (errbuf);
This is never displayed in the druid.
The issue I have here is that, on my remote store, it is possible to
lock an account after a number of unsuccessful login attempts. If the
druid fails to login, which it always does, this will increment the
failed login count on the server.
I'd like to be able to drop out of the routine if the call is being made
from the druid. I thought that CAMEL_IS_SESSION would solve this as
that's one of the assertions in camel_session_get_password but adding a
check for this has no effect.
2) What is the flow of calls to a provider ? I have set up a call to the
get_folder_info method of a store class so that it immediately returns
an exception but, probably related to question (0), I am seeing no
output. I would like to know when, in the process of using the mail
client, each method of the store and folder classes is called.
Any help is much appreciated.
Cheers
Dave.
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Next Message by Thread:
click to view message preview
Re: where is 1.2.1
On Sat, 2002-12-14 at 08:09, Ron Smits wrote:
> Evening
>
> I wanted to get 1.2.1 and I could not find a tarball for it on the
> ftp.ximian.com site.
> Checking out evolution from cvs gives me pre 1.4.1?
Maybe you were too quick?
> So what is the branche for 1.2.1? or where can I get the tarball?
Its the evolution-1-2-branch branch
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
|
|