Menu

#1 ipxplugins-0.3.2 compile problems

open
nobody
None
5
2005-02-18
2005-02-18
No

Hi,

I've just tried to install the plugins onto my Fedora
FC2 system. I found that localOperator.c would not
compile because drawable->id was not recognised. I
could get the file to compile by change all instances
to drawable->id to drawable->drawable_id.

However, I still encountered the following error what
running make:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl
-I/usr/include/gimp-2.0 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-DLOCALEDIR=\""/usr/local/share/locale"\"
-DDATADIR=\""/usr/local/share/ipxplugins"\"
-DPLUGIN_NAME=\""ipxplugins"\" -DGTK_DISABLE_COMPAT_H
-g -O2 -Wall -c ipxPlugin.c
ipxPlugin.c: In function `main':
ipxPlugin.c:28: error: `PLUG_IN_INFO' undeclared (first
use in this function)
ipxPlugin.c:28: error: (Each undeclared identifier is
reported only once
ipxPlugin.c:28: error: for each function it appears in.)
make: *** [ipxPlugin.o] Error 1

I have no idea where PLUG_IN_INFO should be declared.
Any ideas?

Regards,

Bryn

Discussion


Log in to post a comment.