Date: Sat, 1 Jul 2006 15:45:08 +0300 From: Andy Fawcett <andy@athame.co.uk> To: freebsd-ports@freebsd.org Cc: Yann Golanski <yann@kierun.org> Subject: Re: taskjuggler-2.2.0 compile error Message-ID: <200607011545.09794.andy@athame.co.uk> In-Reply-To: <20060701110025.GA78200@kierun.org> References: <20060701110025.GA78200@kierun.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 01 July 2006 14:00, Yann Golanski wrote: > I am getting the following error while compiling the latest version > after updating the port tree: > > # cd /usr/ports/deskutils/taskjuggler > # make > [...] > if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include > -I/usr/X11R6/include -I/usr/local/include -DQT_THREAD_SUPPORT > -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include > -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W > -Wpointer-arith -Wwrite-strings -O2 -O2 -fno-strict-aliasing -pipe > -fno-exceptions -fno-check-new -fno-common -MT ProjectFile.lo -MD -MP > -MF ".deps/ProjectFile.Tpo" -c -o ProjectFile.lo ProjectFile.cpp; \ > then mv -f ".deps/ProjectFile.Tpo" ".deps/ProjectFile.Plo"; else rm > -f ".deps/ProjectFile.Tpo"; exit 1; fi > In file included from ProjectFile.cpp:63: > ICalReport.h:19:35: libkcal/calendarlocal.h: No such file or > directory ICalReport.h:20:26: libkcal/todo.h: No such file or > directory In file included from ProjectFile.cpp:63: Looks like taskjuggler is missing a dependency on deskutils/kdepim3 port. A. -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607011545.09794.andy>