* Andrey Slusar <anrays@xxxxxxxxx> writes:
> ./configure \
> '--with-x11' \
auto-detected, you should only need this if for some reason your
system can't detect it. The most common use I've seen for it is
cygwin users who `--with-x11 --without-msw'
> '--with-mule' \
ok
> '--x-includes=/usr/X11R6/include' \
> '--x-libraries=/usr/X11R6/lib' \
> '--site-libraries=/usr/local/lib' \
> '--site-includes=/usr/local/include' \
I can't imagine needing any of these.
> '--with-xface' \
> '--with-sound=native' \
Both of these should auto-detect.
> '--with-pop' \
> '--with-xfs' \
ok
> '--with-jpeg'
> '--with-png' \
> '--with-tiff' \
> '--with-xpm' \
Should all auto-detect.
> '--with-ldap=no'
ok
>
'--infopath=/usr/local/lib/xemacs/info:/usr/local/info:/usr/X11R6/info:/usr/info:/usr/local/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info'
\
Nothing non-standard in here, so no point in specifying it.
> '--with-clash-detection' \
ok
> '--with-database=berkdb' \
Should auto-detect.
> '--with-xim=xlib' \
ok
> '--with-menubars=lucid' \
default, but I should keep quiet about this one becasue I set it to
lucid also. :-P
> '--with-scrollbars=motif' \
> '--with-dialogs=motif' \
> '--with-widgets=motif' \
OK, but motif is almost as buggy as windoze. If you have an
alternative, don't use motif.
> '--with-athena=xaw' \
You specify an athena type, but you don't use it anywhere... crazy.
Use athena for your scrollbars, dialogs, and widgets.
> '--with-canna=no' \
> '--with-wnn=no' \
> '--with-wnn6=no' \
Pretty sure these auto-detect, so you should only need to turn them
off if you have this stuff install and you _don't_ want to use it.
> '--x-libraries=/usr/X11R6/lib' \
> '--x-includes=/usr/X11R6/include' \
You already specified these earlier, and I still don't believe that
you need them.
> '--prefix=/usr/local' \
default, it's pointless setting it if you aren't changing the value
From the default.
> 'i386--freebsd'
ok
BTW, if these are the _exact_ options you use for XEmacs 21.4, I can
tell you that your SXEmacs and XEmacs configs are _very very_
different from each other.
Why?
Because SXEmacs is marked as "beta" and that turns on a whole mass of
error checking and debug code by default.
Andrey, try this...
Build XEmacs 21.4.16 using your normal configure settings, but before
you do, change this line in version.sh from:
emacs_is_beta=
to:
emacs_is_beta=t
Then do
make distclean
./configure $anray_conf_opts
make
And I bet that you get this crash you've reported in XEmacs as well.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve@xxxxxxxxxxx>---|
pgpSFR8Bto3Zr.pgp
Description: PGP signature
|