	if [ ! -d debugger ]; then mkdir debugger; else exit 0; fi
	rm -f FontFamily.o debugger/FontFamily.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FontFamily.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv FontFamily.o debugger/FontFamily.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FontFamily.c
	rm -f FontFamilyPS.o debugger/FontFamilyPS.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FontFamilyPS.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv FontFamilyPS.o debugger/FontFamilyPS.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FontFamilyPS.c
	rm -f Text.o debugger/Text.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Text.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Text.o debugger/Text.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Text.c
	rm -f TextPS.o debugger/TextPS.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include TextPS.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv TextPS.o debugger/TextPS.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include TextPS.c
	rm -f Label.o debugger/Label.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Label.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Label.o debugger/Label.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Label.c
	rm -f Plotter.o debugger/Plotter.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Plotter.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: Plotter.c, line 238: Incompatible pointer type assignment
        Realize,
 -------^
cfe: Warning 709: Plotter.c, line 309: Incompatible pointer type assignment
 AtCvtStringToTransform, 
 ^
cfe: Warning 709: Plotter.c, line 413: Incompatible pointer type assignment
     XtGetSubresources(new, &disp, "y2axis", "AtAxis", &disp_res, 1,
 ----------------------^
cfe: Warning 709: Plotter.c, line 421: Incompatible pointer type assignment
     XtCreateWidget("y2axis", atAxisObjectClass, new, al, ac); 
 ------------------------------------------------^
cfe: Warning 709: Plotter.c, line 428: Incompatible pointer type assignment
     XtCreateManagedWidget("xframeAxis", atAxisObjectClass, new, al, ac);
 -----------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 432: Incompatible pointer type assignment
     XtCreateManagedWidget("yframeAxis", atAxisObjectClass, new, al, ac);
 -----------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 452: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 453: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 454: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 455: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 455: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "errorCallback" , AxisErrorCB, new);
 ------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 456: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 456: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "errorCallback" , AxisErrorCB, new);
 ------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 457: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 457: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "errorCallback" , AxisErrorCB, new);
 -------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 481: Incompatible pointer type assignment
   if ((region == 0 ) && (XtWindowOfObject(pw) != 0L ) )
 ------------------------------------------^
cfe: Warning 709: Plotter.c, line 484: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 599: Incompatible pointer type assignment
   XtReleaseGC(pw, pw->plotter.titleGC);
 --------------^
cfe: Warning 709: Plotter.c, line 600: Incompatible pointer type assignment
   XtReleaseGC(pw, pw->plotter.legendGC);
 --------------^
cfe: Warning 709: Plotter.c, line 612: Incompatible pointer type assignment
       XtFree(tmp->prev);
 ----------------^
cfe: Warning 709: Plotter.c, line 614: Incompatible pointer type assignment
     XtFree(tmp);
 -----------^
cfe: Warning 709: Plotter.c, line 630: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 650: Incompatible pointer type assignment
   ((&constraintClassRec) ->core_class.realize)(w, vm, wa);
 -----------------------------------------------^
cfe: Warning 709: Plotter.c, line 714: Incompatible pointer type assignment
   if ((layout) && (XtWindowOfObject(new) != 0L ) ) AtPlotterLayout(new);
 ------------------------------------^
cfe: Warning 709: Plotter.c, line 739: Incompatible pointer type assignment
     if ((XtWindowOfObject(p) != 0L ) ) Redraw(p, (Region) 0 );
 --------------------------^
cfe: Warning 709: Plotter.c, line 766: Incompatible pointer type assignment
     if ((XtWindowOfObject(p) != 0L ) ) Redraw(p, (Region) 0 );
 --------------------------^
cfe: Warning 709: Plotter.c, line 1153: Incompatible pointer type assignment
 	XtFree(rlist);
 	-------^
cfe: Warning 709: Plotter.c, line 1205: Incompatible pointer type assignment
   if((XtWindowOfObject(pw) != 0L ) )
 -----------------------^
cfe: Warning 740: Plotter.c, line 1214: conflicting declarations for 'Autoscale'
 static void Autoscale(AtPlotterWidget pw)
 ------------^
cfe: Warning 653: Plotter.c, line 1214: (previous declaration of 'Autoscale' at line 84 in file 'Plotter.c')
 static void Autoscale(AtPlotterWidget pw)
 ------------^
cfe: Warning 709: Plotter.c, line 1326: Incompatible pointer type assignment
     XtCallCallbacks(pw, "errorCallback" , (caddr_t)string);
 --------------------^
cfe: Warning 709: Plotter.c, line 1544: Incompatible pointer type assignment
       XtCallCallbacks(pw, "doubleSelectCallback" ,(caddr_t)(pw->composite.children[ i]) );
 ----------------------^
cfe: Warning 709: Plotter.c, line 1683: Incompatible pointer type assignment
 	XtCallCallbacks(pw, "dragCallback" , (caddr_t)r);
 	----------------^
cfe: Warning 709: Plotter.c, line 1697: Incompatible pointer type assignment
 	XtCallCallbacks(pw, "clickCallback" , (caddr_t)&point);
 	----------------^
cfe: Warning 709: Plotter.c, line 1706: Incompatible pointer type assignment
       XtCallCallbacks(pw, "selectCallback" ,
 ----------------------^
cfe: Warning 709: Plotter.c, line 1762: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 1856: Incompatible pointer type assignment
   if((XtWindowOfObject(w) != 0L ) )
 -----------------------^
cfe: Warning 709: Plotter.c, line 1877: Incompatible pointer type assignment
   if((XtWindowOfObject(w) != 0L ) )  {
 -----------------------^
cfe: Warning 709: Plotter.c, line 2019: Incompatible pointer type assignment
       XtFree (locate);
 --------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Plotter.o debugger/Plotter.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Plotter.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: Plotter.c, line 238: Incompatible pointer type assignment
        Realize,
 -------^
cfe: Warning 709: Plotter.c, line 309: Incompatible pointer type assignment
 AtCvtStringToTransform, 
 ^
cfe: Warning 709: Plotter.c, line 413: Incompatible pointer type assignment
     XtGetSubresources(new, &disp, "y2axis", "AtAxis", &disp_res, 1,
 ----------------------^
cfe: Warning 709: Plotter.c, line 421: Incompatible pointer type assignment
     XtCreateWidget("y2axis", atAxisObjectClass, new, al, ac); 
 ------------------------------------------------^
cfe: Warning 709: Plotter.c, line 428: Incompatible pointer type assignment
     XtCreateManagedWidget("xframeAxis", atAxisObjectClass, new, al, ac);
 -----------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 432: Incompatible pointer type assignment
     XtCreateManagedWidget("yframeAxis", atAxisObjectClass, new, al, ac);
 -----------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 452: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 453: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 454: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "axisNeedsRedraw" , AxisNeedsRedraw, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 455: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 455: Incompatible pointer type assignment
   XtAddCallback(new->plotter.xaxis, "errorCallback" , AxisErrorCB, new);
 ------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 456: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 456: Incompatible pointer type assignment
   XtAddCallback(new->plotter.yaxis, "errorCallback" , AxisErrorCB, new);
 ------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 457: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "errorCallback" , AxisErrorCB, new);
 ----------------------------^
cfe: Warning 709: Plotter.c, line 457: Incompatible pointer type assignment
   XtAddCallback(new->plotter.y2axis, "errorCallback" , AxisErrorCB, new);
 -------------------------------------------------------^
cfe: Warning 709: Plotter.c, line 481: Incompatible pointer type assignment
   if ((region == 0 ) && (XtWindowOfObject(pw) != 0L ) )
 ------------------------------------------^
cfe: Warning 709: Plotter.c, line 484: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 599: Incompatible pointer type assignment
   XtReleaseGC(pw, pw->plotter.titleGC);
 --------------^
cfe: Warning 709: Plotter.c, line 600: Incompatible pointer type assignment
   XtReleaseGC(pw, pw->plotter.legendGC);
 --------------^
cfe: Warning 709: Plotter.c, line 612: Incompatible pointer type assignment
       XtFree(tmp->prev);
 ----------------^
cfe: Warning 709: Plotter.c, line 614: Incompatible pointer type assignment
     XtFree(tmp);
 -----------^
cfe: Warning 709: Plotter.c, line 630: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 650: Incompatible pointer type assignment
   ((&constraintClassRec) ->core_class.realize)(w, vm, wa);
 -----------------------------------------------^
cfe: Warning 709: Plotter.c, line 714: Incompatible pointer type assignment
   if ((layout) && (XtWindowOfObject(new) != 0L ) ) AtPlotterLayout(new);
 ------------------------------------^
cfe: Warning 709: Plotter.c, line 739: Incompatible pointer type assignment
     if ((XtWindowOfObject(p) != 0L ) ) Redraw(p, (Region) 0 );
 --------------------------^
cfe: Warning 709: Plotter.c, line 766: Incompatible pointer type assignment
     if ((XtWindowOfObject(p) != 0L ) ) Redraw(p, (Region) 0 );
 --------------------------^
cfe: Warning 709: Plotter.c, line 1153: Incompatible pointer type assignment
 	XtFree(rlist);
 	-------^
cfe: Warning 709: Plotter.c, line 1205: Incompatible pointer type assignment
   if((XtWindowOfObject(pw) != 0L ) )
 -----------------------^
cfe: Warning 740: Plotter.c, line 1214: conflicting declarations for 'Autoscale'
 static void Autoscale(AtPlotterWidget pw)
 ------------^
cfe: Warning 653: Plotter.c, line 1214: (previous declaration of 'Autoscale' at line 84 in file 'Plotter.c')
 static void Autoscale(AtPlotterWidget pw)
 ------------^
cfe: Warning 709: Plotter.c, line 1326: Incompatible pointer type assignment
     XtCallCallbacks(pw, "errorCallback" , (caddr_t)string);
 --------------------^
cfe: Warning 709: Plotter.c, line 1544: Incompatible pointer type assignment
       XtCallCallbacks(pw, "doubleSelectCallback" ,(caddr_t)(pw->composite.children[ i]) );
 ----------------------^
cfe: Warning 709: Plotter.c, line 1683: Incompatible pointer type assignment
 	XtCallCallbacks(pw, "dragCallback" , (caddr_t)r);
 	----------------^
cfe: Warning 709: Plotter.c, line 1697: Incompatible pointer type assignment
 	XtCallCallbacks(pw, "clickCallback" , (caddr_t)&point);
 	----------------^
cfe: Warning 709: Plotter.c, line 1706: Incompatible pointer type assignment
       XtCallCallbacks(pw, "selectCallback" ,
 ----------------------^
cfe: Warning 709: Plotter.c, line 1762: Incompatible pointer type assignment
   if ((XtWindowOfObject(pw) != 0L ) ) {
 ------------------------^
cfe: Warning 709: Plotter.c, line 1856: Incompatible pointer type assignment
   if((XtWindowOfObject(w) != 0L ) )
 -----------------------^
cfe: Warning 709: Plotter.c, line 1877: Incompatible pointer type assignment
   if((XtWindowOfObject(w) != 0L ) )  {
 -----------------------^
cfe: Warning 709: Plotter.c, line 2019: Incompatible pointer type assignment
       XtFree (locate);
 --------------^
	rm -f PlotterPS.o debugger/PlotterPS.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include PlotterPS.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv PlotterPS.o debugger/PlotterPS.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include PlotterPS.c
	rm -f Axis.o debugger/Axis.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Axis.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 709: Axis.c, line 263: Incompatible pointer type assignment
 	a->axis.userticlabels = (String *) XtRealloc(a->axis.userticlabels, 
 	----------------------------------------------------^
cfe: Warning 709: Axis.c, line 284: Incompatible pointer type assignment
     (String *) XtRealloc(a->axis.userticlabels, 
 --------------------------------^
cfe: Warning 709: Axis.c, line 369: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.axisGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 370: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.dottedGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 371: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.numberGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 372: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.labelGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 373: Incompatible pointer type assignment
   XtFree(a->axis.ticvalues);
 ----------------^
cfe: Warning 709: Axis.c, line 374: Incompatible pointer type assignment
   XtFree(a->axis.ticcoords);
 ----------------^
cfe: Warning 709: Axis.c, line 375: Incompatible pointer type assignment
   XtFree(a->axis.subticcoords);
 ----------------^
cfe: Warning 709: Axis.c, line 377: Incompatible pointer type assignment
   XtFree(a->axis.ticlabels);
 ----------------^
cfe: Warning 709: Axis.c, line 380: Incompatible pointer type assignment
   XtFree(a->axis.userticlabels);
 ----------------^
cfe: Warning 709: Axis.c, line 414: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.axisGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 419: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.labelGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 434: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.numberGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 479: Incompatible pointer type assignment
     XtFree(new->axis.userticlabels);
 --------------------^
cfe: Warning 709: Axis.c, line 495: Incompatible pointer type assignment
     XtCallCallbacks(new, "axisNeedsRedraw" , 0 );
 --------------------^
cfe: Warning 709: Axis.c, line 721: Incompatible pointer type assignment
     axis->ticvalues = (double *)XtRealloc(axis->ticvalues,
 ----------------------------------------------^
cfe: Warning 709: Axis.c, line 723: Incompatible pointer type assignment
     axis->ticcoords = (short *)XtRealloc(axis->ticcoords,
 ---------------------------------------------^
cfe: Warning 709: Axis.c, line 727: Incompatible pointer type assignment
     axis->ticlabels = (char **)XtRealloc(axis->ticlabels,
 ---------------------------------------------^
cfe: Warning 709: Axis.c, line 732: Incompatible pointer type assignment
   axis->subticcoords = (short *)XtRealloc(axis->subticcoords, sizeof(short) *
 ----------------------------------------------^
cfe: Warning 709: Axis.c, line 1083: Incompatible pointer type assignment
     XtCallCallbacks(a, "errorCallback" , errortext);
 --------------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Axis.o debugger/Axis.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Axis.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 709: Axis.c, line 263: Incompatible pointer type assignment
 	a->axis.userticlabels = (String *) XtRealloc(a->axis.userticlabels, 
 	----------------------------------------------------^
cfe: Warning 709: Axis.c, line 284: Incompatible pointer type assignment
     (String *) XtRealloc(a->axis.userticlabels, 
 --------------------------------^
cfe: Warning 709: Axis.c, line 369: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.axisGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 370: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.dottedGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 371: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.numberGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 372: Incompatible pointer type assignment
   XtReleaseGC(a, a->axis.labelGC); ;
 --------------^
cfe: Warning 709: Axis.c, line 373: Incompatible pointer type assignment
   XtFree(a->axis.ticvalues);
 ----------------^
cfe: Warning 709: Axis.c, line 374: Incompatible pointer type assignment
   XtFree(a->axis.ticcoords);
 ----------------^
cfe: Warning 709: Axis.c, line 375: Incompatible pointer type assignment
   XtFree(a->axis.subticcoords);
 ----------------^
cfe: Warning 709: Axis.c, line 377: Incompatible pointer type assignment
   XtFree(a->axis.ticlabels);
 ----------------^
cfe: Warning 709: Axis.c, line 380: Incompatible pointer type assignment
   XtFree(a->axis.userticlabels);
 ----------------^
cfe: Warning 709: Axis.c, line 414: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.axisGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 419: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.labelGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 434: Incompatible pointer type assignment
     XtReleaseGC(new, new->axis.numberGC); ;
 ----------------^
cfe: Warning 709: Axis.c, line 479: Incompatible pointer type assignment
     XtFree(new->axis.userticlabels);
 --------------------^
cfe: Warning 709: Axis.c, line 495: Incompatible pointer type assignment
     XtCallCallbacks(new, "axisNeedsRedraw" , 0 );
 --------------------^
cfe: Warning 709: Axis.c, line 721: Incompatible pointer type assignment
     axis->ticvalues = (double *)XtRealloc(axis->ticvalues,
 ----------------------------------------------^
cfe: Warning 709: Axis.c, line 723: Incompatible pointer type assignment
     axis->ticcoords = (short *)XtRealloc(axis->ticcoords,
 ---------------------------------------------^
cfe: Warning 709: Axis.c, line 727: Incompatible pointer type assignment
     axis->ticlabels = (char **)XtRealloc(axis->ticlabels,
 ---------------------------------------------^
cfe: Warning 709: Axis.c, line 732: Incompatible pointer type assignment
   axis->subticcoords = (short *)XtRealloc(axis->subticcoords, sizeof(short) *
 ----------------------------------------------^
cfe: Warning 709: Axis.c, line 1083: Incompatible pointer type assignment
     XtCallCallbacks(a, "errorCallback" , errortext);
 --------------------^
	rm -f AxisPS.o debugger/AxisPS.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include AxisPS.c
cfe: Warning 709: AxisPS.c, line 175: Incompatible pointer type assignment
     XtFree(tics);
 -----------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv AxisPS.o debugger/AxisPS.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include AxisPS.c
cfe: Warning 709: AxisPS.c, line 175: Incompatible pointer type assignment
     XtFree(tics);
 -----------^
	rm -f Plot.o debugger/Plot.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Plot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Plot.o debugger/Plot.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Plot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
	rm -f XYPlot.o debugger/XYPlot.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include XYPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: XYPlot.c, line 224: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: XYPlot.c, line 302: Incompatible pointer type assignment
   XtFree(w->xyplot.xpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 303: Incompatible pointer type assignment
   XtFree(w->xyplot.ypts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 304: Incompatible pointer type assignment
   XtFree(w->xyplot.pixpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 305: Incompatible pointer type assignment
   XtFree(w->xyplot.oldpixpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 351: Incompatible pointer type assignment
     new->xyplot .xpts = (double *) XtRealloc(new->xyplot .xpts, 
 ---------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 353: Incompatible pointer type assignment
     new->xyplot .ypts = (double *) XtRealloc(new->xyplot .ypts, 
 ---------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 355: Incompatible pointer type assignment
     new->xyplot .pixpts = (XPoint *) XtRealloc(new->xyplot .pixpts, 
 -----------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 357: Incompatible pointer type assignment
     new->xyplot .oldpixpts = (XPoint *) XtRealloc(new->xyplot .oldpixpts, 
 --------------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 589: Incompatible pointer type assignment
   XtGetValues(plot, &a, 1);
 --------------^
cfe: Warning 709: XYPlot.c, line 895: Incompatible pointer type assignment
   XtFree(xpts);
 ---------^
cfe: Warning 709: XYPlot.c, line 896: Incompatible pointer type assignment
   XtFree(ypts);
 ---------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv XYPlot.o debugger/XYPlot.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include XYPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: XYPlot.c, line 224: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: XYPlot.c, line 302: Incompatible pointer type assignment
   XtFree(w->xyplot.xpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 303: Incompatible pointer type assignment
   XtFree(w->xyplot.ypts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 304: Incompatible pointer type assignment
   XtFree(w->xyplot.pixpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 305: Incompatible pointer type assignment
   XtFree(w->xyplot.oldpixpts);
 ------------------^
cfe: Warning 709: XYPlot.c, line 351: Incompatible pointer type assignment
     new->xyplot .xpts = (double *) XtRealloc(new->xyplot .xpts, 
 ---------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 353: Incompatible pointer type assignment
     new->xyplot .ypts = (double *) XtRealloc(new->xyplot .ypts, 
 ---------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 355: Incompatible pointer type assignment
     new->xyplot .pixpts = (XPoint *) XtRealloc(new->xyplot .pixpts, 
 -----------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 357: Incompatible pointer type assignment
     new->xyplot .oldpixpts = (XPoint *) XtRealloc(new->xyplot .oldpixpts, 
 --------------------------------------------------------------^
cfe: Warning 709: XYPlot.c, line 589: Incompatible pointer type assignment
   XtGetValues(plot, &a, 1);
 --------------^
cfe: Warning 709: XYPlot.c, line 895: Incompatible pointer type assignment
   XtFree(xpts);
 ---------^
cfe: Warning 709: XYPlot.c, line 896: Incompatible pointer type assignment
   XtFree(ypts);
 ---------^
	rm -f Scale.o debugger/Scale.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Scale.c
cfe: Warning 709: Scale.c, line 110: Incompatible pointer type assignment
   XtFree(s);
 ---------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Scale.o debugger/Scale.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Scale.c
cfe: Warning 709: Scale.c, line 110: Incompatible pointer type assignment
   XtFree(s);
 ---------^
	rm -f TextPlot.o debugger/TextPlot.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include TextPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./TextPlot.h:30: Macro XtNjustify redefined.
cfe: Warning 581: ./TextPlot.h:38: Macro XtCJustify redefined.
cfe: Warning 709: TextPlot.c, line 208: Incompatible pointer type assignment
 	XtSetValues(new, &a, 1);         
 	------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv TextPlot.o debugger/TextPlot.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include TextPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./TextPlot.h:30: Macro XtNjustify redefined.
cfe: Warning 581: ./TextPlot.h:38: Macro XtCJustify redefined.
cfe: Warning 709: TextPlot.c, line 208: Incompatible pointer type assignment
 	XtSetValues(new, &a, 1);         
 	------------^
	rm -f Barchart.o debugger/Barchart.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Barchart.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: Barchart.c, line 309: Incompatible pointer type assignment
   XtSetValues(new, a, count);         
 --------------^
cfe: Warning 709: Barchart.c, line 348: Incompatible pointer type assignment
     XtFree(new->barchart .xpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 349: Incompatible pointer type assignment
     XtFree(new->barchart .ypts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 350: Incompatible pointer type assignment
     XtFree(new->barchart .pixpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 351: Incompatible pointer type assignment
     XtFree(new->barchart .oldpixpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 427: Incompatible pointer type assignment
     XtSetValues(new, a, count);
 ----------------^
cfe: Warning 709: Barchart.c, line 435: Incompatible pointer type assignment
     XtSetValues(new, a, count);
 ----------------^
cfe: Warning 709: Barchart.c, line 476: Incompatible pointer type assignment
     XtFree(w->barchart .xpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 477: Incompatible pointer type assignment
     XtFree(w->barchart .ypts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 478: Incompatible pointer type assignment
     XtFree(w->barchart .pixpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 479: Incompatible pointer type assignment
     XtFree(w->barchart .oldpixpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 607: Incompatible pointer type assignment
   XtFree(xpts);
 ---------^
cfe: Warning 709: Barchart.c, line 608: Incompatible pointer type assignment
   XtFree(ypts);
 ---------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Barchart.o debugger/Barchart.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Barchart.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: Barchart.c, line 309: Incompatible pointer type assignment
   XtSetValues(new, a, count);         
 --------------^
cfe: Warning 709: Barchart.c, line 348: Incompatible pointer type assignment
     XtFree(new->barchart .xpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 349: Incompatible pointer type assignment
     XtFree(new->barchart .ypts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 350: Incompatible pointer type assignment
     XtFree(new->barchart .pixpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 351: Incompatible pointer type assignment
     XtFree(new->barchart .oldpixpts);
 -------------------------^
cfe: Warning 709: Barchart.c, line 427: Incompatible pointer type assignment
     XtSetValues(new, a, count);
 ----------------^
cfe: Warning 709: Barchart.c, line 435: Incompatible pointer type assignment
     XtSetValues(new, a, count);
 ----------------^
cfe: Warning 709: Barchart.c, line 476: Incompatible pointer type assignment
     XtFree(w->barchart .xpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 477: Incompatible pointer type assignment
     XtFree(w->barchart .ypts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 478: Incompatible pointer type assignment
     XtFree(w->barchart .pixpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 479: Incompatible pointer type assignment
     XtFree(w->barchart .oldpixpts);
 -----------------------^
cfe: Warning 709: Barchart.c, line 607: Incompatible pointer type assignment
   XtFree(xpts);
 ---------^
cfe: Warning 709: Barchart.c, line 608: Incompatible pointer type assignment
   XtFree(ypts);
 ---------^
	rm -f FBarchart.o debugger/FBarchart.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FBarchart.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: FBarchart.c, line 91: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 92: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 93: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 94: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 95: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,  
 ------------------^
cfe: Warning 709: FBarchart.c, line 96: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 101: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 102: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 103: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 141: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^
cfe: Warning 709: FBarchart.c, line 148: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);             
 ----------------^
cfe: Warning 709: FBarchart.c, line 177: Incompatible pointer type assignment
       XtRealloc (bcw->fbarchart.y, sizeof(double) * nump);
 -------------------------------^
cfe: Warning 709: FBarchart.c, line 195: Incompatible pointer type assignment
   XtSetValues(bcw, args, i);
 --------------^
cfe: Warning 709: FBarchart.c, line 201: Incompatible pointer type assignment
   XtFree (w->fbarchart.y);
 ----------------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv FBarchart.o debugger/FBarchart.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include FBarchart.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
cfe: Warning 709: FBarchart.c, line 91: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 92: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 93: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 94: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 95: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,  
 ------------------^
cfe: Warning 709: FBarchart.c, line 96: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 101: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 102: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 103: Incompatible pointer type assignment
         ((XtProc) _XtInherit) ,
 ------------------^
cfe: Warning 709: FBarchart.c, line 141: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^
cfe: Warning 709: FBarchart.c, line 148: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);             
 ----------------^
cfe: Warning 709: FBarchart.c, line 177: Incompatible pointer type assignment
       XtRealloc (bcw->fbarchart.y, sizeof(double) * nump);
 -------------------------------^
cfe: Warning 709: FBarchart.c, line 195: Incompatible pointer type assignment
   XtSetValues(bcw, args, i);
 --------------^
cfe: Warning 709: FBarchart.c, line 201: Incompatible pointer type assignment
   XtFree (w->fbarchart.y);
 ----------------------^
	rm -f XYErrorPlot.o debugger/XYErrorPlot.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include XYErrorPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: XYErrorPlot.c, line 81: Incompatible pointer type assignment
          ClassInitialize,
 ---------^
cfe: Warning 709: XYErrorPlot.c, line 173: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: XYErrorPlot.c, line 224: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.errabove);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 225: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.errbelow);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 226: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.abovepts);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 227: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.belowpts);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 228: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.abovepix);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 229: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.belowpix);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 272: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.errabove, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 275: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.errbelow, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 278: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.abovepts, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 281: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.belowpts, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 284: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.abovepix, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 287: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.belowpix, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 326: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv XYErrorPlot.o debugger/XYErrorPlot.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include XYErrorPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: XYErrorPlot.c, line 81: Incompatible pointer type assignment
          ClassInitialize,
 ---------^
cfe: Warning 709: XYErrorPlot.c, line 173: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: XYErrorPlot.c, line 224: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.errabove);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 225: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.errbelow);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 226: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.abovepts);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 227: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.belowpts);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 228: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.abovepix);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 229: Incompatible pointer type assignment
   XtFree(w->xyerrorplot.belowpix);
 -----------------------^
cfe: Warning 709: XYErrorPlot.c, line 272: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.errabove, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 275: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.errbelow, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 278: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.abovepts, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 281: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.belowpts, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 284: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.abovepix, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 287: Incompatible pointer type assignment
       XtRealloc(new->xyerrorplot.belowpix, new->xyplot.numPoints * 
 --------------------------------^
cfe: Warning 709: XYErrorPlot.c, line 326: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^
	rm -f ContourPlot.o debugger/ContourPlot.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include ContourPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: ContourPlot.c, line 161: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: ContourPlot.c, line 211: Incompatible pointer type assignment
     XtFree(w->contourplot.xpts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 212: Incompatible pointer type assignment
     XtFree(w->contourplot.ypts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 213: Incompatible pointer type assignment
     XtFree(w->contourplot.zpts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 257: Incompatible pointer type assignment
       new->contourplot.xpts = (double *) XtRealloc(new->contourplot.xpts, 
 -------------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 260: Incompatible pointer type assignment
       XtFree(new->contourplot.xpts);
 -----------------------------^
cfe: Warning 709: ContourPlot.c, line 268: Incompatible pointer type assignment
       new->contourplot.ypts = (double *) XtRealloc(new->contourplot.ypts, 
 -------------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 271: Incompatible pointer type assignment
       XtFree(new->contourplot.ypts);
 -----------------------------^
cfe: Warning 709: ContourPlot.c, line 290: Incompatible pointer type assignment
     new->contourplot.zpts = (double *) XtRealloc(new->contourplot.zpts, 
 -----------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 303: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^
cfe: Warning 709: ContourPlot.c, line 647: Incompatible pointer type assignment
       (RealSegment *) XtRealloc(cplot->contourplot.realsegs,
 --------------------------------------------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv ContourPlot.o debugger/ContourPlot.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include ContourPlot.c
cfe: Warning 581: ./Axis.h:29: Macro XtNlabel redefined.
cfe: Warning 581: ./Axis.h:64: Macro XtCLabel redefined.
cfe: Warning 581: ./Plotter.h:75: Macro XtCMargin redefined.
cfe: Warning 709: ContourPlot.c, line 161: Incompatible pointer type assignment
   XtSetValues(w, &arg, 1);
 --------------^
cfe: Warning 709: ContourPlot.c, line 211: Incompatible pointer type assignment
     XtFree(w->contourplot.xpts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 212: Incompatible pointer type assignment
     XtFree(w->contourplot.ypts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 213: Incompatible pointer type assignment
     XtFree(w->contourplot.zpts);
 -------------------------^
cfe: Warning 709: ContourPlot.c, line 257: Incompatible pointer type assignment
       new->contourplot.xpts = (double *) XtRealloc(new->contourplot.xpts, 
 -------------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 260: Incompatible pointer type assignment
       XtFree(new->contourplot.xpts);
 -----------------------------^
cfe: Warning 709: ContourPlot.c, line 268: Incompatible pointer type assignment
       new->contourplot.ypts = (double *) XtRealloc(new->contourplot.ypts, 
 -------------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 271: Incompatible pointer type assignment
       XtFree(new->contourplot.ypts);
 -----------------------------^
cfe: Warning 709: ContourPlot.c, line 290: Incompatible pointer type assignment
     new->contourplot.zpts = (double *) XtRealloc(new->contourplot.zpts, 
 -----------------------------------------------------------------^
cfe: Warning 709: ContourPlot.c, line 303: Incompatible pointer type assignment
     XtSetValues(new, &a, 1);         
 ----------------^
cfe: Warning 709: ContourPlot.c, line 647: Incompatible pointer type assignment
       (RealSegment *) XtRealloc(cplot->contourplot.realsegs,
 --------------------------------------------------^
	rm -f Layout.o debugger/Layout.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Layout.c
cfe: Warning 709: Layout.c, line 63: Incompatible pointer type assignment
          Initialize,
 ---------^
cfe: Warning 709: Layout.c, line 78: Incompatible pointer type assignment
          SetValues,
 ---------^
cfe: Warning 771: Layout.c, line 189: local function declarations cannot be 'static'
     static Layout *Parse();
 -------------------^
cfe: Warning 740: Layout.c, line 257: conflicting declarations for 'Parse'
 static Layout *Parse(AtLayoutWidget w)
 ---------------^
cfe: Warning 653: Layout.c, line 257: (previous declaration of 'Parse' at line 189 in file 'Layout.c')
 static Layout *Parse(AtLayoutWidget w)
 ---------------^
cfe: Warning 709: Layout.c, line 312: Incompatible pointer type assignment
 	XtFree(l);
 	-------^
cfe: Warning 709: Layout.c, line 463: Incompatible pointer type assignment
 	result = XtMakeResizeRequest(w, w->layout.lo->w, w->layout.lo->h,
 	-----------------------------^
cfe: Warning 709: Layout.c, line 466: Incompatible pointer type assignment
 	    XtMakeResizeRequest(w, compromisew, compromiseh, 0 , 0 );
 	------------------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Layout.o debugger/Layout.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Layout.c
cfe: Warning 709: Layout.c, line 63: Incompatible pointer type assignment
          Initialize,
 ---------^
cfe: Warning 709: Layout.c, line 78: Incompatible pointer type assignment
          SetValues,
 ---------^
cfe: Warning 771: Layout.c, line 189: local function declarations cannot be 'static'
     static Layout *Parse();
 -------------------^
cfe: Warning 740: Layout.c, line 257: conflicting declarations for 'Parse'
 static Layout *Parse(AtLayoutWidget w)
 ---------------^
cfe: Warning 653: Layout.c, line 257: (previous declaration of 'Parse' at line 189 in file 'Layout.c')
 static Layout *Parse(AtLayoutWidget w)
 ---------------^
cfe: Warning 709: Layout.c, line 312: Incompatible pointer type assignment
 	XtFree(l);
 	-------^
cfe: Warning 709: Layout.c, line 463: Incompatible pointer type assignment
 	result = XtMakeResizeRequest(w, w->layout.lo->w, w->layout.lo->h,
 	-----------------------------^
cfe: Warning 709: Layout.c, line 466: Incompatible pointer type assignment
 	    XtMakeResizeRequest(w, compromisew, compromiseh, 0 , 0 );
 	------------------------^
	rm -f Help.o debugger/Help.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Help.c
cfe: Warning 581: ./Help.h:36: Macro XtNtitle redefined.
cfe: Warning 581: ./Help.h:37: Macro XtCTitle redefined.
cfe: Warning 709: Help.c, line 119: Incompatible pointer type assignment
        Resize,
 -------^
cfe: Warning 709: Help.c, line 193: Incompatible pointer type assignment
     XtAddCallback(new->help.donew, ((char*)&_XmStrings[4683]) , DoneCallback, 
 ----------------------------------------------------------------^
cfe: Warning 709: Help.c, line 293: Incompatible pointer type assignment
 		  GotoSection, (caddr_t)new);
 		--^
cfe: Warning 709: Help.c, line 295: Incompatible pointer type assignment
 		  GotoCitation, (caddr_t)new);
 		--^
cfe: Warning 709: Help.c, line 561: Incompatible pointer type assignment
     XtFree(w->help.sectionOffsets);
 ------------------^
cfe: Warning 709: Help.c, line 562: Incompatible pointer type assignment
     XtFree(w->help.citeOffsets);
 ------------------^
cfe: Warning 709: Help.c, line 568: Incompatible pointer type assignment
     XtFree(w->help.sectionNames);
 ------------------^
cfe: Warning 709: Help.c, line 569: Incompatible pointer type assignment
     XtFree(w->help.sections);
 ------------------^
cfe: Warning 709: Help.c, line 575: Incompatible pointer type assignment
     XtFree(w->help.citeNames);
 ------------------^
cfe: Warning 709: Help.c, line 576: Incompatible pointer type assignment
     XtFree(w->help.citations);
 ------------------^
cfe: Warning 709: Help.c, line 596: Incompatible pointer type assignment
       w->help.sectionNames = (char **)XtRealloc(w->help.sectionNames,
 -------------------------------------------------------^
cfe: Warning 709: Help.c, line 598: Incompatible pointer type assignment
       w->help.sectionOffsets = (int*)XtRealloc(w->help.sectionOffsets,
 ------------------------------------------------------^
cfe: Warning 709: Help.c, line 600: Incompatible pointer type assignment
       w->help.sections = (XmString*)XtRealloc(w->help.sections,
 -----------------------------------------------------^
cfe: Warning 709: Help.c, line 617: Incompatible pointer type assignment
       w->help.citeNames = (char **)XtRealloc(w->help.citeNames,
 ----------------------------------------------------^
cfe: Warning 709: Help.c, line 619: Incompatible pointer type assignment
       w->help.citeOffsets = (int*)XtRealloc(w->help.citeOffsets,
 ---------------------------------------------------^
cfe: Warning 709: Help.c, line 621: Incompatible pointer type assignment
       w->help.citations = (XmString*)XtRealloc(w->help.citations,
 ------------------------------------------------------^
cfe: Warning 709: Help.c, line 799: Incompatible pointer type assignment
   XtCallCallbacks(hw, "doneCallback" , 0 );
 ------------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Help.o debugger/Help.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Help.c
cfe: Warning 581: ./Help.h:36: Macro XtNtitle redefined.
cfe: Warning 581: ./Help.h:37: Macro XtCTitle redefined.
cfe: Warning 709: Help.c, line 119: Incompatible pointer type assignment
        Resize,
 -------^
cfe: Warning 709: Help.c, line 193: Incompatible pointer type assignment
     XtAddCallback(new->help.donew, ((char*)&_XmStrings[4683]) , DoneCallback, 
 ----------------------------------------------------------------^
cfe: Warning 709: Help.c, line 293: Incompatible pointer type assignment
 		  GotoSection, (caddr_t)new);
 		--^
cfe: Warning 709: Help.c, line 295: Incompatible pointer type assignment
 		  GotoCitation, (caddr_t)new);
 		--^
cfe: Warning 709: Help.c, line 561: Incompatible pointer type assignment
     XtFree(w->help.sectionOffsets);
 ------------------^
cfe: Warning 709: Help.c, line 562: Incompatible pointer type assignment
     XtFree(w->help.citeOffsets);
 ------------------^
cfe: Warning 709: Help.c, line 568: Incompatible pointer type assignment
     XtFree(w->help.sectionNames);
 ------------------^
cfe: Warning 709: Help.c, line 569: Incompatible pointer type assignment
     XtFree(w->help.sections);
 ------------------^
cfe: Warning 709: Help.c, line 575: Incompatible pointer type assignment
     XtFree(w->help.citeNames);
 ------------------^
cfe: Warning 709: Help.c, line 576: Incompatible pointer type assignment
     XtFree(w->help.citations);
 ------------------^
cfe: Warning 709: Help.c, line 596: Incompatible pointer type assignment
       w->help.sectionNames = (char **)XtRealloc(w->help.sectionNames,
 -------------------------------------------------------^
cfe: Warning 709: Help.c, line 598: Incompatible pointer type assignment
       w->help.sectionOffsets = (int*)XtRealloc(w->help.sectionOffsets,
 ------------------------------------------------------^
cfe: Warning 709: Help.c, line 600: Incompatible pointer type assignment
       w->help.sections = (XmString*)XtRealloc(w->help.sections,
 -----------------------------------------------------^
cfe: Warning 709: Help.c, line 617: Incompatible pointer type assignment
       w->help.citeNames = (char **)XtRealloc(w->help.citeNames,
 ----------------------------------------------------^
cfe: Warning 709: Help.c, line 619: Incompatible pointer type assignment
       w->help.citeOffsets = (int*)XtRealloc(w->help.citeOffsets,
 ---------------------------------------------------^
cfe: Warning 709: Help.c, line 621: Incompatible pointer type assignment
       w->help.citations = (XmString*)XtRealloc(w->help.citations,
 ------------------------------------------------------^
cfe: Warning 709: Help.c, line 799: Incompatible pointer type assignment
   XtCallCallbacks(hw, "doneCallback" , 0 );
 ------------------^
	rm -f dialog.o debugger/dialog.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include dialog.c
cfe: Warning 581: ./Parameter.h:35: Macro XmNlabelString redefined.
cfe: Warning 581: ./Parameter.h:36: Macro XmCLabelString redefined.
cfe: Warning 581: ./Parameter.h:43: Macro XmNvalue redefined.
cfe: Warning 581: ./Parameter.h:44: Macro XmCValue redefined.
cfe: Warning 581: ./Parameter.h:49: Macro XmNincrement redefined.
cfe: Warning 581: ./Parameter.h:50: Macro XmCIncrement redefined.
cfe: Warning 581: ./Parameter.h:59: Macro XmNvalueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:60: Macro XmCValueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:61: Macro XmNinitialDelay redefined.
cfe: Warning 581: ./Parameter.h:62: Macro XmCInitialDelay redefined.
cfe: Warning 581: ./Parameter.h:63: Macro XmNrepeatDelay redefined.
cfe: Warning 581: ./Parameter.h:64: Macro XmCRepeatDelay redefined.
cfe: Warning 596: ./Parameter.h: 78: text following #endif violates the ANSI C standard.
cfe: Warning 712: dialog.c, line 115: illegal combination of pointer and integer
     di->w = MuCreateOptionMenu(p, di->name);
 ----------^
cfe: Warning 709: dialog.c, line 156: Incompatible pointer type assignment
 		    d->info[i].value, (caddr_t) d);
 		--------------^
cfe: Warning 712: dialog.c, line 279: illegal combination of pointer and integer
       string = MuOptionMenuGetSelectedString(d->info[i].w);
 -------------^
cfe: Warning 709: dialog.c, line 292: Incompatible pointer type assignment
   XtFree(freestrings);
 ---------^
cfe: Warning 709: dialog.c, line 293: Incompatible pointer type assignment
   XtFree(floatings);
 ---------^
cfe: Warning 709: dialog.c, line 299: Incompatible pointer type assignment
   XtFree(d->arglist);
 ----------^
cfe: Warning 709: dialog.c, line 300: Incompatible pointer type assignment
   XtFree(d);
 ---------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv dialog.o debugger/dialog.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include dialog.c
cfe: Warning 581: ./Parameter.h:35: Macro XmNlabelString redefined.
cfe: Warning 581: ./Parameter.h:36: Macro XmCLabelString redefined.
cfe: Warning 581: ./Parameter.h:43: Macro XmNvalue redefined.
cfe: Warning 581: ./Parameter.h:44: Macro XmCValue redefined.
cfe: Warning 581: ./Parameter.h:49: Macro XmNincrement redefined.
cfe: Warning 581: ./Parameter.h:50: Macro XmCIncrement redefined.
cfe: Warning 581: ./Parameter.h:59: Macro XmNvalueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:60: Macro XmCValueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:61: Macro XmNinitialDelay redefined.
cfe: Warning 581: ./Parameter.h:62: Macro XmCInitialDelay redefined.
cfe: Warning 581: ./Parameter.h:63: Macro XmNrepeatDelay redefined.
cfe: Warning 581: ./Parameter.h:64: Macro XmCRepeatDelay redefined.
cfe: Warning 596: ./Parameter.h: 78: text following #endif violates the ANSI C standard.
cfe: Warning 712: dialog.c, line 115: illegal combination of pointer and integer
     di->w = MuCreateOptionMenu(p, di->name);
 ----------^
cfe: Warning 709: dialog.c, line 156: Incompatible pointer type assignment
 		    d->info[i].value, (caddr_t) d);
 		--------------^
cfe: Warning 712: dialog.c, line 279: illegal combination of pointer and integer
       string = MuOptionMenuGetSelectedString(d->info[i].w);
 -------------^
cfe: Warning 709: dialog.c, line 292: Incompatible pointer type assignment
   XtFree(freestrings);
 ---------^
cfe: Warning 709: dialog.c, line 293: Incompatible pointer type assignment
   XtFree(floatings);
 ---------^
cfe: Warning 709: dialog.c, line 299: Incompatible pointer type assignment
   XtFree(d->arglist);
 ----------^
cfe: Warning 709: dialog.c, line 300: Incompatible pointer type assignment
   XtFree(d);
 ---------^
	rm -f MuMenu.o debugger/MuMenu.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include MuMenu.c

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv MuMenu.o debugger/MuMenu.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include MuMenu.c
	rm -f AtConverters.o debugger/AtConverters.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include AtConverters.c
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv AtConverters.o debugger/AtConverters.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include AtConverters.c
cfe: Warning 581: ./Barchart.h:42: Macro XtCPosition redefined.
	rm -f Parameter.o debugger/Parameter.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Parameter.c
cfe: Warning 581: ./Parameter.h:35: Macro XmNlabelString redefined.
cfe: Warning 581: ./Parameter.h:36: Macro XmCLabelString redefined.
cfe: Warning 581: ./Parameter.h:43: Macro XmNvalue redefined.
cfe: Warning 581: ./Parameter.h:44: Macro XmCValue redefined.
cfe: Warning 581: ./Parameter.h:49: Macro XmNincrement redefined.
cfe: Warning 581: ./Parameter.h:50: Macro XmCIncrement redefined.
cfe: Warning 581: ./Parameter.h:59: Macro XmNvalueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:60: Macro XmCValueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:61: Macro XmNinitialDelay redefined.
cfe: Warning 581: ./Parameter.h:62: Macro XmCInitialDelay redefined.
cfe: Warning 581: ./Parameter.h:63: Macro XmNrepeatDelay redefined.
cfe: Warning 581: ./Parameter.h:64: Macro XmCRepeatDelay redefined.
cfe: Warning 596: ./Parameter.h: 78: text following #endif violates the ANSI C standard.
cfe: Warning 709: Parameter.c, line 201: Incompatible pointer type assignment
         pw->parameter.normal_GC = XtGetGC(pw,valueMask,&values);
 ------------------------------------------^
cfe: Warning 709: Parameter.c, line 206: Incompatible pointer type assignment
         pw->parameter.insensitive_GC = XtGetGC(pw, valueMask, &values);
 -----------------------------------------------^
cfe: Warning 709: Parameter.c, line 213: Incompatible pointer type assignment
     XtReleaseGC(pw, pw->parameter.normal_GC);
 ----------------^
cfe: Warning 709: Parameter.c, line 214: Incompatible pointer type assignment
     XtReleaseGC(pw, pw->parameter.insensitive_GC);
 ----------------^
cfe: Warning 709: Parameter.c, line 227: Incompatible pointer type assignment
     XtSetValues(pw->parameter.text_child, &arg, 1);
 -----------------------------^
cfe: Warning 709: Parameter.c, line 256: Incompatible pointer type assignment
 	XtCallCallbacks(pw, pw->parameter.valueChangedCallback,
 	----------------^
cfe: Warning 709: Parameter.c, line 256: Incompatible pointer type assignment
 	XtCallCallbacks(pw, pw->parameter.valueChangedCallback,
 	---------------------------------^
cfe: Warning 709: Parameter.c, line 338: Incompatible pointer type assignment
     XtSetKeyboardFocus(new, text_child);
 ----------------------------^
cfe: Warning 709: Parameter.c, line 340: Incompatible pointer type assignment
     XtInstallAccelerators(text_child, new);
 --------------------------^
cfe: Warning 709: Parameter.c, line 343: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.up_arrow_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 345: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.up_arrow_child, ((char*)&_XmStrings[6152]) ,
 -------------------------------^
cfe: Warning 709: Parameter.c, line 347: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.down_arrow_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 349: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.down_arrow_child, ((char*)&_XmStrings[6152]) ,
 -------------------------------^
cfe: Warning 709: Parameter.c, line 352: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.text_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 475: Incompatible pointer type assignment
 	    XtSetSensitive(text_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 476: Incompatible pointer type assignment
 	    XtSetSensitive(up_arrow_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 477: Incompatible pointer type assignment
 	    XtSetSensitive(down_arrow_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 480: Incompatible pointer type assignment
 	    XtSetSensitive(text_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 481: Incompatible pointer type assignment
 	    XtSetSensitive(up_arrow_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 482: Incompatible pointer type assignment
 	    XtSetSensitive(down_arrow_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 547: Incompatible pointer type assignment
     (superclass->core_class.realize)(widget, value_mask, attributes);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 549: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.text_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 550: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.up_arrow_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 551: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.down_arrow_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 553: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.text_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 555: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.up_arrow_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 557: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.down_arrow_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 636: Incompatible pointer type assignment
     XtQueryGeometry(text_child, 0 , &text_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 637: Incompatible pointer type assignment
     XtQueryGeometry(up_arrow_child, 0 , &up_arrow_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 638: Incompatible pointer type assignment
     XtQueryGeometry(down_arrow_child, 0 , &down_arrow_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 714: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.text_child, xpos, ypos);      
 -----------------------------^
cfe: Warning 709: Parameter.c, line 728: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.down_arrow_child, 
 -----------------------------^
cfe: Warning 709: Parameter.c, line 734: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.up_arrow_child, 
 -----------------------------^
cfe: Warning 709: Parameter.c, line 796: Incompatible pointer type assignment
 				     UpTimerProc, pw);  
 				-----^
cfe: Warning 709: Parameter.c, line 807: Incompatible pointer type assignment
 				     DownTimerProc, pw);  
 				-----^
cfe: Warning 740: Parameter.c, line 847: conflicting declarations for 'IncrementParameter'
 static void IncrementParameter(w)
 ------------^
cfe: Warning 653: Parameter.c, line 847: (previous declaration of 'IncrementParameter' at line 63 in file 'Parameter.c')
 static void IncrementParameter(w)
 ------------^
cfe: Warning 740: Parameter.c, line 857: conflicting declarations for 'BigIncrement'
 static void BigIncrement(w)
 ------------^
cfe: Warning 653: Parameter.c, line 857: (previous declaration of 'BigIncrement' at line 65 in file 'Parameter.c')
 static void BigIncrement(w)
 ------------^
cfe: Warning 740: Parameter.c, line 868: conflicting declarations for 'DecrementParameter'
 static void DecrementParameter(w)
 ------------^
cfe: Warning 653: Parameter.c, line 868: (previous declaration of 'DecrementParameter' at line 64 in file 'Parameter.c')
 static void DecrementParameter(w)
 ------------^
cfe: Warning 740: Parameter.c, line 878: conflicting declarations for 'BigDecrement'
 static void BigDecrement(w)
 ------------^
cfe: Warning 653: Parameter.c, line 878: (previous declaration of 'BigDecrement' at line 66 in file 'Parameter.c')
 static void BigDecrement(w)
 ------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Parameter.o debugger/Parameter.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Parameter.c
cfe: Warning 581: ./Parameter.h:35: Macro XmNlabelString redefined.
cfe: Warning 581: ./Parameter.h:36: Macro XmCLabelString redefined.
cfe: Warning 581: ./Parameter.h:43: Macro XmNvalue redefined.
cfe: Warning 581: ./Parameter.h:44: Macro XmCValue redefined.
cfe: Warning 581: ./Parameter.h:49: Macro XmNincrement redefined.
cfe: Warning 581: ./Parameter.h:50: Macro XmCIncrement redefined.
cfe: Warning 581: ./Parameter.h:59: Macro XmNvalueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:60: Macro XmCValueChangedCallback redefined.
cfe: Warning 581: ./Parameter.h:61: Macro XmNinitialDelay redefined.
cfe: Warning 581: ./Parameter.h:62: Macro XmCInitialDelay redefined.
cfe: Warning 581: ./Parameter.h:63: Macro XmNrepeatDelay redefined.
cfe: Warning 581: ./Parameter.h:64: Macro XmCRepeatDelay redefined.
cfe: Warning 596: ./Parameter.h: 78: text following #endif violates the ANSI C standard.
cfe: Warning 709: Parameter.c, line 201: Incompatible pointer type assignment
         pw->parameter.normal_GC = XtGetGC(pw,valueMask,&values);
 ------------------------------------------^
cfe: Warning 709: Parameter.c, line 206: Incompatible pointer type assignment
         pw->parameter.insensitive_GC = XtGetGC(pw, valueMask, &values);
 -----------------------------------------------^
cfe: Warning 709: Parameter.c, line 213: Incompatible pointer type assignment
     XtReleaseGC(pw, pw->parameter.normal_GC);
 ----------------^
cfe: Warning 709: Parameter.c, line 214: Incompatible pointer type assignment
     XtReleaseGC(pw, pw->parameter.insensitive_GC);
 ----------------^
cfe: Warning 709: Parameter.c, line 227: Incompatible pointer type assignment
     XtSetValues(pw->parameter.text_child, &arg, 1);
 -----------------------------^
cfe: Warning 709: Parameter.c, line 256: Incompatible pointer type assignment
 	XtCallCallbacks(pw, pw->parameter.valueChangedCallback,
 	----------------^
cfe: Warning 709: Parameter.c, line 256: Incompatible pointer type assignment
 	XtCallCallbacks(pw, pw->parameter.valueChangedCallback,
 	---------------------------------^
cfe: Warning 709: Parameter.c, line 338: Incompatible pointer type assignment
     XtSetKeyboardFocus(new, text_child);
 ----------------------------^
cfe: Warning 709: Parameter.c, line 340: Incompatible pointer type assignment
     XtInstallAccelerators(text_child, new);
 --------------------------^
cfe: Warning 709: Parameter.c, line 343: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.up_arrow_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 345: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.up_arrow_child, ((char*)&_XmStrings[6152]) ,
 -------------------------------^
cfe: Warning 709: Parameter.c, line 347: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.down_arrow_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 349: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.down_arrow_child, ((char*)&_XmStrings[6152]) ,
 -------------------------------^
cfe: Warning 709: Parameter.c, line 352: Incompatible pointer type assignment
     XtAddCallback(nw->parameter.text_child, 
 -------------------------------^
cfe: Warning 709: Parameter.c, line 475: Incompatible pointer type assignment
 	    XtSetSensitive(text_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 476: Incompatible pointer type assignment
 	    XtSetSensitive(up_arrow_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 477: Incompatible pointer type assignment
 	    XtSetSensitive(down_arrow_child, 0 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 480: Incompatible pointer type assignment
 	    XtSetSensitive(text_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 481: Incompatible pointer type assignment
 	    XtSetSensitive(up_arrow_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 482: Incompatible pointer type assignment
 	    XtSetSensitive(down_arrow_child, 1 );
 	-------------------^
cfe: Warning 709: Parameter.c, line 547: Incompatible pointer type assignment
     (superclass->core_class.realize)(widget, value_mask, attributes);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 549: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.text_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 550: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.up_arrow_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 551: Incompatible pointer type assignment
     XtRealizeWidget(widget->parameter.down_arrow_child);
 -------------------------------------^
cfe: Warning 709: Parameter.c, line 553: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.text_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 555: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.up_arrow_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 557: Incompatible pointer type assignment
     XtSetMappedWhenManaged(widget->parameter.down_arrow_child, 0 );
 --------------------------------------------^
cfe: Warning 709: Parameter.c, line 636: Incompatible pointer type assignment
     XtQueryGeometry(text_child, 0 , &text_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 637: Incompatible pointer type assignment
     XtQueryGeometry(up_arrow_child, 0 , &up_arrow_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 638: Incompatible pointer type assignment
     XtQueryGeometry(down_arrow_child, 0 , &down_arrow_reply);
 --------------------^
cfe: Warning 709: Parameter.c, line 714: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.text_child, xpos, ypos);      
 -----------------------------^
cfe: Warning 709: Parameter.c, line 728: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.down_arrow_child, 
 -----------------------------^
cfe: Warning 709: Parameter.c, line 734: Incompatible pointer type assignment
     XtMoveWidget(w->parameter.up_arrow_child, 
 -----------------------------^
cfe: Warning 709: Parameter.c, line 796: Incompatible pointer type assignment
 				     UpTimerProc, pw);  
 				-----^
cfe: Warning 709: Parameter.c, line 807: Incompatible pointer type assignment
 				     DownTimerProc, pw);  
 				-----^
cfe: Warning 740: Parameter.c, line 847: conflicting declarations for 'IncrementParameter'
 static void IncrementParameter(w)
 ------------^
cfe: Warning 653: Parameter.c, line 847: (previous declaration of 'IncrementParameter' at line 63 in file 'Parameter.c')
 static void IncrementParameter(w)
 ------------^
cfe: Warning 740: Parameter.c, line 857: conflicting declarations for 'BigIncrement'
 static void BigIncrement(w)
 ------------^
cfe: Warning 653: Parameter.c, line 857: (previous declaration of 'BigIncrement' at line 65 in file 'Parameter.c')
 static void BigIncrement(w)
 ------------^
cfe: Warning 740: Parameter.c, line 868: conflicting declarations for 'DecrementParameter'
 static void DecrementParameter(w)
 ------------^
cfe: Warning 653: Parameter.c, line 868: (previous declaration of 'DecrementParameter' at line 64 in file 'Parameter.c')
 static void DecrementParameter(w)
 ------------^
cfe: Warning 740: Parameter.c, line 878: conflicting declarations for 'BigDecrement'
 static void BigDecrement(w)
 ------------^
cfe: Warning 653: Parameter.c, line 878: (previous declaration of 'BigDecrement' at line 66 in file 'Parameter.c')
 static void BigDecrement(w)
 ------------^
	rm -f Cli.o debugger/Cli.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Cli.c
cfe: Warning 709: Cli.c, line 178: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: Cli.c, line 179: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: Cli.c, line 213: Incompatible pointer type assignment
 	XtSetValues(w,&a,1);
 	------------^
cfe: Warning 709: Cli.c, line 243: Incompatible pointer type assignment
 	XtRemoveCallback((Widget)w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 	-------------------------------------------------------^
cfe: Warning 709: Cli.c, line 244: Incompatible pointer type assignment
 	XtRemoveCallback((Widget)w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 	-------------------------------------------------------^
cfe: Warning 709: Cli.c, line 252: Incompatible pointer type assignment
 	XtAddCallback((Widget)w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 	----------------------------------------------------^
cfe: Warning 709: Cli.c, line 253: Incompatible pointer type assignment
 	XtAddCallback((Widget)w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 	----------------------------------------------------^
cfe: Warning 709: Cli.c, line 335: Incompatible pointer type assignment
     XtOverrideTranslations(new,CliTranslations);
 ---------------------------^
cfe: Warning 709: Cli.c, line 339: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------^
cfe: Warning 709: Cli.c, line 339: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 --------------------------------------------------^
cfe: Warning 709: Cli.c, line 340: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------^
cfe: Warning 709: Cli.c, line 340: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 --------------------------------------------------^
cfe: Warning 709: Cli.c, line 350: Incompatible pointer type assignment
 	XtAppAddInput(XtWidgetToApplicationContext(new), new->cli.fildes[0],
 	-------------------------------------------^
cfe: Warning 712: Cli.c, line 351: illegal combination of pointer and integer
 		      (1L<<0) ,DoOutput, new);
 		---------^
cfe: Warning 709: Cli.c, line 359: Incompatible pointer type assignment
 	XtAppAddInput(XtWidgetToApplicationContext(new),
 	-------------------------------------------^
cfe: Warning 712: Cli.c, line 361: illegal combination of pointer and integer
 		      (1L<<0) ,DoStderr, new);
 		---------^
cfe: Warning 709: Cli.c, line 367: Incompatible pointer type assignment
     XtSetValues(new,al,ac);
 ----------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv Cli.o debugger/Cli.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include Cli.c
cfe: Warning 709: Cli.c, line 178: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: Cli.c, line 179: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: Cli.c, line 213: Incompatible pointer type assignment
 	XtSetValues(w,&a,1);
 	------------^
cfe: Warning 709: Cli.c, line 243: Incompatible pointer type assignment
 	XtRemoveCallback((Widget)w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 	-------------------------------------------------------^
cfe: Warning 709: Cli.c, line 244: Incompatible pointer type assignment
 	XtRemoveCallback((Widget)w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 	-------------------------------------------------------^
cfe: Warning 709: Cli.c, line 252: Incompatible pointer type assignment
 	XtAddCallback((Widget)w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 	----------------------------------------------------^
cfe: Warning 709: Cli.c, line 253: Incompatible pointer type assignment
 	XtAddCallback((Widget)w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 	----------------------------------------------------^
cfe: Warning 709: Cli.c, line 335: Incompatible pointer type assignment
     XtOverrideTranslations(new,CliTranslations);
 ---------------------------^
cfe: Warning 709: Cli.c, line 339: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------^
cfe: Warning 709: Cli.c, line 339: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 --------------------------------------------------^
cfe: Warning 709: Cli.c, line 340: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------^
cfe: Warning 709: Cli.c, line 340: Incompatible pointer type assignment
     XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 --------------------------------------------------^
cfe: Warning 709: Cli.c, line 350: Incompatible pointer type assignment
 	XtAppAddInput(XtWidgetToApplicationContext(new), new->cli.fildes[0],
 	-------------------------------------------^
cfe: Warning 712: Cli.c, line 351: illegal combination of pointer and integer
 		      (1L<<0) ,DoOutput, new);
 		---------^
cfe: Warning 709: Cli.c, line 359: Incompatible pointer type assignment
 	XtAppAddInput(XtWidgetToApplicationContext(new),
 	-------------------------------------------^
cfe: Warning 712: Cli.c, line 361: illegal combination of pointer and integer
 		      (1L<<0) ,DoStderr, new);
 		---------^
cfe: Warning 709: Cli.c, line 367: Incompatible pointer type assignment
     XtSetValues(new,al,ac);
 ----------------^
	rm -f MessageLine.o debugger/MessageLine.o
	cc -g -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include MessageLine.c
cfe: Warning 709: MessageLine.c, line 140: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: MessageLine.c, line 141: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: MessageLine.c, line 169: Incompatible pointer type assignment
     XtSetValues(w,&a,1);
 ----------------^
cfe: Warning 709: MessageLine.c, line 192: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ---------------------^
cfe: Warning 709: MessageLine.c, line 192: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ---------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 193: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ---------------------^
cfe: Warning 709: MessageLine.c, line 193: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ---------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 201: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------^
cfe: Warning 709: MessageLine.c, line 201: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 202: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------^
cfe: Warning 709: MessageLine.c, line 202: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 224: Incompatible pointer type assignment
     XtCallCallbacks(w,((char*)&_XmStrings[7330]) ,s);
 --------------------^
cfe: Warning 709: MessageLine.c, line 246: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ----------------^
cfe: Warning 709: MessageLine.c, line 246: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 247: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ----------------^
cfe: Warning 709: MessageLine.c, line 247: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 251: Incompatible pointer type assignment
   XtSetValues(new,al,ac);
 --------------^
cfe: Warning 709: MessageLine.c, line 285: Incompatible pointer type assignment
   XtAddGrab(w, 1 , 0 );
 ------------^
cfe: Warning 709: MessageLine.c, line 306: Incompatible pointer type assignment
   XtRemoveGrab(w);
 ---------------^

uopt: Warning: file not optimized; use -g3 if both optimization and debug wanted
	mv MessageLine.o debugger/MessageLine.o
	cc -c -O2 -DSYSV -DPOSIX -DPOSIX_FLOCK -I. -D_AtDevelopment_  -DAFMPATH=\"/usr/athena/lib/ps\" -DX11R4_INTRINSICS  -I/usr/athena/include MessageLine.c
cfe: Warning 709: MessageLine.c, line 140: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: MessageLine.c, line 141: Incompatible pointer type assignment
       _XtInherit,   		 
 ------^
cfe: Warning 709: MessageLine.c, line 169: Incompatible pointer type assignment
     XtSetValues(w,&a,1);
 ----------------^
cfe: Warning 709: MessageLine.c, line 192: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ---------------------^
cfe: Warning 709: MessageLine.c, line 192: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ---------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 193: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ---------------------^
cfe: Warning 709: MessageLine.c, line 193: Incompatible pointer type assignment
     XtRemoveCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ---------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 201: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------^
cfe: Warning 709: MessageLine.c, line 201: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 202: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------^
cfe: Warning 709: MessageLine.c, line 202: Incompatible pointer type assignment
     XtAddCallback(w,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 224: Incompatible pointer type assignment
     XtCallCallbacks(w,((char*)&_XmStrings[7330]) ,s);
 --------------------^
cfe: Warning 709: MessageLine.c, line 246: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ----------------^
cfe: Warning 709: MessageLine.c, line 246: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8178]) ,VerifyCursorMotion,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 247: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ----------------^
cfe: Warning 709: MessageLine.c, line 247: Incompatible pointer type assignment
   XtAddCallback(new,((char*)&_XmStrings[8133]) ,VerifyModify,0 );
 ------------------------------------------------^
cfe: Warning 709: MessageLine.c, line 251: Incompatible pointer type assignment
   XtSetValues(new,al,ac);
 --------------^
cfe: Warning 709: MessageLine.c, line 285: Incompatible pointer type assignment
   XtAddGrab(w, 1 , 0 );
 ------------^
cfe: Warning 709: MessageLine.c, line 306: Incompatible pointer type assignment
   XtRemoveGrab(w);
 ---------------^
	rm -f libAt_d.a
	cd debugger; ar cqu libAt_d.a  FontFamily.o FontFamilyPS.o Text.o TextPS.o Label.o Plotter.o PlotterPS.o Axis.o AxisPS.o Plot.o XYPlot.o Scale.o TextPlot.o Barchart.o FBarchart.o XYErrorPlot.o ContourPlot.o Layout.o Help.o dialog.o MuMenu.o AtConverters.o Parameter.o Cli.o MessageLine.o && mv libAt_d.a ..
	\: libAt_d.a
	ar cru libAt.a FontFamily.o FontFamilyPS.o Text.o TextPS.o Label.o Plotter.o PlotterPS.o Axis.o AxisPS.o Plot.o XYPlot.o Scale.o TextPlot.o Barchart.o FBarchart.o XYErrorPlot.o ContourPlot.o Layout.o Help.o dialog.o MuMenu.o AtConverters.o Parameter.o Cli.o MessageLine.o
	\: libAt.a
