[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: tool bar icon size problems



On Tue, 19 Feb 2008 17:18:48 +0900,
Katsumi Yamaoka <yamaoka@xxxxxxx> wrote:

>>>>>> In [emacs-w3m : No.10018] Charles philip Chan wrote:
>> You are missing:

>> ,----
>>> --with-icondir=ICONDIR
>> `----

>> I put mine in site-lisp/etc/w3m.

> Thanks.

> Also try `make what-where' before installing.  It shows what will be
> installed to where.


Thank you both for spotting this!

I guess I was expecting ICONDIR to be something under PREFIX:

---<---------------cut here---------------start-------------->---
Fine tuning of the installation directories:
...
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
...

Optional Packages:
...
  --with-icondir=ICONDIR  directory for icons \$(data-directory)/images/w3m
...
---<---------------cut here---------------end---------------->---

If I specify --prefix=/usr/local, shouldn't ICONDIR expand to
/usr/local/share/images/w3m ?  But I see that:

---<---------------cut here---------------start-------------->---
$ make what-where

lispdir=/usr/local/share/emacs/site-lisp/w3m
ICONDIR=/usr/share/emacs/23.0.60/etc/images/w3m
PACKAGEDIR=NONE
infodir=/usr/local/share/info

install:
  *.el, *.elc, ChangeLog* -> /usr/local/share/emacs/site-lisp/w3m/
  *.info, *.info-*        -> /usr/local/share/info/

install-icons:
  *.gif, *.png, *.xpm     -> /usr/share/emacs/23.0.60/etc/images/w3m/

install-info:
  *.info, *.info-*        -> /usr/local/share/info/
---<---------------cut here---------------end---------------->---


hmmm... maybe it's choosing /usr/share/* because /usr/local/share/images
doesn't exist in my system.  Anyhow, no wonder I can't install ICONDIR,
since I've always done this as user, without access to /usr/share/*,
only to /usr/local/*.  Am I interpreting this wrong?


Cheers,

-- 
Seb