From owner-freebsd-questions Thu Dec 26 06:55:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA22843 for questions-outgoing; Thu, 26 Dec 1996 06:55:33 -0800 (PST) Received: from user.netwalk.com (dh2@user.netwalk.com [205.156.197.170]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id GAA22836 for ; Thu, 26 Dec 1996 06:55:30 -0800 (PST) Received: (from dh2@localhost) by user.netwalk.com (8.6.12/8.6.9) id JAA00750; Thu, 26 Dec 1996 09:55:31 -0500 Message-ID: Date: Thu, 26 Dec 1996 09:55:30 -0500 From: dh2@netwalk.com (Randall Hopper) To: harpo@javanet.com (John D. Szumowski) Cc: freebsd-questions@freebsd.org Subject: Re: color xterm oddity... References: <32C1D236.446B9B3D@javanet.com> X-Mailer: Mutt 0.55 Mime-Version: 1.0 Reply-To: rhh@ct.picker.com In-Reply-To: ; from Randall Hopper on Dec 26, 1996 09:41:45 -0500 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Randall Hopper: |John D. Szumowski: | |i just installed the color_xterm package this evening. the only problem | |is that my Xaw3d scrollbars are no longer...they have been replaced by | |the cheezy stock scrollbars. what do i need to do to get them back? i | |tried running ldconfig in the /usr/X11/lib dir and rebooting, but no | |luck. | |Pull the color_xterm port, build it, and then replace "-lXaw" in the LIBS |variable in the Makefile with "-lXaw3d", remove the executable, and kick |off another "make". One other thing. This assumes you have compatible versions of Xaw and Xaw3d installed. Just to be safe, edit the few files including Xaw header files (main.c, menu.c, scrollbar.c) and replace Xaw include refs (X11/Xaw/...) with Xaw3d refs. E.g. change: #include with: #include Then "make". Randall Hopper