From owner-freebsd-gnome Fri Jan 24 6:34:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68FE37B401 for ; Fri, 24 Jan 2003 06:34:42 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E2E43ED8 for ; Fri, 24 Jan 2003 06:34:40 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18c4uj-000G9m-00 for gnome@FreeBSD.org; Fri, 24 Jan 2003 16:34:37 +0200 Date: Fri, 24 Jan 2003 16:34:36 +0200 From: Sheldon Hearn To: gnome@FreeBSD.org Subject: ports/www/mozilla broken for WITH_CALENDAR Message-ID: <20030124143436.GH45728@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I just tried the mozilla-1.2.1_2 port (ports/www/mozilla) on 5.0-CURRENT and found that it's broken for the WITH_CALENDAR case. I built it with WITHOUT_CHATZILLA= yes WITHOUT_XFT= yes WITH_CALENDAR= yes WITHOUT_MAILNEWS= yes WITHOUT_COMPOSER= yes and the build failed here: gmake[3]: Entering directory `/usr/ports/www/mozilla/work/mozilla/calendar/libxpical' oeICalEventImpl.cpp c++ -o oeICalEventImpl.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" \ -DOJI -I../../dist/include/xpcom -I../../dist/include/appshell \ -I../../dist/include/string -I../../dist/include/timer \ -I../../dist/include/necko -I../../dist/include/msgcompose \ -I../../dist/include/addrbook -I../../dist/include/ical \ -I../../dist/include/icalss -I../../dist/include/calendar \ -I../../dist/include \ -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr \ -I/usr/local/include -I/usr/X11R6/include -fPIC \ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions \ -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual \ -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=pentium3 \ -fshort-wchar -pipe -DNDEBUG -DTRIMMED -ffunction-sections \ -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -DICAL_DEBUG oeICalEventImpl.cpp oeICalEventImpl.cpp:51:26: nsMsgCompCID.h: No such file or directory oeICalEventImpl.cpp:52:25: nsAbBaseCID.h: No such file or directory oeICalEventImpl.cpp:53:23: nsIAbCard.h: No such file or directory oeICalEventImpl.cpp:54:30: nsIMsgAttachment.h: No such file or directory [...] Now nsMsgCompCID.h and nsAbBaseCID.h are in the compose/build and addrbook/build subdirectories of mozilla, but nsIAbCard.h and nsIMsgAttachment.h don't exist. Any ideas? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message