When building gnomepim with -DWITH_PILOT, the build fails with the following errors: checking for /usr/X11R6/include/pi-version.h... no configure: error: Unable to find pi-version.h ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. Fix: Apply this patch to the port Makefile: How-To-Repeat: cd /usr/ports/deskutils/gnomepim ; make -DIWTH_PILOT
This patch is probably a little better now that I think about it. --- Makefile.orig Thu Dec 6 21:48:35 2001 +++ Makefile Thu Dec 6 22:05:18 2001 @@ -29,6 +29,7 @@ LIBS= -L${LOCALBASE}/lib .if !defined(WITH_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +.else CPPFLAGS+= -I${LOCALBASE}/pilot/include LIBS+= -L${LOCALBASE}/pilot/lib .endif
Responsible Changed From-To: freebsd-ports->gnome Over to maintainers
State Changed From-To: open->closed Committed, thanks!