From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 1 16:49:55 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E189F106564A for ; Thu, 1 Jul 2010 16:49:55 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6D28FC32 for ; Thu, 1 Jul 2010 16:49:55 +0000 (UTC) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.14.4/8.14.4) with ESMTP id o61GnqE2012892 for ; Thu, 1 Jul 2010 11:49:52 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.4/8.14.4/Submit) id o61Gnqsl012891 for gnome@freebsd.org; Thu, 1 Jul 2010 11:49:52 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: FreeBSD GNOME Users Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 01 Jul 2010 11:49:51 -0500 Message-ID: <1278002991.2169.7.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.2 FreeBSD GNOME Team Port Cc: Subject: Planner failing to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 16:49:56 -0000 if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DORBIT2=3D1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/evolution-data-server-2.30 -I/usr/local/include -I/usr/local/include/ -I/usr/local/include/dbus-1.0 -I/usr/local/include/libxml2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gconf/2 -I/usr/local/include/libsoup-2.4 -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/evolution-2.30 -I/usr/local/include/unique-1.0 -I/usr/local/include/libgtkhtml-3.14 -I/usr/local/include/libgtkhtml-3.14/editor -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/enchant -I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT create-planner-source.o -MD -MP -MF ".deps/create-planner-source.Tpo" -c -o create-planner-source.o create-planner-source.c; \ then mv -f ".deps/create-planner-source.Tpo" ".deps/create-planner-source.Po"; else rm -f ".deps/create-planner-source.Tpo"; exit 1; fi create-planner-source.c:25:33: error: libgnome/gnome-init.h: No such file o= r directory create-planner-source.c: In function 'main': create-planner-source.c:74: error: 'LIBGNOME_MODULE' undeclared (first use = in this function) create-planner-source.c:74: error: (Each undeclared identifier is reported = only once create-planner-source.c:74: error: for each function it appears in.) gmake[3]: *** [create-planner-source.o] Error 1 gmake[3]: Leaving directory `/usr/ports/deskutils/planner/work/planner-0.14= .4/eds-backend/utils' gmake[2]: *** [all-recursive] Error 1 /usr/local/include/libgnome-2.0/libgnome/gnome-init.h exists, should the include above have /usr/local/include/libgnome-2.0 or am I missing a soft link in /usr/local/include? Thanks