Kbase 12922: X11 Toolkit Warnings/Errors in Progress version 7 Motif.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
X11 Toolkit Warnings/Errors in Progress version 7 Motif.
PROGRESS version 7 Motif requires some environment variables to be
set up correctly, in order to work properly.
The X server will display warnings & errors if the environment
variables are set up incorrectly. To disable these messages,
use the following script to set up your environment correctly:
#!/bin/sh
########################################################################
#+ NAME
#+ XSETENV - Setup env vars for X to work with PROGRESS 7 Motif
#+
#+ PROGRESS version 7 Motif requires:
#+ X11R5
#+ Motif 1.2
#+
#+ RCS VERS $Id: XSETENV,v 1.9 93/07/20 14:26:13 pelland Exp $
########################################################################
#-- Set the following variables according to your environment --
XHOME="/usr2"
XVER="R5"
XMHOME="/usr2"
XMVER="1.2.2"
#---------------------------------------------------------------
LD_LIBRARY_PATH=$XHOME/$MACHINE/X11$XVER/lib: $XMHOME/$MACHINE/Motif$XMVER-$XVER/lib
XUSERFILESEARCHPATH= $XHOME/$MACHINE/X11$XVER/lib/X11/app-defaults/%N%S: $XMHOME/$MACHINE/Motif$XMVER-$XVER/lib/X11/app-defaults/%N%S: $XHOME/$MACHINE/X11R4/lib/X11/app-defaults
XNLSPATH=$XHOME/$MACHINE/X11$XVER/lib/X11
ls
XKEYSYMDB=$XHOME/$MACHINE/X11$XVER/lib/X11/XKeysymDB
PATH=:$XHOME/$MACHINE/X11$XVER/bin: $XHOME/$MACHINE/X11$XVER/pbin: $XMHOME/$MACHINE/Motif$XMVER-$XVER/bin: $XHOME/$MACHINE/X11R4/pbin:$PATH
export XHOME XVER XMHOME XMVER PATH LD_LIBRARY_PATH XUSERFILESEARCHPATH XNLSPATH XKEYSYMDB
Progress Software Technical Support Note # 12922