plug-ins/python/Makefile.am build patch



For me, the following is required for the python plug-in to build/run.

(Without the first hunk, the instantiation is -I-I/usr/include/...  and
 some header files aren't found; without the second hunk, I get a runtime
 (or rather, presumably, at dynamic link time) error that PyDiaText_Type
 isn't available; it is referenced by diamodule.c.)

pjm.


Index: plug-ins/python/Makefile.am
===================================================================
RCS file: /cvs/gnome/dia/plug-ins/python/Makefile.am,v
retrieving revision 1.9
diff -d -u -r1.9 Makefile.am
--- plug-ins/python/Makefile.am 2001/08/13 07:24:46     1.9
+++ plug-ins/python/Makefile.am 2001/12/16 07:14:55
@@ -1,7 +1,7 @@
 INCLUDES = \
        -I$(top_srcdir)/intl \
        -I$(top_srcdir)/lib \
-       -I$(GTK_CFLAGS) \
+       $(GTK_CFLAGS) \
        $(GNOME_CFLAGS) $(FREETYPE_CFLAGS) \
        $(LIBART_CFLAGS) \
        $(PYTHON_INCLUDES) \
@@ -46,6 +46,8 @@
        pydia-properties.h \
        pydia-property.c \
        pydia-render.c \
+       pydia-text.c \
+       pydia-text.h \
        diamodule.c \
        python.c
 




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