Missing gnome compile flags
Status: Pre-Alpha
Brought to you by:
warmenhoven
When trying to compile crossword, I got a message from the compiler it could not find "gnomesupport.h". It seems more flags are needed to the compiler to tell it where to look for include files. I did the following patch which seems to solve the problem:
--- src/Makefile.am~ Tue Apr 4 21:53:24 2000
+++ src/Makefile.am Thu Jul 27 16:03:23 2000
@@ -3,6 +3,6 @@
crossword_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
xwcreate_SOURCES = about.c editor.c parse.c write.c xwcreate.c
xwcreate_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
-INCLUDES = @GTK_CFLAGS@
+INCLUDES = @GTK_CFLAGS@ @GNOME_INCLUDEDIR@
EXTRA_DIST = crossword.h xwcreate.h data.h