G'Day,
(I'm sure whether this should go to xemacs-nt or to here?!)
I've been trying to build xemacs-21.2-b3 on windows 98 with MSVC++ 5.0, but
to no avail. I've followed the instructions in nt/README; I built the
jpeg, png, and xpm libraries and I tried to build xemacs with:
nmake -f xemacs.mak HAVE_XPM=1 XPM_DIR="d:\xpm-3.4k" HAVE_JPEG=1
JPEG_DIR="d:\jpeg-6b" HAVE_PNG=1 PNG_DIR="d:\libpng"
ZLIB_DIR="d:\zlib"
WITH_GUNGHO=1 PACKAGEPATH="d:\xemacs-21.0\packages"
INSTALL_DIR="d:\xemacs-21.0"
All compiles fine, but when trying to link temacs the following symbols are
unresolved:
from dired.c: getpwent, setpwent, endpwent
from filelock.c: symlink, rindex, index, readlink
The password entry ones make sense, as do the link ones, as windows 98
doesn't have links or password files. Are there supposed to be stubs for
these functions under windows 95/98? I looked through the source tree and
read the building xemacs under windows document from Hrvoje's home page but
I didn't see any mention of caveats of build under windows 95/98.
As for the the rindex/index problem Martin recently sent a patch that
should fix that problem.
cheers
Dan
--
Dan Glastonbury <dan at adelaide.maptek.com.au> `Network is unreachabl'
Show replies by date