[comp.windows.x] Prob Compiling Ghostscript 1.0

rhc@nsscb.UUCP (Rick Calder) (02/03/89)

	The following is from Ghostscript, 1.0.  The source size is 15512.
I downloaded it from osu-cis, there weren't any patchs included.  I am
trying to compile on a AT&T 6386, UNIX V/386 3.2, X11R2.
	Is there something missing ?
	Are there any patches available ?
	Any help would be appreciated.

	cc -O -c gdevx.c -I/usr/X/include -I/usr/X/include/X11/bitmaps
"gdevx.c", line 136: too many initializers; missing } ?
"gdevx.c", line 137: too many initializers; missing } ?
"gdevx.c", line 137: too many initializers; missing } ?
"gdevx.c", line 137: too many initializers; missing } ?
"gdevx.c", line 138: too many initializers; missing } ?
"gdevx.c", line 138: too many initializers; missing } ?
"gdevx.c", line 139: too many initializers; missing } ?
"gdevx.c", line 139: too many initializers; missing } ?
"gdevx.c", line 140: too many initializers; missing } ?
*** Error code 1

Stop.

/* The instance is public. */
gx_device_X x_device = {
	sizeof(gx_device_X),
	&x_procs,
	640, 350,		/* x and y extent */
		/* Following parameters are initialized for monochrome */
	0,			/* has color */
	1,			/* max r-g-b value */
	1,			/* bits per color pixel */
		/* End of monochrome/color parameters */
	1,			/* bit-big-endian (for now) */
	0,			/* connection not initialized */
136	{ 0, 0,			/* width, height */
137	  0, XYBitmap, NULL,	/* xoffset, format, data */
138	  LSBFirst, 8,    	/* byte-order, bitmap-unit */
139	  MSBFirst, 8, 1		/* bitmap-bit-order, bitmap-pad, depth */
	}
};

-- 
		Rick Calder, AT&T National Systems Support Center
				[att!]rick!rick
				attmail!rcalder