Menu

#1 Missing gnome compile flags

open
nobody
None
5
2000-07-27
2000-07-27
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB