From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 14:08:13 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C0F3106564A for ; Thu, 28 Oct 2010 14:08:13 +0000 (UTC) (envelope-from fred@blakemfg.com) Received: from mail.getnet.net (mail.getnet.net [216.19.223.10]) by mx1.freebsd.org (Postfix) with SMTP id F34148FC16 for ; Thu, 28 Oct 2010 14:08:12 +0000 (UTC) Received: (qmail 14038 invoked from network); 28 Oct 2010 14:08:12 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 28 Oct 2010 14:08:12 -0000 X-Virus-Scanned: amavisd-new at getnet.net Received: from mail.getnet.net ([127.0.0.1]) by localhost (mail.getnet.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02Nm9cki-14r for ; Thu, 28 Oct 2010 07:08:11 -0700 (MST) Received: (qmail 14023 invoked from network); 28 Oct 2010 14:08:11 -0000 Received: from unknown (HELO ragnok.blakemfg.com) (fredb@216.19.219.132) by mail.getnet.net with ESMTPA; 28 Oct 2010 14:08:11 -0000 Message-ID: <4CC98255.2070207@blakemfg.com> Date: Thu, 28 Oct 2010 07:01:57 -0700 From: Fred User-Agent: Thunderbird 2.0.0.23 (X11/20091021) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ghostscript install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 14:08:13 -0000 Hello, I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4. The build stops when /usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to be installed in /usr/local/bin. The error is file not found. Error code 71. I tried going to the epag-3.09 directory: make clean make The following warnings are produced: ert.c: In function 'printUsageAndExit': ert.c:34: warning: incompatible implicit declaration of built-in function 'exit' ert.c: In function 'main': ert.c:52: warning: incompatible implicit declaration of built-in function 'malloc' ert.c:55: warning: incompatible implicit declaration of built-in function 'exit' ert.c:63: warning: incompatible implicit declaration of built-in function 'strlen' ert.c:73: warning: incompatible implicit declaration of built-in function 'exit' ert.c:82: warning: incompatible implicit declaration of built-in function 'exit' ert.c:87: warning: incompatible implicit declaration of built-in function 'exit' ert.c:116: warning: incompatible implicit declaration of built-in function 'exit' What can I do to resolve this problem? Best regards, Fred