James, Actually, had you sent that particular make output (and the cygcheck output) initially to the list, you would have gotten the response you're getting now from me: one of your problems is that you are missing the XFree86-prog package that contains the necessary header files, so it turned out that my original guess was correct (the XFree86 project calls their -devel package XFree86-prog for some reason).
In the future, to find out which package contains a particular file, you could use the package search page at <http://cygwin.com/packages/> (just searching for "X11/Intrinsic.h" -- the first missing header -- showed the XFree86-prog package). Hopefully, this gives you enough information to solve any other problems you might encounter with your endeavour of compiling ddd. I've taken the liberty of sending this message to the list (also attaching your original cygcheck output), so that others in the archives can see (and, hopefully, benefit from) the closure of this discussion. Igor On Sat, 2 Aug 2003, james wrote: > hi, igor, > again, i appreciate the time and trouble. i do try everything from man pages > to google search before i ask for help because i don't like others thinking > i just don't want to do the work myself. (in fact, that's how i came across > the 2> redirect operator that i used to get the make output i'm sending :)) > > as you can probably tell, i depend heavily on precompiled binaries; and the > make&installs i've done before have been perl modules, and i've never had > problems with them. i guess i need to learn more to help myself. do you know > of any good reference/tutorials on making & installing? > > thanks, > james > ----- Original Message ----- > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "james" <[EMAIL PROTECTED]> > Sent: Saturday, 02 August, 2003 10:57 > Subject: Re: Fw: problems compiling ddd on cygwin > > > James, > > > > Well, technically we're supposed to keep discussions of this sort on the > > list. However, we can have some private e-mail interaction now and follow > > up to the list later. > > > > I don't see anything immediately wrong with your system configuration. > > Plus, the make output doesn't seem to contain any error messages > > whatsoever (it's also very verbose, which might be the reason for the list > > manager bouncing it -- whatever possessed you to pass the -d flag to > > make?). In any case, could you please simply run "make" and send me the > > last, say, 100 lines of output? > > Igor > > > > On Sat, 2 Aug 2003, james wrote: > > > > > hi, igor, > > > sorry if i'm breaking protocol sending this info straight to you, but > > > the cygwin mailer-daemon bounced this. i do appreciate all the > > > suggestions you've given so far, and i hope the gzipped info is the make > > > output you said would be helpful. i do wish i could figure this problem > > > out on my own, but i am at present clueless. > > > > > > thanks for everything, > > > james > > > > > > ----- Original Message ----- > > > From: "james" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Saturday, 02 August, 2003 10:31 > > > Subject: Re: problems compiling ddd on cygwin > > > > > > > the gzipped file is output from make -d, the sys.txt is output from > > > > cygcheck -svr > > > > > > > > thanks for all the help! > > > > james > > > > > > > > ----- Original Message ----- > > > > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > > > > To: "james" <[EMAIL PROTECTED]> > > > > Cc: <[EMAIL PROTECTED]> > > > > Sent: Saturday, 02 August, 2003 07:56 > > > > Subject: Re: problems compiling ddd on cygwin > > > > > > > > > On Sat, 2 Aug 2003, james wrote: > > > > > > > > > > > hi! this is a cry for help. > > > > > > > > > > Our specialty. :-) > > > > > > > > > > > i've been trying to install ddd on cygwin on my windows xp box. i've been > > > > > > reading archive posts to see what problems others have reported, and the > > > > > > solutions offered. following suggestions to others, i've so far gotten > > > > > > through configure with: > > > > > > configure CC=gcc-2 --with-motif-includes=/usr/local/include/ > > > > > > --with-motif-libraries=/usr/local/lib --x-includes=/usr/X11R6/include/ > > > > > > --x-libraries=usr/X11R6/lib > > > > > > > > > > > > but when i type make, i get errors that force make to quit. > > > > > > i am a bit of a novice; i don't know how to figure why make is quitting or > > > > > > what someone else would have to see in order to understand the problem and > > > > > > advise on how to fix it. > > > > > > > > > > > > does anyone know why make is quitting, or could somebody please tell me > > > > > > what > > > > > > i need to do next to fix this (including telling me what info to post for > > > > > > diagnostics)? > > > > > > > > > > > > thanks for your patience, > > > > > > james > > > > > > > > > > Well, for one, the log of the make invocation would be helpful, as it > > > > > would show the exact commands you're running and the errors you get. You > > > > > may want to compress it with either bzip2 or gzip, as it might be quite > > > > > large. Alternatively, you could snip out the parts that definitely > > > > > completed successfully. Some information on your system (the output of > > > > > "cygcheck -svr" as an uncompressed non-inline text attachment, to be > > > > > precise) would also be useful in case you are simply missing some *-devel > > > > > packages. This would be enough information to start helping you diagnose > > > > > your problem. > > > > > Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton
In file included from ddd.C:138: ddd.h:39:27: X11/Intrinsic.h: No such file or directory In file included from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Xm.h:32:27: X11/Intrinsic.h: No such file or directory /usr/X11R6/include/Xm/Xm.h:33:23: X11/Shell.h: No such file or directory /usr/X11R6/include/Xm/Xm.h:34:23: X11/Xatom.h: No such file or directory In file included from /usr/X11R6/include/Xm/Xm.h:59, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/XmStrDefs.h:29:28: X11/StringDefs.h: No such file or directory In file included from /usr/X11R6/include/Xm/Xm.h:60, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/VirtKeys.h:68: `Display' was not declared in this scope /usr/X11R6/include/Xm/VirtKeys.h:68: `Dsp' was not declared in this scope /usr/X11R6/include/Xm/VirtKeys.h:68: `KeyCode' was not declared in this scope /usr/X11R6/include/Xm/VirtKeys.h:68: parse error before `,' token In file included from /usr/X11R6/include/Xm/DragC.h:30, from /usr/X11R6/include/Xm/DragDrop.h:29, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Display.h:30:23: X11/Shell.h: No such file or directory In file included from /usr/X11R6/include/Xm/Display.h:32, from /usr/X11R6/include/Xm/DragC.h:30, from /usr/X11R6/include/Xm/DragDrop.h:29, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/DropSMgr.h:93: syntax error before `*' token /usr/X11R6/include/Xm/DropSMgr.h:94: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:95: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:96: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:100: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:105: syntax error before `*' token /usr/X11R6/include/Xm/DropSMgr.h:106: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:107: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:108: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:116: 'Pixel' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:117: 'Pixel' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:118: 'Pixel' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:119: 'Pixmap' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:120: 'Pixel' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:121: 'Pixmap' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:122: 'Dimension' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:123: 'Pixel' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:124: 'Pixmap' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:125: 'Dimension' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:126: 'Dimension' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropSMgr.h:130: syntax error before `;' token /usr/X11R6/include/Xm/DropSMgr.h:139: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:139: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:142: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:142: parse error before `)' token /usr/X11R6/include/Xm/DropSMgr.h:143: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:143: parse error before `)' token /usr/X11R6/include/Xm/DropSMgr.h:144: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:144: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:147: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:147: parse error before `)' token /usr/X11R6/include/Xm/DropSMgr.h:148: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:148: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:151: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:151: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:155: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:155: parse error before `,' token /usr/X11R6/include/Xm/DropSMgr.h:158: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropSMgr.h:158: parse error before `)' token /usr/X11R6/include/Xm/DropSMgr.h:161: syntax error before `(' token In file included from /usr/X11R6/include/Xm/DragC.h:30, from /usr/X11R6/include/Xm/DragDrop.h:29, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Display.h:48: syntax error before `;' token /usr/X11R6/include/Xm/Display.h:53: syntax error before `(' token /usr/X11R6/include/Xm/Display.h:54: syntax error before `(' token In file included from /usr/X11R6/include/Xm/DragDrop.h:29, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/DragC.h:111: syntax error before `;' token /usr/X11R6/include/Xm/DragC.h:115: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:116: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:121: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:122: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:123: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:125: 'Window' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:126: parse error before `,' token /usr/X11R6/include/Xm/DragC.h:128: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:133: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:134: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:135: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:136: 'Window' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:145: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:146: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:150: parse error before `,' token /usr/X11R6/include/Xm/DragC.h:155: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:156: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:161: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:162: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:166: parse error before `,' token /usr/X11R6/include/Xm/DragC.h:171: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:172: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:180: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:181: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:186: parse error before `,' token /usr/X11R6/include/Xm/DragC.h:187: 'Window' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:188: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:193: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:194: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:204: syntax error before `*' token /usr/X11R6/include/Xm/DragC.h:205: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DragC.h:210: syntax error before `(' token /usr/X11R6/include/Xm/DragC.h:215: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DragC.h:215: parse error before `)' token /usr/X11R6/include/Xm/DragC.h:217: syntax error before `(' token In file included from /usr/X11R6/include/Xm/DragDrop.h:30, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/DragIcon.h:54: syntax error before `;' token /usr/X11R6/include/Xm/DragIcon.h:56: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DragIcon.h:56: parse error before `,' token In file included from /usr/X11R6/include/Xm/DragDrop.h:31, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/DropTrans.h:41: syntax error before `;' token /usr/X11R6/include/Xm/DropTrans.h:51: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropTrans.h:52: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/DropTrans.h:55: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropTrans.h:55: parse error before `,' token /usr/X11R6/include/Xm/DropTrans.h:56: `Widget' was not declared in this scope /usr/X11R6/include/Xm/DropTrans.h:56: parse error before `,' token In file included from /usr/X11R6/include/Xm/DragDrop.h:32, from /usr/X11R6/include/Xm/Transfer.h:29, from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/DragOverS.h:36: syntax error before `;' token In file included from /usr/X11R6/include/Xm/Xm.h:61, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Transfer.h:81: syntax error before `*' token /usr/X11R6/include/Xm/Transfer.h:82: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:83: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:84: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:85: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:87: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:90: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:92: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:93: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:100: syntax error before `*' token /usr/X11R6/include/Xm/Transfer.h:101: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:102: 'XtEnum' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:104: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:105: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:106: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:107: 'Time' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:112: syntax error before `*' token /usr/X11R6/include/Xm/Transfer.h:113: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:114: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:115: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:116: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:119: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:126: syntax error before `*' token /usr/X11R6/include/Xm/Transfer.h:127: 'Atom' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:128: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:130: 'XtPointer' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Transfer.h:133: `Widget' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:133: `XtEnum' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:134: parse error before `*' token /usr/X11R6/include/Xm/Transfer.h:136: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:136: parse error before `)' token /usr/X11R6/include/Xm/Transfer.h:136: variable or field `XmTransferDone' declared void /usr/X11R6/include/Xm/Transfer.h:136: initializer list being treated as compound expression /usr/X11R6/include/Xm/Transfer.h:137: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:137: `Atom' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:137: `XtCallbackProc' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:137: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:137: `Time' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:137: variable or field `XmTransferValue' declared void /usr/X11R6/include/Xm/Transfer.h:137: initializer list being treated as compound expression /usr/X11R6/include/Xm/Transfer.h:138: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:138: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:138: parse error before `,' token /usr/X11R6/include/Xm/Transfer.h:139: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:139: variable or field `XmTransferStartRequest ' declared void /usr/X11R6/include/Xm/Transfer.h:140: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:140: `Time' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:140: variable or field `XmTransferSendRequest' declared void /usr/X11R6/include/Xm/Transfer.h:140: initializer list being treated as compound expression /usr/X11R6/include/Xm/Transfer.h:142: `Widget' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:142: parse error before `,' token /usr/X11R6/include/Xm/Transfer.h:143: `Widget' was not declared in this scope /usr/X11R6/include/Xm/Transfer.h:143: parse error before `,' token In file included from /usr/X11R6/include/Xm/Xm.h:62, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Primitive.h:35: syntax error before `;' token In file included from /usr/X11R6/include/Xm/Xm.h:63, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Manager.h:35: syntax error before `;' token In file included from /usr/X11R6/include/Xm/Xm.h:64, from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Gadget.h:35: syntax error before `;' token In file included from ddd.h:40, from ddd.C:138: /usr/X11R6/include/Xm/Xm.h:228: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:228: `text_in_out' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:229: `XtPointer' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:229: parse error before `,' token /usr/X11R6/include/Xm/Xm.h:244: `XStringStyle' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:244: enumerator value for `XmSTYLE_STRING' not integer constant /usr/X11R6/include/Xm/Xm.h:245: `XCompoundTextStyle' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:245: enumerator value for `XmSTYLE_COMPOUND' not integer constant /usr/X11R6/include/Xm/Xm.h:246: `XTextStyle' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:246: enumerator value for `XmSTYLE_TEXT' not integer constant /usr/X11R6/include/Xm/Xm.h:247: `XStdICCTextStyle' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:247: enumerator value for `XmSTYLE_STANDARD_ICC_TEXT ' not integer constant /usr/X11R6/include/Xm/Xm.h:577: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:582: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:588: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:595: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:602: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:603: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:609: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:610: 'WidgetList' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:617: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:626: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:627: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:628: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:633: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:634: 'Window' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:639: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:640: 'Window' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:646: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:659: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:672: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:674: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:676: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:681: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:682: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:683: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:684: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:689: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:695: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:696: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:704: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:710: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:717: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:724: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:725: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:726: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:729: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:734: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:735: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:736: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:739: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:744: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:1056: syntax error before `;' token /usr/X11R6/include/Xm/Xm.h:1092: 'XmTextFormat' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:1098: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:1099: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:1112: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:1113: 'Boolean' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:1220: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:1221: 'Widget' is used as a type, but is not defined as a type. /usr/X11R6/include/Xm/Xm.h:1231: syntax error before `*' token /usr/X11R6/include/Xm/Xm.h:1248: `XmResourceBaseProc' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:1248: `Widget' was not declared in this scope /usr/X11R6/include/Xm/Xm.h:1248: parse error before `,' token /usr/X11R6/include/Xm/Xm.h:1248: typedef declaration includes an initializer /usr/X11R6/include/Xm/Xm.h:1248: confused by earlier errors, bailing out make[2]: *** [ddd.o] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
Cygwin Win95/NT Configuration Diagnostics Current System Time: Sat Aug 02 09:34:31 2003 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin c:\Tcl\bin c:\Perl\bin\ c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\Common Files\Adaptec Shared\System c:\Program Files\Network Associates\PGPNT c:\matlab6p1\bin\win32 C:\cygwin\bin C:\cygwin\usr\X11R6\bin C:\cygwin\bin\id.exe output (nontsec) UID: 500(Administrator) GID: 513(None) 513(None) 544(Administrators) 545(Users) C:\cygwin\bin\id.exe output (ntsec) UID: 500(Administrator) GID: 513(None) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS CYGWIN = `tty' HOME = `C:\cygwin\home\Administrator' MAKE_MODE = `unix' PWD = `/' USER = `Administrator' ALLUSERSPROFILE = `C:\Documents and Settings\All Users' APPDATA = `C:\Documents and Settings\Administrator\Application Data' COMMONPROGRAMFILES = `C:\Program Files\Common Files' COMPUTERNAME = `UT-EUQUS002ODKV' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' HOMEDRIVE = `C:' HOMEPATH = `\Documents and Settings\Administrator' HOSTNAME = `ut-euqus002odkv' LOGONSERVER = `\\UT-EUQUS002ODKV' MANPATH = `:/usr/ssl/man' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/ddd-3.3.7/ddd' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 4, GenuineIntel' PROCESSOR_LEVEL = `15' PROCESSOR_REVISION = `0204' PROGRAMFILES = `C:\Program Files' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 [EMAIL PROTECTED] \[\033[33m\w\033[0m\] $ ' SESSIONNAME = `Console' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `c:\DOCUME~1\ADMINI~1\LOCALS~1\Temp' TERM = `cygwin' TMP = `c:\DOCUME~1\ADMINI~1\LOCALS~1\Temp' USERDOMAIN = `UT-EUQUS002ODKV' USERNAME = `Administrator' USERPROFILE = `C:\Documents and Settings\Administrator' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 19077Mb 53% CP CS UN PA FC d: cd N/A N/A e: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Found: C:\cygwin\bin\cpp.exe Found: C:\cygwin\bin\find.exe Found: C:\cygwin\bin\gcc.exe Found: C:\cygwin\bin\gdb.exe Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\ld.exe Found: C:\cygwin\bin\ls.exe Found: C:\cygwin\bin\make.exe Found: C:\cygwin\bin\mv.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe 58k 2002/05/07 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2002/5/7 1:33 848k 2003/04/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2003/4/11 5:33 645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto.dll" v0.0 ts=2003/4/11 5:37 380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb-3.1.dll" v0.0 ts=2002/7/24 11:24 487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 11:25 45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 0:28 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 0:03 76k 2003/03/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/3/9 14:51 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 2:58 30k 2003/07/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/7/26 2:15 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 21:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 3:00 15k 2003/07/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/7/26 2:17 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 22:34 20k 2002/10/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2002/10/10 12:28 945k 2003/06/18 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2003/6/17 22:08 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 3:28 28k 2002/09/20 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2002/9/19 22:13 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 12:09 119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/8 23:19 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 0:27 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 0:03 48k 2003/03/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/3/9 14:51 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 0:29 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 0:03 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 0:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 0:03 284k 2003/03/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/3/9 14:50 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 0:27 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 0:03 31k 2003/03/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/3/9 14:50 63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 3:31 61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 3:31 1069k 2003/06/02 C:\cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_0.dll" v0.0 ts=2003/6/2 7:01 168k 2003/02/23 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0 "cygpng10.dll" v0.0 ts=2003/2/23 17:02 173k 2003/02/23 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/2/23 16:02 22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 22:34 127k 2002/10/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2002/10/10 12:28 176k 2003/04/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2003/4/11 5:33 165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0 "cygssl.dll" v0.0 ts=2003/4/11 5:37 281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 "cygtiff3.dll" v0.0 ts=2003/2/23 22:58 50k 2002/03/12 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2002/3/11 22:38 948k 2003/03/18 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2003/3/18 8:20 Cygwin DLL version info: DLL version: 1.3.22 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 78 Shared data: 3 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Tue Mar 18 09:20:11 EST 2003 CVS tag: dontuse-21 Shared id: cygwin1S3 41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0 "cygPropList-0.dll" v0.0 ts=2002/5/13 22:13 Cygwin Package Information Last downloaded files to: C:\cygwin\installation Last downloaded files from: ftp://ftp.nas.nasa.gov/mirrors/cygwin.com/pub/cygwin Package Version _update-info-dir 00193-1 ash 20020731-1 base-files 1.3-1 base-passwd 1.1-1 bash 2.05b-9 binutils 20030307-1 bzip2 1.0.2-2 ctags 5.5-4 cygrunsrv 0.96-1 cygutils 1.1.4-2 cygwin 1.3.22-1 cygwin-doc 1.3-4 diffutils 2.8.1-1 emacs 21.2-12 emacs-el 21.2-12 emacs-X11 21.2-12 fileutils 4.1-1 findutils 4.1.7-4 flex 2.5.4-2 fvwm 2.4.7-2 gawk 3.1.3-1 gcc 3.2-3 gcc-mingw 20020817-5 gcc2 2.95.3-10 gdb 20030303-1 gdbm 1.8.3-3 gettext 0.11.5-1 grace 5.1.12-1 grep 2.5-1 groff 1.18.1-2 gzip 1.3.3-4 less 378-1 lesstif 0.93.41-1 libbz2_1 1.0.2-2 libdb3.1 3.1.17-2 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-3 libgdbm3 1.8.3-3 libgdbm4 1.8.3-5 libiconv2 1.8-3 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.11.5-1 libjpeg6b 6b-8 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-1 libpcre 4.1-1 libpng10 1.0.15-1 libpng12 1.2.5-1 libpopt0 1.6.4-4 libPropList 0.10.1-3 libreadline4 4.1-2 libreadline5 4.3-2 libtiff3 3.6.0-2 login 1.9-5 lynx 2.8.4-5 make 3.80-1 man 1.5j-2 mingw-runtime 3.0-1 mktemp 1.4-1 ncurses 5.3-1 newlib-man 20020801 openbox 0.99.1-3 opengl 1.1.0-6 openssh 3.6.1p1-2 openssl 0.9.7b-1 openssl096 0.9.6j-1 patch 2.5.8-3 perl 5.8.0-3 perl_manpages 5.8.0-3 readline 4.3-2 rpm 4.1-1 rpm-build 4.1-1 rpm-doc 4.1-1 sed 4.0.7-1 sh-utils 2.0.15-3 tar 1.13.25-1 tcltk 20030214-1 termcap 20021106-2 terminfo 5.3-3 texinfo 4.2-4 textutils 2.0.21-1 w32api 2.3-1 wget 1.8.2-2 which 1.5-1 WindowMaker 0.80.0-2 x2x 1.27-2 Xaw3d 1.5-1 XFree86-base 4.2.0-1 XFree86-bin 4.2.0-3 XFree86-doc 4.2.0-1 XFree86-etc 4.2.0-1 XFree86-f100 4.2.0-3 XFree86-fenc 4.2.0-3 XFree86-fnts 4.2.0-3 XFree86-fscl 4.2.0-3 XFree86-fsrv 4.2.0-1 XFree86-lib 4.2.0-5 XFree86-man 4.2.0-1 XFree86-nest 4.2.0-1 XFree86-startup-scripts 4.2.0-5 XFree86-xserv 4.2.0-44 zlib 1.1.4-1 Use -h to see help about each section
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/