On Wed, 10 May 2000, George Buzzell wrote: >gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include >-Dsun5 -I/usr/openwin/include -I/usr/openwin/include/X11 -g -O2 >-I/usr/openwin/include -D_GNU_SOURCE -c client.c [..] >/usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified"
I haven't compiled DX on sun, but a little search in deja[1] tells that your gcc installation could be broken. But since you have a native compiler try to compile with it first; replace "CC = gcc"-line with "CC = cc" in ./Makefile. And if it fails, drop gcc from your $PATH and ./configure again. Hope this helps. [1] http://www.deja.com/[ST_rn=ps]/qs.xp?ST=PS&svcclass=dnyr&QRY=DATAMODEL_NATIVE+sun+&defaultOp=AND&DBS=1&OP=dnquery.xp&LNG=ALL&subjects=&groups=comp.*&authors=&fromdate=&todate=&showsort=score&maxhits=25 (split: http://www.deja.com/[ST_rn=ps]/qs.xp?ST=PS&svcclass=dnyr& QRY=DATAMODEL_NATIVE+sun+&defaultOp=AND&DBS=1&OP=dnquery.xp& LNG=ALL&subjects=&groups=comp.*&authors=&fromdate=&todate=& showsort=score&maxhits=25 )
