[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

413.0. "dxdb - getting started??" by NANTES::PAYNE () Thu Mar 16 1989 08:50

    I'm having a pb getting dxdb to run.
    
    Context :  VS2000 3.0FT with UWS 2.0(bl9)
    
    Using a documented example for dxdb : diroll, I get the following-
    
    # dxdb diroll
    killed
    
    and that's all.
    Can anyone tell what's missing in my software environment ??
    
    This is my 1st X-window experience !! (without training or doc of
    course - otherwise what's the fun ???!)
    
    What shell variables do I need to set up ??  (DISPLAY=nant02::0
    where nant02 is my nodename).
    What default files need to exist, locally or in root and do they
    need any specific entries for dxdb ??
    In groping around on another system I found a "sm.host_list" entry
    in Xdefaults - is this of any relevance ??
    
    I'm also looking dxdb doc on the network (for once I get working)
    
    Thanks in advance,
    
    David Payne (NANTES:: in France)
    

T.RTitleUserPersonal
Name
DateLines
413.1some ideas..FUEL::grahamif ya want home cookin, stay homeSun Mar 19 1989 03:0936
First check to see if dxdb (Ultrix X dbx) is installed.

Do this;

% setld -i UWSDECW020 | grep dxdb ...(for sdc software subsets)

you should see something like..

./usr/examples/dxdb/diroll.c
./usr/examples/dxdb/didisp.c
./usr/examples/dxdb
./usr/bin/dxdb

meaning dxdb is correctly installed  ...UWSDECW020  contains the optional
DECwindows applications...

if dxdb is not installed, use  setld -l /dev/rmt0h to install the UWSDECW020
subset.

To try dxdb and the droll example in /usr/examples/dxdb, do:

% cc -g diroll.c didisp.c -o diroll   ...(to compile..."-g" for debugging)

then,

% dxdb diroll  .....(to try out the diroll example).

Regarding the location of Ultrix documentation...this has been discussed in
here ....do a title search .  ...Node GURU[::~guest] is the reservoir for
Ultrix documentation.

I hope this helps...

							Kris..


413.2use your own copy of the examples directorySMURF::HOFFMANanywhere in the universeMon Mar 20 1989 19:279
    I've found that ordinary users get better results from the
    files in /usr/examples/dxdb if they copy these files to a local
    directory and then try compiling via "cc" and running dxdb on the
    reusltant executable "diroll".  The permissions in /usr/examples
    do not allow mere mortals the privelege of writing into the
    directories.
    
    John