Andy Piper <andyp(a)san-jose.beasys.com> writes:
At 05:12 PM 8/27/99 +0200, Hrvoje Niksic wrote:
>I'm compiling from the latest 21.2 CVS, and I don't see them. That's
>what made me ask the question in the first place.
You should get them automatically if you built from cvs.
I do build from CVS, but I don't get them automatically.
Please send me your build configuration. config.h should define
HAVE_WIDGETS and LWLIB_TABS_LUCID.
HAVE_WIDGETS is not #defined for me. But the fact is, I've always
just typed `make' after the CVS updates. Maybe I should start a
configure;make from scratch?
Here is my configuration:
uname -a: Linux pc-hrvoje 2.0.36 #17 Wed Jan 27 16:00:41 CET 1999 i586 unknown
../xemacs-20-hack/configure '--srcdir=/home/hniksic/work/emacs/xemacs-20-hack'
'--compiler=egcc' '--cflags=-g -O3 -mcpu=pentium -funroll-loops'
'--package-path=/home/hniksic/work/emacs/xemacs-packages'
'--use-union-type' '--with-mule'
XEmacs 21.2-b14 "Dionysos" configured for `i586-pc-linux'.
Where should the build process find the source code?
/home/hniksic/work/emacs/xemacs-20-hack
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/intel386.h'
What compiler should XEmacs be built with? egcc -g -O3 -mcpu=pentium
-funroll-loops
Should XEmacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for TIFF image handling.
Compiling in support for X-Face message headers.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for GNU DBM.
Compiling in support for ncurses.
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using raw Xlib to provide XIM support.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Using the union type for Lisp_Objects.
Compiling in extra code for debugging.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------