[comp.windows.open-look] XView 2.0 on DEC Ultrix 3.1

dembo@willcocks.csri (Prof. Ron Dembo) (03/06/91)

Greetings,
	I have problem in compiling the clients and contrib directory
with the following errors during linking:

ld:
Undefined:
svc_getreqset
xv_withdraw_window
xv_iconify_window

Since Ultrix 3.1 is running XV11R3, I compile the xview and open look
libraries with the flag PRE_R4_ICCCM defined. Searching through the
source codes I found xv_withdraw_window is #defined in
libxvin/win/win_treeop.c and xv_iconfy_window is #defined in
libxvol/frame/fm_set.c. Svc_getreqset() is used in
libxvm/notify/ndet_loop.c. All these are not in the source directory.

In the Makefile under lib/libxvol/misc/, one file xv_icccm.c is
also missing.

Has anyone tried to port Xview 2.0 to Ultrix 3.1 running on a DEC 3100
workstation?