cc -c -g   main.c
cc: Warning: main.c, line 102: In this statement, "create_xor_gc(...)" of type "int", is being converted to "pointer to struct _XGC". (cvtdiftypes)
    xorgc=create_xor_gc(swindow);
----^
cc: Warning: main.c, line 105: In this statement, "initFont(...)" of type "int", is being converted to "pointer to struct declared without a tag". (cvtdiftypes)
    large_font=initFont(display, xgc, LARGE_FONT1);
----^
cc: Warning: main.c, line 107: In this statement, "initFont(...)" of type "int", is being converted to "pointer to struct declared without a tag". (cvtdiftypes)
    large_font=initFont(display, xgc, LARGE_FONT2);
----^
cc: Warning: main.c, line 109: In this statement, "initFont(...)" of type "int", is being converted to "pointer to struct declared without a tag". (cvtdiftypes)
    small_font=initFont(display, xgc, SMALL_FONT1);
----^
cc: Warning: main.c, line 111: In this statement, "initFont(...)" of type "int", is being converted to "pointer to struct declared without a tag". (cvtdiftypes)
    small_font=initFont(display, xgc, SMALL_FONT2);
----^
cc -c -g   panel.c
cc: Warning: panel.c, line 128: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Title=WidgetCreate("title", xmLabelWidgetClass, ParPanel,
----^
cc: Warning: panel.c, line 165: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
       MapTypes = CreatePanelChoice(ParPanel, "Variogram Type:",
-------^
cc: Warning: panel.c, line 182: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
        Ok = WidgetCreate("Calculate", xmPushButtonWidgetClass, ParPanel,
--------^
cc: Warning: panel.c, line 280: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
    MainMenu=CreatePanelChoice(parent,
----^
cc -c -g   menu3.c
cc: Warning: menu3.c, line 86: In this statement, "create_option_menu(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
        Type=create_option_menu(ParPanel,
--------^
cc: Warning: menu3.c, line 105: In this statement, & before array "data->varname" is ignored. (addrarray)
		Par[i]=create_option_menu(RC1, par_name[i], &data->varname, 
------------------------------------------------------------^
cc: Warning: menu3.c, line 105: In this statement, "create_option_menu(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
		Par[i]=create_option_menu(RC1, par_name[i], &data->varname, 
----------------^
cc: Warning: menu3.c, line 109: In this statement, "create_table(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	RC2=create_table(ParPanel, 
--------^
cc -c -g   load.c
cc -c -g   gslib.c
cc -c -g   v_par.c
cc: Warning: v_par.c, line 392: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Title=WidgetCreate("title", xmLabelWidgetClass, ParPanel,
----^
cc: Warning: v_par.c, line 443: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
    VarioTypes = CreatePanelChoice(ParPanel, "Variogram Type:",
----^
cc: Warning: v_par.c, line 460: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
        Ok = WidgetCreate("Calculate", xmPushButtonWidgetClass, ParPanel,
--------^
cc -c -g   v_win.c
cc -c -g   v_cal.c
cc -c -g   axis.c
cc -c -g   v_hscat.c
cc: Warning: v_hscat.c, line 233: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
        Board=WidgetCreate("Scatboard", xmFormWidgetClass, s->Shell, 
--------^
cc: Warning: v_hscat.c, line 251: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	s->Drawing=WidgetCreate("Scatdrawing", xmDrawingAreaWidgetClass, Board, 
--------^
cc: Warning: v_hscat.c, line 314: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
     Cmd[0]=WidgetCreate("Reset", xmPushButtonGadgetClass, Board,
-----^
cc: Warning: v_hscat.c, line 319: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
     Cmd[1]=WidgetCreate("Return", xmPushButtonGadgetClass, Board,
-----^
cc -c -g   v_model.c
cc: Warning: v_model.c, line 246: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
   gama1=WidgetCreate("Gama11", xmLabelWidgetClass, lmc_form,
---^
cc: Warning: v_model.c, line 294: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
   wmm1_type[i]=CreatePanelChoice(lmc_form, "",
---^
cc: Warning: v_model.c, line 378: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
   p12[0]=WidgetCreate("", xmLabelWidgetClass, lmc_form,
---^
cc: Warning: v_model.c, line 396: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
   var2[0]=WidgetCreate("", xmLabelWidgetClass, lmc_form,
---^
cc: Warning: v_model.c, line 412: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Cmd[0]=WidgetCreate("Apply", xmPushButtonGadgetClass, lmc_form,
----^
cc: Warning: v_model.c, line 416: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Cmd[1]=WidgetCreate("Return", xmPushButtonGadgetClass, lmc_form,
----^
cc: Warning: v_model.c, line 428: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Cmd[0]=WidgetCreate("Apply", xmPushButtonGadgetClass, lmc_form,
----^
cc: Warning: v_model.c, line 432: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
    Cmd[1]=WidgetCreate("Return", xmPushButtonGadgetClass, lmc_form,
----^
cc: Warning: v_model.c, line 464: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
   gama1=WidgetCreate("Gama11", xmLabelWidgetClass, lmc_form,
---^
cc: Warning: v_model.c, line 845: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Title=WidgetCreate("title", xmLabelWidgetClass, ParPanel,
--------^
cc: Warning: v_model.c, line 854: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Label[0]=WidgetCreate("Type", xmToggleButtonWidgetClass, ParPanel,
--------^
cc: Warning: v_model.c, line 858: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Label[1]=WidgetCreate("Sill", xmToggleButtonWidgetClass, ParPanel,
--------^
cc: Warning: v_model.c, line 862: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
        Label[2]=WidgetCreate("Range", xmToggleButtonWidgetClass, ParPanel,
--------^
cc: Warning: v_model.c, line 884: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
      Func[i] = CreatePanelChoice(form, "",
------^
cc -c -g   lmc.c
cc -c -g   v_out.c
cc: Warning: v_out.c, line 98: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Panel=WidgetCreate(NULL, xmBulletinBoardWidgetClass, Dialog, 
--------^
cc: Warning: v_out.c, line 101: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
    DeviceType=CreatePanelChoice(Panel,
----^
cc: Warning: v_out.c, line 114: In this statement, "CreateTextItem(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
		Tmp[i] = CreateTextItem(Panel, 
----------------^
cc: Warning: v_out.c, line 116: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Error=WidgetCreate(NULL, xmLabelWidgetClass, Panel, 
--------^
cc -o xgam main.o panel.o menu3.o load.o gslib.o v_par.o v_win.o v_cal.o axis.o v_hscat.o v_model.o lmc.o v_out.o -g  v_out.c -lm -lXm -lXt -lX11 -L../xjc -lXjc 
cc: Warning: v_out.c, line 98: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Panel=WidgetCreate(NULL, xmBulletinBoardWidgetClass, Dialog, 
--------^
cc: Warning: v_out.c, line 101: In this statement, "CreatePanelChoice(...)" of type "int", is being converted to "pointer to pointer to struct _WidgetRec". (cvtdiftypes)
    DeviceType=CreatePanelChoice(Panel,
----^
cc: Warning: v_out.c, line 114: In this statement, "CreateTextItem(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
		Tmp[i] = CreateTextItem(Panel, 
----------------^
cc: Warning: v_out.c, line 116: In this statement, "WidgetCreate(...)" of type "int", is being converted to "pointer to struct _WidgetRec". (cvtdiftypes)
	Error=WidgetCreate(NULL, xmLabelWidgetClass, Panel, 
--------^
ld:
Unresolved:
ABS
ASSERT
*** Exit 1
Stop.
