FVWM Bug Tracking notification new message incoming/733
Message summary for PR#733 From: [EMAIL PROTECTED] Subject: [patch] "checking whether trivial gnome compilation passes" fails Date: Wed, 04 Jul 2001 04:44:49 -0500 0 replies 0 followups ====> ORIGINAL MESSAGE FOLLOWS <==== >From [EMAIL PROTECTED] Wed Jul 04 04:44:51 2001 Received: from karazm.math.uh.edu ([129.7.128.1]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15HjDH-0000ls-00 for [EMAIL PROTECTED]; Wed, 04 Jul 2001 04:44:51 -0500 Received: from malifon.math.uh.edu (IDENT:[EMAIL PROTECTED] [129.7.128.13]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id EAA19100 for <[EMAIL PROTECTED]>; Wed, 4 Jul 2001 04:44:50 -0500 (CDT) From: [EMAIL PROTECTED] Received: from localhost ([127.0.0.1] ident=65534) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15HjDF-0000lo-00 for [EMAIL PROTECTED]; Wed, 04 Jul 2001 04:44:49 -0500 To: [EMAIL PROTECTED] Subject: [patch] "checking whether trivial gnome compilation passes" fails Message-Id: <[EMAIL PROTECTED]> Date: Wed, 04 Jul 2001 04:44:49 -0500 Full_Name: Adrian Bunk Version: 2.4.0 CVS_Date: OS: NetBSD/sparc-1.5 X_Server: Submission from: (NULL) (141.84.69.17) .. checking whether trivial gnome compilation passes... no ... config.log says: ... In file included from configure:5913: /usr/local/include/gnome.h:14: gtk/gtk.h: No such file or directory In file included from /usr/local/include/gdk_imlib.h:5, from /usr/local/include/gnome.h:15, from configure:5913: /usr/local/include/gdk_imlib_types.h:1: gdk/gdk.h: No such file or directory ... The problem is the moved location of the GTK header files in the latest versions of GTK. The following patch fixed it for me (and FVWM compiled and runs successfully): --- acinclude.m4.old Wed Jul 4 09:37:46 2001 +++ acinclude.m4 Wed Jul 4 09:38:10 2001 @@ -888,7 +888,7 @@ AC_MSG_CHECKING(whether trivial gnome compilation passes) my_CPPFLAGS="$CPPFLAGS" my_LIBS="$LIBS" - CPPFLAGS="$CPPFLAGS $GNOME_INCLUDEDIR" + CPPFLAGS="$CPPFLAGS $GNOME_INCLUDEDIR $GTK_CFLAGS" LIBS="$LIBS $GNOME_LIBDIR $GNOMEUI_LIBS" AC_TRY_RUN([ #include <gnome.h> -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]