[comp.windows.x] Porting Xfig to VAX/VMS

spsisira@sdrc.UUCP (Sisira Jayasinghe) (07/13/90)

I am trying to port xfig 2.0 onto DECStation 3100 running DECWindows
under VAX/VMS 5.3-1.  DECWindows is run under X11R3 and I am getting
compiler errors since the following files are not found in the sys$library
or DECW$INCLUDE directories.

#include <X11/Command.h> 
#include <X11/Label.h>      
#include <X11/Dialog.h>
#include <X11/Box.h>
#include <X11/Form.h>
#include <X11/Scroll.h>		/* XtRFloat lives here! */

I am very grateful if you tell me how to get around this problem.

Thanks,

Sisira Jayasinghe.
Sr. Technical Development Engineer

uunet!sdrc!cae19!spsisira    Structural Dynamics Research Corporation
spsisira@sdrc.UUCP           2000 Eastman Dr.
                             Milford OH 45150
 

envbvs@epb2.lbl.gov (Brian V. Smith) (07/14/90)

In article <1505@sdrc.UUCP> spsisira@sdrc.UUCP (Sisira Jayasinghe) writes:
< 
< 
< I am trying to port xfig 2.0 onto DECStation 3100 running DECWindows
< under VAX/VMS 5.3-1.  DECWindows is run under X11R3 and I am getting
< compiler errors since the following files are not found in the sys$library
< or DECW$INCLUDE directories.
< 
< #include <X11/Command.h> 
< #include <X11/Label.h>      
< #include <X11/Dialog.h>
< #include <X11/Box.h>
< #include <X11/Form.h>
< #include <X11/Scroll.h>		/* XtRFloat lives here! */
 
Those are in the Athena Widget library.  You must first port that to VMS.
I don't know if that has already been done by anyone.

--
_____________________________________
Brian V. Smith    (bvsmith@lbl.gov)
Lawrence Berkeley Laboratory
I don't speak for LBL, these non-opinions are all mine.