Re: [evolution-patches] Undefined reference in the resulting .so file
- From: Harish Krishnaswamy <kharish novell com>
- To: Philip Van Hoof <spam pvanhoof be>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] Undefined reference in the resulting .so file
- Date: Sat, 10 Dec 2005 18:27:11 +0530
On Fri, 2005-12-02 at 10:57 +0100, Philip Van Hoof wrote:
> Please review.
>
> This one is causing a undefined reference crash when loading the
> libcamel-provider shared object file.
> The private method isn't being used. So removing it should be ok.
The undefined reference crash means the symbol is being referred and
hence is being used, right ? :p
Grepping actually tells me the following :
./camel/camel-private.h:184:#define CAMEL_PROVIDERDIR
_camel_get_providerdir ()
./camel/camel-provider.c:119: dir = g_dir_open (CAMEL_PROVIDERDIR, 0,
NULL);
./camel/camel-provider.c:122: CAMEL_PROVIDERDIR,
g_strerror (errno));
./camel/camel-provider.c:133: name = g_strdup_printf ("%s/%s",
CAMEL_PROVIDERDIR, entry);
./camel/camel-win32.c:61: providerdir = e_util_replace_prefix
(e_util_get_prefix (), CAMEL_PROVIDERDIR);
Harish.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]