all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Subject: Re: Compiling CVS Emacs with X toolkit
Date: Thu, 23 Nov 2006 18:55:31 +0200	[thread overview]
Message-ID: <87hcwqdrwc.fsf@kobe.laptop> (raw)
In-Reply-To: 1164293948.178111.49410@j72g2000cwa.googlegroups.com

On 23 Nov 2006 06:59:08 -0800, "Robert Thorpe" <rthorpe@realworldtech.com> wrote:
> Mathias Dahl wrote:
>> Since upgradring my GNU/Linux installation from Mandrake 10.1 Official
>> to Mandriva Free 2007, my CVS Emacs build does not get any X
>> capabilities. I use the same script (cd prj/emacs; cvs update;
>> ./configure; make etc...) as I did before.
>>
>> Of course I understand that this has to do with the new install and
>> that I lack some "blabla-devel-y.z" libraries, but I find it hard to
>> figure out exactly which I lack. Using rpmdrake (which is a very nice
>> tool), there is a jungle of different libs for "X" to choose from. I
>> don't care much about which toolkit I use although GTK would be nice.
>>
>> Any pointers?
>>
>> Maybe this question would be more valid in some Mandria forum, I don't
>> know...
>
> Do what Giorgos said.  The libraries Emacs uses are libXt and libXaw,
> as far as I can remember.

Right... and a few other X11-related libraries.

   % keramida@kobe:/home/keramida$ emacs --batch --eval '(princ (format "%s\n" (version)))'
   % GNU Emacs 22.0.91.2 (i386-unknown-freebsd7.0, X toolkit)
   %  of 2006-11-22 on kobe
   % keramida@kobe:/home/keramida$ ldd /opt/emacs/bin/emacs
   % /opt/emacs/bin/emacs:
=> %         libXaw.so.8 => /usr/X11R6/lib/libXaw.so.8 (0x281cf000)
=> %         libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28223000)
=> %         libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28237000)
=> %         libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28282000)
=> %         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2828a000)
=> %         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x282a0000)
   %         libtiff.so.4 => /usr/local/lib/libtiff.so.4 (0x282ad000)
   %         libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x282fb000)
   %         libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28319000)
   %         libz.so.3 => /lib/libz.so.3 (0x2833b000)
   %         libm.so.4 => /lib/libm.so.4 (0x2834c000)
   %         libungif.so.5 => /usr/local/lib/libungif.so.5 (0x28362000)
=> %         libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x2836a000)
=> %         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28379000)
   %         libutil.so.6 => /lib/libutil.so.6 (0x2843b000)
   %         libncurses.so.6 => /lib/libncurses.so.6 (0x28447000)
   %         libc.so.7 => /lib/libc.so.7 (0x2848f000)
=> %         libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x28583000)
   % keramida@kobe:/home/keramida$ 

  reply	other threads:[~2006-11-23 16:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 14:46 Compiling CVS Emacs with X toolkit Mathias Dahl
2006-11-22 21:13 ` Sean Sieger
2006-11-22 21:33 ` Giorgos Keramidas
2006-11-23 14:59 ` Robert Thorpe
2006-11-23 16:55   ` Giorgos Keramidas [this message]
2006-11-23 17:22     ` Robert Thorpe
2006-11-23 23:02       ` Giorgos Keramidas
2006-11-24 17:51       ` Leo
2006-11-23 17:20 ` Mathias Dahl

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

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

  git send-email \
    --in-reply-to=87hcwqdrwc.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.