Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 16:34:36 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        gnome@FreeBSD.org
Subject:   ports/www/mozilla broken for WITH_CALENDAR
Message-ID:  <20030124143436.GH45728@starjuice.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030124143436.GH45728>