unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 19149@debbugs.gnu.org
Subject: bug#19149: 25.0.50; Error in linking gtkutil.o
Date: Sat, 22 Nov 2014 20:57:24 +0100	[thread overview]
Message-ID: <B57D6CA0-DCBF-4583-BC27-AFB142B4B390@swipnet.se> (raw)
In-Reply-To: <87y4r3d5l7.fsf@gmx.de>

What is your gtk+ version?  Check /usr/include/gtk-2.0/gtk/gtkversion.h (I think).

	Jan D.

> 22 nov 2014 kl. 09:04 skrev Michael Albinus <michael.albinus@gmx.de>:
> 
> 
> I've tried to compile trunk Emacs on an old machine equipped with a mix
> of rhel5 and fedora10. It fails with the following error message:
> 
> gcc -std=gnu99 -Demacs  -I. -I. -I../lib -I../lib   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2    -I/usr/include/alsa   -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0    -I/usr/include/libpng12 -I/usr/include/libxml2   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include      -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/freetype2      -MMD -MF deps/.d -MP     -g3 -O2  -Wl,-znocombreloc   \
>          -o temacs  vm-limit.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o gtkutil.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o  profiler.o decompress.o     xfont.o ftfont.o xftfont.o ftxfont.o  fontset.o fringe.o image.o xgselect.o  terminfo.o lastfile.o      ../lib/libgnu.a       -ltiff -ljpeg -lpng12 -lgif -lXpm -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lSM -lICE -lX11 -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lasound   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -lacl -lrt   -lrt -L/lib64 -ldbus-1     -lXinerama -lXfixes   -lxml2 -lz -lm   -lgpm   -lncurses  -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0   -lselinux -lfreetype   -lfontconfig      -lpthread  -lm -lz
> gtkutil.o: In function `xg_set_toolkit_horizontal_scroll_bar_thumb':
> /home/albinus/src/emacs/src/gtkutil.c:3942: undefined reference to `gtk_adjustment_configure'
> collect2: ld returned 1 exit status
> make[1]: *** [temacs] Error 1
> make[1]: Leaving directory `/home/albinus/src/emacs/src'
> make: *** [src] Error 2
> 
> Best regards, Michael.
> 
> 






  reply	other threads:[~2014-11-22 19:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-22  8:04 bug#19149: 25.0.50; Error in linking gtkutil.o Michael Albinus
2014-11-22 19:57 ` Jan D. [this message]
2014-11-22 20:36   ` Michael Albinus
2014-11-23 10:58     ` Jan Djärv
2014-11-23 11:27       ` Michael Albinus
2014-11-23 13:31         ` Jan Djärv
2014-11-23 15:19           ` Michael Albinus
2014-11-23 16:34             ` Eli Zaretskii
2014-11-23 21:18               ` Jan D.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B57D6CA0-DCBF-4583-BC27-AFB142B4B390@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=19149@debbugs.gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).