Hi,
I am trying to build XEmacs-21.4.14 with gcc-3.3.1 on SPARC/Solaris-8 with gtk+-2.2.4 (Gnome-2.4). I used these options for configure: --with-xpm=yes --with-scrollbars=gtk --with-dialogs=gtk --with-widgets=gtk. Is XEmacs working with gtk-2, or must I build against gtk-1? My compilation errors are below, thanks for any help:
gcc -c -O3 -mcpu=ultrasparc -I/home/jjones1/usr/gnome-2.4/include -I/home/jjones1/usr/include -Demacs -I. -DHAV
E_CONFIG_H -I/usr/openwin/include EmacsManager.c
gcc -O3 -mcpu=ultrasparc -I/home/jjones1/usr/gnome-2.4/include -I/home/jjones1/usr/include -L/home/jjones1/usr/
gnome-2.4/lib -L/home/jjones1/usr/lib -L/usr/ccs/lib -Xlinker -R/usr/ccs/lib:/home/jjones1/usr/gnome-2.4/lib:/ho
me/jjones1/usr/lib:/usr/openwin/lib:/home/jjones1/usr/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/../../.. -L/usr/ope
nwin/lib -o temacs abbrev.o alloc.o blocktype.o buffer.o bytecode.o callint.o callproc.o casefiddle.o casetab.
o chartab.o cmdloop.o cmds.o console.o console-stream.o data.o device.o dired.o doc.o doprnt.o dynarr.o editfns.
o elhash.o emacs.o eval.o events.o filelock.o unexsol2-6.o balloon_help.o balloon-x.o tooltalk.o eldap.o dgif_li
b.o gif_io.o menubar.o scrollbar.o dialog.o toolbar.o menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o r
ealpath.o inline.o sunplay.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm
.o terminfo.o event-unixoid.o database.o sysdll.o emodules.o process-unix.o event-stream.o extents.o faces.o fil
eio.o filemode.o floatfns.o fns.o font-lock.o frame.o general.o glyphs.o glyphs-eimage.o glyphs-widget.o gui.o
gutter.o hash.o imgproc.o indent.o insdel.o intl.o keymap.o line-number.o lread.o lstream.o macros.o marker.o
md5.o minibuf.o objects.o opaque.o print.o process.o profile.o rangetab.o redisplay.o redisplay-output.o regex.o
search.o select.o signal.o sound.o specifier.o strftime.o symbols.o syntax.o sysdep.o undo.o console-x.o devic
e-x.o event-Xt.o frame-x.o glyphs-x.o objects-x.o redisplay-x.o select-x.o xgccache.o widget.o window.o lastfil
e.o gmalloc.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsMana
ger.o ../lwlib/liblw.a -ltiff -lpng -ljpeg -lz -lXpm -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses /
usr/demo/SOUND/lib/libaudio.a -lldap -lm -lsocket -lnsl -lelf -lgen -ldl
Undefined first referenced
symbol in file
lwlib_widgets_athena gui-x.o
xaw_create_label ../lwlib/liblw.a(lwlib-Xlw.o)
lwlib_dialogs_athena gui-x.o
lwlib_scrollbars_athena gui-x.o
ld: fatal: Symbol referencing errors. No output written to temacs
collect2: ld returned 1 exit status
gmake[1]: *** [temacs] Error 1
gmake[1]: Leaving directory `/home/jjones1/usr/src/utilities/xemacs-21.4.14/src'
gmake: *** [src] Error 2