Development packages need to build emacs from source

2013-08-04 Thread Harry Putnam
I'm building emacs for the bzr sources but keep being told I don't
have x development pkgs installed.

I installed several xorg.*dev pkgs.. and a few others that looked like
they might be what I need.  But still getting the report from
configure that x development files are not found, and offers to buils
--without-x

Anyone here who has built emacs recently that knows what pkgs I need
to be able to build it?... 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/x6li4i4u47@newsguy.com



Re: Development packages need to build emacs from source

2013-08-04 Thread staticsafe
On Sat, Aug 03, 2013 at 12:27:52PM -0400, Harry Putnam wrote:
 I'm building emacs for the bzr sources but keep being told I don't
 have x development pkgs installed.
 
 I installed several xorg.*dev pkgs.. and a few others that looked like
 they might be what I need.  But still getting the report from
 configure that x development files are not found, and offers to buils
 --without-x
 
 Anyone here who has built emacs recently that knows what pkgs I need
 to be able to build it?... 

Have you tried `apt-get build-dep emacs`?
(Note - you need the sources repo in your sources.list.)

-- 
staticsafe
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Please don't top post.
Please don't CC! I'm subscribed to whatever list I just posted on.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130804160103.ga14...@uriel.asininetech.com



Re: Development packages need to build emacs from source

2013-08-04 Thread Kushal Kumaran
Harry Putnam rea...@newsguy.com writes:

 I'm building emacs for the bzr sources but keep being told I don't
 have x development pkgs installed.

 I installed several xorg.*dev pkgs.. and a few others that looked like
 they might be what I need.  But still getting the report from
 configure that x development files are not found, and offers to buils
 --without-x

 Anyone here who has built emacs recently that knows what pkgs I need
 to be able to build it?... 


Because emacs is already packaged for debian, you can use the existing
build dependencies as a starting point.  Use the apt-get build-dep
package command to install the build-time dependencies for any
package.  If the bzr sources require additional libraries, you will have
to look for those.

-- 
regards,
kushal


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51fe7cd5.05b8440a.3f3f.d...@mx.google.com



Re: Development packages need to build emacs from source

2013-08-04 Thread Teemu Likonen
Harry Putnam [2013-08-03 12:27:52 -04:00] wrote:

 Anyone here who has built emacs recently that knows what pkgs I need
 to be able to build it?...

I always build Emacs myself and install the following packages:

libgtk2.0-dev, libgnutls-dev, libfontconfig1-dev, libotf-dev,
libm17n-dev, libtiff4-dev, libxpm-dev, libncurses5-dev,
libpng12-dev, librsvg2-dev, libgif-dev, imagemagick, libgconf2-dev,
libasound2-dev, texinfo, liblockfile-dev, libmagick++-dev,
gnutls-bin

I configure it with options

--with-x-toolkit=gtk --with-wide-int


pgpJxoAANk1Mp.pgp
Description: PGP signature


Re: Development packages need to build emacs from source

2013-08-04 Thread Harry Putnam
Thanks to all.

That `apt-get build-dep emacs' is great... thanks, I'd forgotten about
that. 

Teemu posted the needed list... very helpful.

As it happens, I'd already gotten lucky tracking down the needed pkgs
(and probably a goodly number of unneeded) since my OP.

I will know better next time thanks again.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8761vle5wq@newsguy.com