From: Brian P. <br...@va...> - 2001-01-16 15:17:59
|
Keith Whitwell wrote: > > "Jacob (=Jouk) Jansen" wrote: > > > > Hi all, > > > > I have problems compiling osmesa.c from todays CVS. What is missing? > > > > cc /include=([-.include],[])/define=(PTHREADS=1)/name=(as_is,short) /obj=[.osmes > > a]osmesa.obj [.osmesa]osmesa.c > > > > ctx->Driver.RenderPrimitive = _swsetup_RenderPrimNoop; > > .................................^ > > %CC-E-UNDECLARED, In this statement, "_swsetup_RenderPrimNoop" is not declared. > > at line number 1714 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20010116.MESA.SRC.O > > SMESA]OSMESA.C;1 > > %MMS-F-ABORT, For target [.OSMESA]OSMESA.OBJ, CLI returned abort status: %X10B91 > > 262. > > I haven't been as active keeping osmesa.c uptodate with the changes I'm > making. I'll try and patch it today if nobody gets there first. I don't see a problem. _swsetup_RenderPrimNoop() is defined in swrast_setup/swrast_setup.h and that header is being included by osmesa.c Jouk, are you sure all your sources are up to date? -Brian |