From owner-freebsd-questions Sat Sep 21 8:55:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C1537B401 for ; Sat, 21 Sep 2002 08:55:35 -0700 (PDT) Received: from monsterjam.org (rdu74-164-138.nc.rr.com [24.74.164.138]) by mx1.FreeBSD.org (Postfix) with SMTP id 50D5243E4A for ; Sat, 21 Sep 2002 08:55:34 -0700 (PDT) (envelope-from jason@monsterjam.org) Received: (qmail 7041 invoked by uid 1005); 21 Sep 2002 15:55:33 -0000 Received: from jason@monsterjam.org by monsterjam.org by uid 1002 with qmail-scanner-1.14 (clamscan: 0.24. Clear:. Processed in 0.866822 secs); 21 Sep 2002 15:55:33 -0000 Received: from unknown (HELO monsterjam.org) (10.1.1.3) by 0 with SMTP; 21 Sep 2002 15:55:31 -0000 Date: Sat, 21 Sep 2002 11:55:31 -0400 (EDT) From: jason To: freebsd-questions@freebsd.org Subject: problem with /usr/ports/print/cups-pstoraster Message-ID: <20020921115156.E83307-100000@monsterjam.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im having trouble getting this port to compile on 4.5-RC FreeBSD 4.5-RC #0: Sat Jan 26 00:52:46 EST 2002 monsterjam# pwd /usr/ports/print/cups-pstoraster monsterjam# make install ===> Building for cups-pstoraster-7.05.5 /bin/mkdir -p /usr/ports/print/cups-pstoraster/work/espgs-7.05.5/bin /bin/mkdir -p /usr/ports/print/cups-pstoraster/work/espgs-7.05.5/obj cc -DHAVE_MKSTEMP -O -pipe -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wcast-qual -Wwrite-strings -fno-builtin -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_ST_BLOCKS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LIBM=1 -DHAVE_PNG_H=1 -DHAVE_MKSTEMP=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 -DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MODF=1 -DHAVE_POW=1 -DHAVE_PUTENV=1 -DHAVE_RINT=1 -DHAVE_SETENV=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 -I./obj -I./src -o ./obj/sdctc.o -c ./src/sdctc.c In file included from ./src/sdctc.c:20: obj/jpeglib_.h:1: jpeglib.h: No such file or directory In file included from ./src/sdctc.c:24: src/sdct.h:61: field `err' has incomplete type src/sdct.h:73: field `err' has incomplete type src/sdct.h:75: field `cinfo' has incomplete type src/sdct.h:76: field `destination' has incomplete type src/sdct.h:87: field `err' has incomplete type src/sdct.h:90: field `dinfo' has incomplete type src/sdct.h:91: field `source' has incomplete type gmake: *** [obj/sdctc.o] Error 1 *** Error code 2 Stop in /usr/ports/print/cups-pstoraster. its complaining about jpeglib.h but I do have jpeg installed from the ports. /usr/ports/graphics/jpeg and I rand ldconfig after installing any ideas? Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message