Previous Next Up Title Contents Index Top Library

26.2 UIM/X - INTERFACE ARCHITECT

The integration principe is as follows :

Recompile UIM/X with the additional widgets to create a new executable.

A makefile enables the regeneration.

1. Update the environment variable OPGS_HOME

C-Shell : setenv OPGS_HOME <path>/OPGS

K-Shell : export OPGS_HOME=<path>/OPGS

2. Update the Makefile variables

UIMXDIR : UIM/X installation directory

X_CFLAGS

MOTIF_CFLAGS

X_LDFLAGS

MOTIF_LD_FLAGS : location flag for include and lib for X-Window and Motif

3. Start the makefile : make all

4. destroy unnecessary elements (objets,...) : make clean

Furthermore, the files located under :

<path> / OPGS / demos / GPHIGS_GUI / IBuild / UIMX / include

and <path> / OPGS / include

must be copied (or symbolic linkds created) in the include installation directory of UIM/X

<path-uimx> / include


Previous Next Up Title Contents Index Top Library