From owner-freebsd-questions Sun Jun 29 00:26:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA22079 for questions-outgoing; Sun, 29 Jun 1997 00:26:29 -0700 (PDT) Received: from diablo.OntheNet.com.au (diablo.OntheNet.com.au [203.10.89.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA22071 for ; Sun, 29 Jun 1997 00:26:25 -0700 (PDT) Received: from genesis (ts-gc-1-p4.OntheNet.com.au [203.10.89.36]) by diablo.OntheNet.com.au (8.8.6/8.7.6) with SMTP id RAA15876 for ; Sun, 29 Jun 1997 17:26:23 +1000 (EST) Message-Id: <3.0.1.32.19970629172554.0084fb00@onthenet.com.au> X-Sender: willem@onthenet.com.au X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sun, 29 Jun 1997 17:25:54 +1000 To: freebsd-questions@FreeBSD.ORG From: Willem van den Bosch Subject: Compiling ghostscript5.01 on FreeBSD2.2.1 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I am trying to compile ghostscript-5.01 with support for an Epson 9pin dot matrix printer, without much success any help would greatly appreciated. Willem problem 'make' comes to halt at the following point: LD_RUN_PATH=; export LD_RUN_PATH; XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= /bin/sh gcc-head.mak I also get various warnings repeated during the make process eg: /usr/include/string.h:53: warning: conflicting types for built-in function `memcmp' /usr/include/string.h:54: warning: conflicting types for built-in function `memcpy' /usr/include/string.h:59: warning: conflicting types for built-in function `strcmp' /usr/include/string.h:61: warning: conflicting types for built-in function `strcpy' gxclpath.c: In function `cmd_put_path': gxclpath.c:865: warning: `start_side' might be used uninitialized in this function gxclpath.c:870: warning: `start_skip' might be used uninitialized in this function gxclpath.c:872: warning: `side' might be used uninitialized in this function gxclpath.c:877: warning: `out_notes' might be used uninitialized in this function