[gedit-list] Problem with a plugin
- From: chuchi <jbarbero quiter com>
- To: gedit list <gedit-list gnome org>
- Subject: [gedit-list] Problem with a plugin
- Date: Fri, 10 Aug 2007 11:02:30 +0200
Hi all!!
Please help me!!! I have a problem creating a gedit plugin. The error is:
** (gedit:11792): WARNING **: `register_gedit_plugin': /usr/lib/gedit-2/plugins/libcompletiontest.so: undefined symbol: register_gedit_plugin
** (gedit:11792): WARNING **: Cannot load plugin 'completiontest' since file '/usr/lib/gedit-2/plugins/libcompletiontest.so' cannot be read.
** (gedit:11792): WARNING **: Error activating plugin 'completiontest'
My Makefile.am is:
# completiontest
plugindir = $(libdir)/gedit-2/plugins
INCLUDES = \
-I$(top_srcdir) \
$(GEDIT_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \
`pkg-config --cflags gtksourcecompletion-1.0`
-DGEDIT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
plugin_LTLIBRARIES = libcompletiontest.la
libcompletiontest_la_SOURCES = \
gtc-testprovider-provider.h \
gtc-testprovider-provider.c
completiontest-plugin.h
completiontest-plugin.c \
gsc-documentwords-provider.h \
gsc-documentwords-provider.c
libcompletiontest_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) `pkg-config --libs gtksourcecompletion-1.0`
# Glade files (if you use glade for your plugin, list those files here)
gladedir = $(datadir)/gedit-2/glade
glade_DATA =
plugin_in_files = completiontest.gedit-plugin.desktop.in
%.gedit-plugin: %.gedit-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)
EXTRA_DIST = $(plugin_in_files)
CLEANFILES = $(plugin_DATA) $(glade_DATA)
DISTCLEANFILES = $(plugin_DATA) $(glade_DATA)
|
Jesús Barbero Rodríguez
Departamento de Análisis y Programación - Desarrollo tecnológico
Zoco Gran Santander, 1ª Planta ■ 39011 Peñacastillo ■ Santander ■ ESPAÑA
Tel.: +34 902 233 323 ■ Fax: +34 902 234 280
|
AVISO LEGAL: Este mensaje contiene información destinada exclusivamente al usuario de destino, pudiendo contener información confidencial o protegida legalmente. Si, por un error de envío o transmisión, ha recibido este mensaje y usted no es el destinatario del mismo, por favor, notifique de este hecho al remitente y no use, informe, distribuya, imprima, copie o difunda este mensaje bajo ningún medio . Cualquier opinión en él contenida, es exclusiva de su autor y no representa necesariamente la opinión de Quiter Servicios Informáticos, S.L.
LEGAL WARNING: This e-mail and any attachment, contain information intended solely for the addressee and may contain confidential information or legally protected data. If you are not the intended recipient, please notify the sender and do not use, disclose, distribute, copy, print or rely on this e-mail under any circumstances. The views and opinions expressed are the authorŽs own and do not necessarily reflect those of Quiter Servicios Informáticos, S.L.
|
|
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]