[evolution-patches] Undefined reference in the resulting .so file



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.


-- 
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
http://www.pvanhoof.be - http://www.x-tend.be
? camel-mime-tables.c
? providers/hula/Makefile
? providers/hula/Makefile.in
Index: camel-private.h
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/camel-private.h,v
retrieving revision 1.36
diff -u -r1.36 camel-private.h
--- camel-private.h	1 Dec 2005 15:51:37 -0000	1.36
+++ camel-private.h	2 Dec 2005 09:55:36 -0000
@@ -172,16 +172,12 @@
 
 const char *_camel_get_localedir (void) G_GNUC_CONST;
 const char *_camel_get_libexecdir (void) G_GNUC_CONST;
-const char *_camel_get_providerdir (void) G_GNUC_CONST;
 
 #undef EVOLUTION_LOCALEDIR
 #define EVOLUTION_LOCALEDIR _camel_get_localedir ()
 
 #undef CAMEL_LIBEXECDIR
 #define CAMEL_LIBEXECDIR _camel_get_libexecdir ()
-
-#undef CAMEL_PROVIDERDIR
-#define CAMEL_PROVIDERDIR _camel_get_providerdir ()
 
 #endif /* G_OS_WIN32 */
 


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