Re: Which development and image libraries needed to build emacs-24

2012-01-10 Thread Harry Putnam
Michael Heerdegen michael_heerde...@web.de writes:

 Hello Harry,

 just for the case you didn't know this: there is also an emacs-snapshot
 package for Debian, here:

   http://emacs.naquadah.org/

Thanks... good to know.


-- 
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/878vle3nqx@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Chris Davies
Chris Davies chris-use...@roaima.co.uk writes:
 Google debian install X development libraries suggests xorg-dev [...]
 Google debian install gtk development libraries [...]

Harry Putnam rea...@newsguy.com wrote:
 I guess you are joking?  When I do either of those searches I get
 exactly 1 hit... and it is the reply message of yours that I quote
 here. 

Very strange. I get 2,660,000 results, and the second is the one to
which I was referring: package libgtk2.0-dev. (Did you perhaps include
the quote marks? I didn't.)


 | sure you have development files for image handling, i.e.
 | tiff, gif, jpeg, png and xpm.

 It didn't seem to be particularly hard to follow the motif and find
 development package suggestions for at least some of these.

 I don't understand you here either ...  motif?

Theme. (Perhaps motif was a bad choice of word given the context.)

libtiff-dev or libtiff4-dev
libopenjpeg-dev or libjpeg62-dev or libjpeg8-dev

I've provided alternatives as suggested by Google because I've not
investigated which one is really the correct one; or perhaps there are
several required. I don't know.

Chris


-- 
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/hekot8x9qh@news.roaima.co.uk



Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Harry Putnam
Chris Davies chris-use...@roaima.co.uk writes:


[...]

 Very strange. I get 2,660,000 results, and the second is the one to
 which I was referring: package libgtk2.0-dev. (Did you perhaps include
 the quote marks? I didn't.)


Yes with the quotes.  I assumed that was your intent.

 | sure you have development files for image handling, i.e.
 | tiff, gif, jpeg, png and xpm.

 It didn't seem to be particularly hard to follow the motif and find
 development package suggestions for at least some of these.

 I don't understand you here either ...  motif?

 Theme. (Perhaps motif was a bad choice of word given the context.)

 libtiff-dev or libtiff4-dev
 libopenjpeg-dev or libjpeg62-dev or libjpeg8-dev

Thanks again.  In spite of my wooden headedness your clues solved the
problem as I reported in my first reply.

These again are plenty to solve further possible problems.  Very
helpful.

The last problem I reported:

,
| [...]
| creating src/epaths.h
| make[1]: Entering directory `/anex/usr_local/src/vcs/bzr/emacs/trunk'
| make[1]: Leaving directory `/anex/usr_local/src/vcs/bzr/emacs/trunk'
| config.status: executing gdbinit commands
| config.status: executing gdbinit commands
| ./config.status: line 2071: syntax error near unexpected token `;'
| ./config.status: line 2071: `;'
`

 Looking at that area of the file, I don't really see which `;' is out
 of place.
  
Was solved by further activities of emacs developers, and an update of
my bzr copy has removed that as well, so now compiling trouble free.



-- 
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/87ty45n4q7@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Harry Putnam
Bob Proulx b...@proulx.com writes:

 Harry Putnam wrote:
 Which development and image libraries needed to build emacs-24
 Can anyone offer a suggestion of what pkgs might be missing.

 A good place to start is with the build dependencies for emacs23.

   # apt-get install build-dep emacs23

 Installing the build dependencies for emacs23 may not be sufficient
 for building emacs24.  But it should get you quite far along the way
 to it.  Try that first.

Thanks, yes.  But in this case I already had that installed.


-- 
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/87pqetn4o2@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-08 Thread Michael Heerdegen
Hello Harry,

just for the case you didn't know this: there is also an emacs-snapshot
package for Debian, here:

  http://emacs.naquadah.org/


- Michael


-- 
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/87aa5x8xxc@web.de



Re: Which development and image libraries needed to build emacs-24

2012-01-07 Thread Harry Putnam
Chris Davies chris-use...@roaima.co.uk writes:

 Harry Putnam rea...@newsguy.com wrote:
 When I run this configure command:
 ./configure --with-xft --with-x-toolkit=lucid \
   --prefix=/usr/local/src/vcs/bzr/test/

 I get this final error:

 | configure: error: You seem to be running X, but no X development libraries
 | were found.

 Google debian install X development libraries suggests xorg-dev as
 the metapackage for ... X Window System development libraries.


 | and for the toolkit you want, such as Gtk+, Lesstif or Motif

 Google debian install gtk development libraries seems to provide some
 good suggestions


I guess you are joking?  When I do either of those searches I get
exactly 1 hit... and it is the reply message of yours that I quote
here. 

However xorg-dev appears to be the main source of trouble.

 | sure you have development files for image handling, i.e.
 | tiff, gif, jpeg, png and xpm.

 It didn't seem to be particularly hard to follow the motif and find
 development package suggestions for at least some of these.

I don't understand you here either ...  motif?

But with the xorg-dev pkg installed ./configure ends in another error
of a different kind.  I'm not sure if it something that must be fixed
before trying to build or not.

,
| [...]
| creating src/epaths.h
| make[1]: Entering directory `/anex/usr_local/src/vcs/bzr/emacs/trunk'
| make[1]: Leaving directory `/anex/usr_local/src/vcs/bzr/emacs/trunk'
| config.status: executing gdbinit commands
| config.status: executing gdbinit commands
| ./config.status: line 2071: syntax error near unexpected token `;'
| ./config.status: line 2071: `;'
`


Looking at that area of the file, I don't really see which `;' is out
of place.


-- 
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/87hb07lfx1@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-07 Thread Bob Proulx
Harry Putnam wrote:
 Which development and image libraries needed to build emacs-24
 Can anyone offer a suggestion of what pkgs might be missing.

A good place to start is with the build dependencies for emacs23.

  # apt-get install build-dep emacs23

Installing the build dependencies for emacs23 may not be sufficient
for building emacs24.  But it should get you quite far along the way
to it.  Try that first.

Bob


signature.asc
Description: Digital signature


Which development and image libraries needed to build emacs-24

2012-01-06 Thread Harry Putnam
I'm sorry since I asked this question a while back but am not finding
the answers now... search.gmane.org only turns up the same question by
me from 2008.

http://thread.gmane.org/gmane.linux.debian.user/342622

Googling brings up this same thread as the first hit.

But apparently the package names have changed or something since
search for the pkgs mentioned there fails.


So cutting to the chase:

When I run this configure command:
./configure --with-xft --with-x-toolkit=lucid \
   --prefix=/usr/local/src/vcs/bzr/test/

I get this final error:

,
| configure: error: You seem to be running X, but no X development libraries
| were found.  You should install the relevant development files for X
| and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
| sure you have development files for image handling, i.e.
| tiff, gif, jpeg, png and xpm.
`

I know I recently had this problem and solved it with someones
help... but am not finding that solution now.

Can anyone offer a suggestion of what pkgs might be missing.


-- 
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/87hb08mxu2@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Wayne Topa

On 01/06/2012 02:32 PM, Harry Putnam wrote:

I'm sorry since I asked this question a while back but am not finding
the answers now... search.gmane.org only turns up the same question by
me from 2008.

http://thread.gmane.org/gmane.linux.debian.user/342622

Googling brings up this same thread as the first hit.

But apparently the package names have changed or something since
search for the pkgs mentioned there fails.


So cutting to the chase:

When I run this configure command:
./configure --with-xft --with-x-toolkit=lucid \
--prefix=/usr/local/src/vcs/bzr/test/

I get this final error:

,
| configure: error: You seem to be running X, but no X development libraries
| were found.  You should install the relevant development files for X
| and for the toolkit you want, such as Gtk+, Lesstif or Motif.  Also make
| sure you have development files for image handling, i.e.
| tiff, gif, jpeg, png and xpm.
`

I know I recently had this problem and solved it with someones
help... but am not finding that solution now.

Can anyone offer a suggestion of what pkgs might be missing.




maybe you don't  have the xserver-xorg.dev package installed?

dpkg -l xserver-xorg-*

WT


--
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/4f075663.9080...@gmail.com



Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Wayne Topa

On 01/06/2012 03:15 PM, Wayne Topa wrote:

On 01/06/2012 02:32 PM, Harry Putnam wrote:

I'm sorry since I asked this question a while back but am not finding
the answers now... search.gmane.org only turns up the same question by
me from 2008.

http://thread.gmane.org/gmane.linux.debian.user/342622

Googling brings up this same thread as the first hit.

But apparently the package names have changed or something since
search for the pkgs mentioned there fails.


So cutting to the chase:

When I run this configure command:
./configure --with-xft --with-x-toolkit=lucid \
--prefix=/usr/local/src/vcs/bzr/test/

I get this final error:

,
| configure: error: You seem to be running X, but no X development
libraries
| were found. You should install the relevant development files for X
| and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
| sure you have development files for image handling, i.e.
| tiff, gif, jpeg, png and xpm.
`

I know I recently had this problem and solved it with someones
help... but am not finding that solution now.

Can anyone offer a suggestion of what pkgs might be missing.






Forget this.  I was working on an xserver problem and my Old Mind went 
dead.   :-(



maybe you don't have the xserver-xorg.dev package installed?

dpkg -l xserver-xorg-*

WT



--
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/4f075784.2070...@gmail.com



Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Harry Putnam
Wayne Topa linux...@gmail.com writes:


[...]


 Forget this.  I was working on an xserver problem and my Old Mind went
 dead.   :-(

Hehe... got a good chuckle out of that... That very thing is why I had
to post the query When I hit that error... my OLD MIND went dead.
Not sure its even recoverable hehe


-- 
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/874nw8mvbf@newsguy.com



Re: Which development and image libraries needed to build emacs-24

2012-01-06 Thread Chris Davies
Harry Putnam rea...@newsguy.com wrote:
 When I run this configure command:
 ./configure --with-xft --with-x-toolkit=lucid \
   --prefix=/usr/local/src/vcs/bzr/test/

 I get this final error:

 | configure: error: You seem to be running X, but no X development libraries
 | were found.

Google debian install X development libraries suggests xorg-dev as
the metapackage for ... X Window System development libraries.


 | and for the toolkit you want, such as Gtk+, Lesstif or Motif

Google debian install gtk development libraries seems to provide some
good suggestions


 | sure you have development files for image handling, i.e.
 | tiff, gif, jpeg, png and xpm.

It didn't seem to be particularly hard to follow the motif and find
development package suggestions for at least some of these.

Chris


-- 
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/2u1kt8xhei@news.roaima.co.uk