>>>> "Adrian" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
Adrian> FYI
Adrian> From: "Bharat S. Jhaveri" <jhaveri(a)gci.net>
Adrian> Subject: Xemacs Binaries for cygwin with XFree86
Adrian> Newsgroups: comp.emacs.xemacs
Adrian> Date: Sun, 17 Mar 2002 18:38:32 -0900
Adrian> Organization: Posted via Supernews,
http://www.supernews.com
Adrian> X-Boundary:
_________________________________________________________________________________________
Adrian> Would someone please point me where can I get binaries for emacs or xemacs
Adrian> to run under cygwin/XFree86, or help me build xemacs 21.5.5. I tried to
Adrian> compile Xemacs-21.5.5 and it gives this error.
Adrian> gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare
Adrian> -Wshadow -Wpointer-arith -Demacs -I. -DHAVE_CONFIG_H -fno-caller-saves
-I/
Adrian> usr/X11R6/include dialog-msw.c
Adrian> In file included from /usr/include/stdlib.h:22,
Adrian> from lisp.h:39,
Adrian> from dialog-msw.c:29:
Adrian> /usr/include/alloca.h:14: warning: `alloca' redefined
Adrian> config.h:596: warning: this is the location of the previous definition
Adrian> dialog-msw.c: In function `dialog_popped_down':
Adrian> dialog-msw.c:293: warning: control reaches end of non-void function
Adrian> dialog-msw.c: In function `console_type_create_dialog_mswindows':
Adrian> dialog-msw.c:826: structure has no member named
Adrian> `make_dialog_box_internal_method'
Adrian> make[1]: *** [dialog-msw.o] Error 1
Adrian> make[1]: Leaving directory `/jhaveri/xemacs-21.5.5/src'
Adrian> make: *** [src] Error 2
I just compiled it OOTB with latest cygwin-1.3.10-1 installed.
LIBS='-L/usr/lib -lssl -lcrypto' \
configure \
--with-mule \
--with-site-lisp=yes \
--with-site-modules=yes \
--package-path=/usr/local/lib/xemacs/site-packages:/usr/local/lib/xemacs/xemacs-packages
\
--with_file_coding=yes \
--with_msw=no \
Ciao
Volker