[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20050112: header problems in compiling Gempak 5.7.4



David,

Can we assume that /usr/X11R6/include/X11/Intrinsic.h
has read permissions?

It seems that while your motif headers are being read, your X11 are not
even though the X11 -I path looks correct. 

Steve CHiswell

>From: David Fitzgerald <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200501131507.j0DF7bv2019887

>This message is in MIME format. Since your mail reader does not understand
>this format, some or all of this message may not be legible.
>
>------_=_NextPart_000_01C4F8E7.FD73CC2F
>Content-Type: multipart/alternative;
>       boundary="----_=_NextPart_001_01C4F8E7.FD73CC2F"
>
>
>------_=_NextPart_001_01C4F8E7.FD73CC2F
>Content-Type: text/plain
>
>Hi guys,
>
> 
>
>I'm trying to compile Gempak 5.7.4 on Red Hat Enterprise, using gcc/g77.  I
>DID install the open Motif developers package, and all the archive files are
>present.  I have attached the make.out file, which is pretty big, but to
>summarize, I am getting tons of messages like:
>
> 
>
> 
>
>gcc -DUNDERSCORE -DLinux -I/export/home/gempak/GEMPAK5.7.4/gempak/include
>-I/usr/X11R6/include -O  -I/usr/X11R6/include -I/usr/X11R6/include -c
>NuiColorInit.c
>
>In file included from /usr/X11R6/include/Xm/XmAll.h:46,
>
>                 from
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,
>
>                 from NuiColorInit.c:1:
>
>/usr/X11R6/include/Xm/Xm.h:56:27: X11/Intrinsic.h: No such file or directory
>
>/usr/X11R6/include/Xm/Xm.h:57:23: X11/Shell.h: No such file or directory
>
>/usr/X11R6/include/Xm/Xm.h:58:23: X11/Xatom.h: No such file or directory
>
>plus tons more errors like this. 
>
> 
>
>What I don't get is why X11/Intrinsic.h is not being found, since it does
>exist underneath /usr/X11R6/include.  It is the same for the other missing
>files.  It seems like the compiler is only looking in usr/X11R6/include/Xm
>for X11/Intrinsic.h, and not the Include directory given with the -I switch.
>What did I forget to do that would cause this?
>
> 
>
>Thanks!!
>
> 
>
>Dave
>
> 
>
>*********************************************
>
>David Fitzgerald
>
>Distributed System Specialist II
>
>Millersville University
>
>Millersville PA 17551
>
>Phone: 717-871-2394
>
>Fax:     717-871-4725
>
>E-mail: address@hidden
><mailto:address@hidden> 
>
> 
>
> "I used to be with IT. But then they changed what IT was. Now what I'm with
>isn't IT, and what's IT seems scary and wierd. It'll happen to YOU." -- Abe
>Simpson 
>
> 
>
>
>
>------_=_NextPart_000_01C4F8E7.FD73CC2F
>Content-Type: application/octet-stream;
>       name="make.out"
>Content-Transfer-Encoding: quoted-printable
>Content-Disposition: attachment;
>       filename="make.out"
>
>Making all in /export/home/gempak/GEMPAK5.7.4/gempak=0A=
>make[1]: Entering directory `/export/home/gempak/GEMPAK5.7.4/gempak'=0A=
>making in /export/home/gempak/GEMPAK5.7.4/gempak/source=0A=
>make[2]: Entering directory =
>`/export/home/gempak/GEMPAK5.7.4/gempak/source'=0A=
>( cd bzip2; echo "making =
>/export/home/gempak/GEMPAK5.7.4/lib/linux/libbz2.a in `pwd`" ; \=0A=
>       make -w libbz2.a )=0A=
>making /export/home/gempak/GEMPAK5.7.4/lib/linux/libbz2.a in =
>/export/home/gempak/GEMPAK5.7.4/gempak/source/bzip2=0A=
>make[3]: Entering directory =
>`/export/home/gempak/GEMPAK5.7.4/gempak/source/bzip2'=0A=
>gcc -DUNDERSCORE -DLinux =
>-I/export/home/gempak/GEMPAK5.7.4/gempak/include -I/usr/X11R6/include =
>-O   -c compress.c=0A=
>gcc -DUNDERSCORE -DLinux =
>-I/export/home/gempak/GEMPAK5.7.4/gempak/include -I/usr/X11R6/include =
>-O   -c decompress.c=0A=
>gcc -DUNDERSCORE -DLinux =
>-I/export/home/gempak/GEMPAK5.7.4/gempak/include -I/usr/X11R6/include =
>-O   -c bzlib.c=0A=
>rm -f /export/home/gempak/GEMPAK5.7.4/lib/linux/libbz2.a=0A=
>ar cq /export/home/gempak/GEMPAK5.7.4/lib/linux/libbz2.a blocksort.o =
>huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o=0A=
>/bin/sh: line 1: test: too many arguments=0A=
>make[3]: Leaving directory =
>`/export/home/gempak/GEMPAK5.7.4/gempak/source/bzip2'=0A=
>Making all in /export/home/gempak/GEMPAK5.7.4/gempak/source/nxmlib=0A=
>make[3]: Entering directory =
>`/export/home/gempak/GEMPAK5.7.4/gempak/source/nxmlib'=0A=
>gcc -DUNDERSCORE -DLinux =
>-I/export/home/gempak/GEMPAK5.7.4/gempak/include -I/usr/X11R6/include =
>-O  -I/usr/X11R6/include -I/usr/X11R6/include -c NuiColorInit.c=0A=
>In file included from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/Xm.h:56:27: X11/Intrinsic.h: No such file or =
>directory=0A=
>/usr/X11R6/include/Xm/Xm.h:57:23: X11/Shell.h: No such file or =
>directory=0A=
>/usr/X11R6/include/Xm/Xm.h:58:23: X11/Xatom.h: No such file or =
>directory=0A=
>/usr/X11R6/include/Xm/Xm.h:59:34: X11/extensions/Print.h: No such file =
>or directory=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:60,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/XmStrDefs.h:1373: syntax error before "char"=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:60,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/XmStrDefs.h:5439:28: X11/StringDefs.h: No such =
>file or directory=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:61,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/XmStrDefs22.h:311: syntax error before "char"=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:62,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/VirtKeys.h:108: syntax error before '*' token=0A=
>In file included from /usr/X11R6/include/Xm/DragC.h:48,=0A=
>                 from /usr/X11R6/include/Xm/Transfer.h:44,=0A=
>                 from /usr/X11R6/include/Xm/Xm.h:63,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/Display.h:47:23: X11/Shell.h: No such file or =
>directory=0A=
>In file included from /usr/X11R6/include/Xm/Display.h:49,=0A=
>                 from /usr/X11R6/include/Xm/DragC.h:48,=0A=
>                 from /usr/X11R6/include/Xm/Transfer.h:44,=0A=
>                 from /usr/X11R6/include/Xm/Xm.h:63,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:88: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:88: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:89: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:90: syntax error before =
>"dragContext"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:90: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:91: syntax error before "x"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:91: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:95: syntax error before "animate"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:95: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:96: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:100: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:100: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:101: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:102: syntax error before =
>"dragContext"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:102: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:103: syntax error before "x"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:103: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:108: syntax error before '}' token=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:108: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:112: syntax error before "Pixel"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:112: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:113: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:114: syntax error before =
>"topShadowColor"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:114: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:115: syntax error before =
>"topShadowPixmap"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:115: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:116: syntax error before =
>"bottomShadowColor"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:116: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:117: syntax error before =
>"bottomShadowPixmap"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:117: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:118: syntax error before =
>"shadowThickness"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:118: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:119: syntax error before =
>"highlightColor"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:119: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:120: syntax error before =
>"highlightPixmap"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:120: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:121: syntax error before =
>"highlightThickness"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:121: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:122: syntax error before =
>"borderWidth"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:122: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:123: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:128: syntax error before =
>"WidgetClass"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:128: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:140: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:144: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:145: syntax error before =
>"XmDropSiteRegistered"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:146: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:146: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:148: syntax error before =
>"refWidget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:150: syntax error before =
>"enclosingWidget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:154: syntax error before =
>"refWidget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:156: syntax error before =
>"enclosingWidget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:160: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:165: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:168: syntax error before =
>"XmDropSiteGetActiveVisuals"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:169: syntax error before "widget"=0A=
>/usr/X11R6/include/Xm/DropSMgr.h:169: warning: data definition has no =
>type or storage class=0A=
>In file included from /usr/X11R6/include/Xm/DragC.h:48,=0A=
>                 from /usr/X11R6/include/Xm/Transfer.h:44,=0A=
>                 from /usr/X11R6/include/Xm/Xm.h:63,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from NuiColorInit.c:1:=0A=
>struct or union=0A=
>/usr/X11R6/include/Xm/DragC.h:198: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:202: syntax error before '}' token=0A=
>/usr/X11R6/include/Xm/DragC.h:202: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:206: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/DragC.h:206: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DragC.h:207: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:212: syntax error before "x"=0A=
>/usr/X11R6/include/Xm/DragC.h:212: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:213: syntax error before "window"=0A=
>/usr/X11R6/include/Xm/DragC.h:213: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:214: syntax error before "iccHandle"=0A=
>/usr/X11R6/include/Xm/DragC.h:214: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:215: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:219: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/DragC.h:219: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DragC.h:220: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:226: syntax error before '}' token=0A=
>/usr/X11R6/include/Xm/DragC.h:226: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:230: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/DragC.h:230: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/DragC.h:231: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:232: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:237: syntax error before "XmDragStart"=0A=
>/usr/X11R6/include/Xm/DragC.h:238: syntax error before "w"=0A=
>/usr/X11R6/include/Xm/DragC.h:241: warning: data definition has no type =
>or storage class=0A=
>/usr/X11R6/include/Xm/DragC.h:243: syntax error before "dragContext"=0A=
>/usr/X11R6/include/Xm/DragC.h:244: syntax error before =
>"XmTargetsAreCompatible"=0A=
>/usr/X11R6/include/Xm/DragC.h:245: syntax error before '*' token=0A=
>/usr/X11R6/include/Xm/DragC.h:249: warning: data definition has no type =
>or storage class=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:63,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>/export/home/gempak/GEMPAK5.7.4/gempak/include/geminc.h:59,=0A=
>                 from dcwou.c:6:=0A=
>/usr/X11R6/include/Xm/Transfer.h:80: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/Transfer.h:80: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/Transfer.h:81: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:82: syntax error before "target"=0A=
>/usr/X11R6/include/Xm/Transfer.h:82: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:83: syntax error before =
>"source_data"=0A=
>/usr/X11R6/include/Xm/Transfer.h:83: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:84: syntax error before =
>"location_data"=0A=
>/usr/X11R6/include/Xm/Transfer.h:84: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:86: syntax error before "parm"=0A=
>/usr/X11R6/include/Xm/Transfer.h:86: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:89: syntax error before "parm_type"=0A=
>/usr/X11R6/include/Xm/Transfer.h:89: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:91: syntax error before "value"=0A=
>/usr/X11R6/include/Xm/Transfer.h:91: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:92: syntax error before "type"=0A=
>/usr/X11R6/include/Xm/Transfer.h:92: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:95: syntax error before '}' token=0A=
>/usr/X11R6/include/Xm/Transfer.h:95: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:99: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/Transfer.h:99: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/Transfer.h:100: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:101: syntax error before =
>"operation"=0A=
>/usr/X11R6/include/Xm/Transfer.h:101: conflicting types for =
>`operation'=0A=
>/usr/X11R6/include/Xm/DragC.h:221: previous declaration of =
>`operation'=0A=
>/usr/X11R6/include/Xm/Transfer.h:101: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:103: syntax error before =
>"transfer_id"=0A=
>/usr/X11R6/include/Xm/Transfer.h:103: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:104: syntax error before =
>"destination_data"=0A=
>/usr/X11R6/include/Xm/Transfer.h:104: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:105: syntax error before =
>"location_data"=0A=
>/usr/X11R6/include/Xm/Transfer.h:105: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:106: syntax error before "time"=0A=
>/usr/X11R6/include/Xm/Transfer.h:106: `time' redeclared as different =
kind of symbol=0A=
>/usr/include/time.h:184: previous declaration of `time'=0A=
>/usr/X11R6/include/Xm/Transfer.h:106: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:107: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:111: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/Transfer.h:111: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/Transfer.h:112: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:113: syntax error before "target"=0A=
>/usr/X11R6/include/Xm/Transfer.h:113: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:114: syntax error before "type"=0A=
>/usr/X11R6/include/Xm/Transfer.h:114: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:115: syntax error before =
>"transfer_id"=0A=
>/usr/X11R6/include/Xm/Transfer.h:115: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:118: syntax error before "value"=0A=
>/usr/X11R6/include/Xm/Transfer.h:118: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:121: syntax error before '}' token=0A=
>/usr/X11R6/include/Xm/Transfer.h:121: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:125: syntax error before "XEvent"=0A=
>/usr/X11R6/include/Xm/Transfer.h:125: warning: no semicolon at end of =
>struct or union=0A=
>/usr/X11R6/include/Xm/Transfer.h:126: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:127: syntax error before =
>"transfer_id"=0A=
>/usr/X11R6/include/Xm/Transfer.h:127: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:128: conflicting types for `status'=0A=
>/usr/X11R6/include/Xm/Transfer.h:90: previous declaration of =
>`status'=0A=
>/usr/X11R6/include/Xm/Transfer.h:129: syntax error before =
>"client_data"=0A=
>/usr/X11R6/include/Xm/Transfer.h:129: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:130: warning: data definition has no =
>type or storage class=0A=
>/usr/X11R6/include/Xm/Transfer.h:133: syntax error before '*' token=0A=
>/usr/X11R6/include/Xm/Transfer.h:135: syntax error before =
>"XmTransferStatus"=0A=
>/usr/X11R6/include/Xm/Transfer.h:137: warning: parameter names (without =
>types) in function declaration=0A=
>/usr/X11R6/include/Xm/Transfer.h:138: syntax error before "int"=0A=
>/usr/X11R6/include/Xm/Transfer.h:139: warning: parameter names (without =
>types) in function declaration=0A=
>/usr/X11R6/include/Xm/Transfer.h:140: warning: parameter names (without =
>types) in function declaration=0A=
>In file included from /usr/X11R6/include/Xm/Xm.h:64,=0A=
>                 from /usr/X11R6/include/Xm/XmAll.h:46,=0A=
>                 from =
>
>------_=_NextPart_000_01C4F8E7.FD73CC2F--
>
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.