Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 12-DEC-1994 11:26:53.67 From: ALPHA::"[email protected]" To: alpha::odehelp CC: ALFRED@DEC:.zko.alpha Subj: Problems building dxterm in my sandbox I am trying to prepare a submit for Gold Minor BL5. After doing the workon, I did a "resb goldminx.nightly". After copying all the files from the dxterm directory in the backing tree and creating the Makefile from the Imakefile, I get the following when trying to build dxterm: dxterm (60)>make cc -O2 -Olimit 800 -Wf,-readonly_strings -I -L -L../../.././../tools/alpha_osf1 /cc/usr/shlib -L../../.././../tools/alpha_osf1/cc/usr/ccs/lib -I../../../. -I. ./../.././X11 -I../../.././../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -D SMT -DFUNCPROTO=3 -DDEC -DUNIX -DULTRIX -DDWTUNIX -DNEWXRM -DUTMP -DWTMP -DHYPE RHELP -c dt_input.c /usr/sde/osf1/build/ptx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error : dt_input.c: 371: Cannot open file ctype.h for #include /usr/sde/osf1/build/ptx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error : ../../.././X11/Xlib.h: 86: Cannot open file sys/types.h for #include /usr/sde/osf1/build/ptx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error : ../../.././X11/Xlib.h: 103: Cannot open file stddef.h for #include /usr/sde/osf1/build/ptx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error : ../../.././X11/Intrinsic.h: 81: Cannot open file string.h for #include /usr/sde/osf1/build/ptx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error : ../../.././X11/Xmd.h: 111: Cannot open file limits.h for #include *** Exit 1 Stop. Why are things being pulled out of the ptx tree? Is this part of the problem? And yes, I do use make and not build. It has always worked for me before... Alfred
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1151.1 | Re: Problems building dxterm in my sandbox | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Dec 13 1994 19:21 | 15 |
Date Of Receipt: 12-DEC-1994 11:34:01.56 From: FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE" To: alfred@dec:.mro.hannah CC: odehelp@DEC:.zko.flambe Subj: Re: Problems building dxterm in my sandbox Alfred, can you please send the output of running these two commands from within your workon session? : currentsb -all sbinfo Thanks... -josh | |||||
1151.2 | fwd: Problems building dxterm in my sandbox | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Dec 13 1994 19:36 | 58 |
Date Of Receipt: 12-DEC-1994 15:56:52.75 From: FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE 12-Dec-1994 1550" To: xcaptain@DEC:.zko.flambe, buildhelp@DEC:.zko.flambe CC: alfred@dec:.mro.hannah Subj: fwd: Problems building dxterm in my sandbox Can anyone provide any assistance to Alfred? thanks... ------- Forwarded Message Return-Path: [email protected] Delivery-Date: Mon, 12 Dec 94 14:57:26 -0500 Return-Path: [email protected] Received: from DECnet-Mail11.flambe.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/30Mar94-0502PM) id AA03864; Mon, 12 Dec 1994 14:57:25 -0500 Date: Mon, 12 Dec 1994 14:57:24 -0500 Message-Id: <[email protected]> From: [email protected] (Alfred von Campe, MRO1-2/J18, 297-9585 12-Dec-1994 1454 -0500) To: [email protected] Cc: ALFRED Subject: Re: Problems building dxterm in my sandbox Josh: >Alfred, is this still a problem? If you do "printenv | grep ptx" does this >come up with anything? Your sandbox info looks clean. Yes it is. There are no more references to ptx in my sandbox, but I still get similar errors as before (only with ptx replaced with goldminx): dxterm (8)>make cc -O2 -Olimit 800 -Wf,-readonly_strings -I -L -L../../.././../tools/alpha_osf1 /cc/usr/shlib -L../../.././../tools/alpha_osf1/cc/usr/ccs/lib -I../../../. -I. ./../.././X11 -I../../.././../tools/alpha_osf1/cc/usr/include -DDEC -DR5_XLIB -D SMT -DFUNCPROTO=3 -DDEC -DUNIX -DULTRIX -DDWTUNIX -DNEWXRM -DUTMP -DWTMP -DHYPE RHELP -c dt_input.c /usr/sde/osf1/build/goldminx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error: dt_input.c: 371: Cannot open file ctype.h for #include /usr/sde/osf1/build/goldminx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error: ../../.././X11/Xlib.h: 86: Cannot open file sys/types.h for #include /usr/sde/osf1/build/goldminx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error: ../../.././X11/Xlib.h: 103: Cannot open file stddef.h for #include /usr/sde/osf1/build/goldminx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error: ../../.././X11/Intrinsic.h: 81: Cannot open file string.h for #include /usr/sde/osf1/build/goldminx.nightly/tools/alpha_osf1/cc/usr/lib/cmplrs/cc/cfe: Error: ../../.././X11/Xmd.h: 111: Cannot open file limits.h for #include *** Exit 1 Stop. I thought I had already sent you the error messages above. Alfred ------- End of Forwarded Message |