Да в том то вся и маза, что на дисках его нема :( Дистр - Slackware 8.0, 3 cd(Inst,Extra,Src) Нету нигде.На filesearch нет, на rpmfind нет. Может кто знает,а?
From: Daedalus (daedalus@freemail.it) Search Result 1 Subject: libXaw3d and widec.h Newsgroups: comp.os.linux.x View: Complete Thread (2 articles) Original Format Date: 2000/07/21 README.XAW3D claims you need the original xc source tree in order to compile libXaw3d, but you can do it without... 1) in dir xc/lib/Xaw3d issue imake -I/usr/X11R6/lib/X11/config/ 2) edit the Makefile you got in section "# Imake rules for building libraries, programs..." (line 110) TOP = ../.. CURRENT_DIR = lib/Xaw3d uncomment # EXTRA_INCLUDES and use something like EXTRA_INCLUDES = -I/usr/X11R6/include for we have XFree already installed LDPRELIB = (intentionally blank) 3) in dir xc/lib/Xaw3d issue make includes if you miss widec.h you will have to delete -DHAS_WCTYPE_H in the Makefile, because -DNO_WIDEC_H will be ignored, read XawI18.h and decide what is the best choice 4) make && make install Google Ho
From: Daedalus (daedalus@freemail.it)
Search Result 1
Subject: libXaw3d and widec.h
Newsgroups: comp.os.linux.x
View: Complete Thread (2 articles)
Original Format
Date: 2000/07/21
README.XAW3D claims you need the original xc source tree in order to
compile libXaw3d, but you can do it without... 1) in dir xc/lib/Xaw3d issue
imake -I/usr/X11R6/lib/X11/config/ 2) edit the Makefile you got in section "# Imake rules for building
libraries, programs..."
(line 110)
TOP = ../..
CURRENT_DIR = lib/Xaw3d uncomment # EXTRA_INCLUDES and use something like
EXTRA_INCLUDES = -I/usr/X11R6/include for we have XFree already installed
LDPRELIB = (intentionally blank)
3) in dir xc/lib/Xaw3d issue
make includes if you miss widec.h you will have to delete -DHAS_WCTYPE_H in the
Makefile,
because -DNO_WIDEC_H will be ignored, read XawI18.h and decide what
is the best choice 4) make && make install
Google Ho