*BSD News Article 88540


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cmich.edu!3cqbjoz
From: ishwar rattan <3CQBJOZ@cmuvm.csv.cmich.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Compilation of gs3.33 under FreeBSD-2.1.5
Date: Tue, 4 Feb 1997 11:46:49 EST
Organization: Central Michigan University
Lines: 43
Message-ID: <97035.1146493CQBJOZ@cmuvm.csv.cmich.edu>
NNTP-Posting-Host: cmuvm.csv.cmich.edu
Disclaimer: Author bears full responsibility for this post
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35120

I want to compile gs3.33 under FreeBSD-2.1.5.
 
I am having difficulty with the make (can't figure out Makefile etc.)
 
I modified the prefix (to /local/gnu), XINCLUDE (to /usr/X11R6/include)
and XLIBDIRS (to /usr/X11R6/lib) in the `Options' part of unix-gcc.mak
file.
 
Tried to compile with
 
	make -f unix-gcc.mak all
 
and make exit with error shown below. I just want the gs part (to look
at the ps files created by dvips..).
 
Any pointers will be appreciated.
 
Ishwar Rattan
------
..
gscie.c:182: warning: missing braces around initializer for `TransformPQR_defaul
t.procs'
gscie.c:184: warning: missing braces around initializer for `RenderTableT_defaul
t.procs'
gcc  -g -O -Wall -Wpointer-arith -Wstrict-prototypes -Wwrite-strings  -c zcie.c
/echogs -e .dev -w- -q-obj -s cie gscie.o zcie.o
/echogs -e .dev -a- cie -oper zcie_l2
gcc  -g -O -Wall -Wpointer-arith -Wstrict-prototypes -Wwrite-strings  -c gschar0
c
gcc  -g -O -Wall -Wpointer-arith -Wstrict-prototypes -Wwrite-strings  -c gsfont0
c
/echogs -e .dev -w- -q-obj -s psf0core gschar0.o gsfont0.o
gcc  -g -O -Wall -Wpointer-arith -Wstrict-prototypes -Wwrite-strings  -c zchar2.
c
gcc  -g -O -Wall -Wpointer-arith -Wstrict-prototypes -Wwrite-strings  -c zfont0.
c
/echogs -e .dev -w- -q-obj -s psf0read zchar2.o zfont0.o
/echogs -e .dev -a- psf0read -oper zfont0 zchar2
/echogs -e .dev -a- psf0read -ps gs_type0
/echogs -e .dev -w- -q-obj -s compfont -include psf0core psf0read
make: *** No rule to make target `jpeg-5a/jcomapi.c', needed by `jcomapi.o'.  St
op.
-----