T Kurosaka <- Sun Professional Services" <kuro(a)Japan.Sun.COM>> writes in
xemacs-beta(a)xemacs.org:
kuro> ... I have another problem: icon are all black.
kuro> Do I need to specify where the icon files are located?
No. You need to build with XPM support. You shouldn't be loading
.xbm files for the toolbar.
In order to narrow down the problem, I ran xemacs under truss
utility
and it seems that xemacs is reading the xbm files properly, for example:
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbm",
O_RDONLY) = 11
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbm",
O_RDONLY) = 11
but it fails to open the .xbmMask or .xbmmsk file for that icon:
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbmMask",
O_RDONLY) Err#2 ENOENT
open("/home/kuro/local/lib/xemacs-21.2-b13/etc/toolbar/last-win-up.xbmmsk",
O_RDONLY) Err#2 ENOENT
Would this be a problem? I don't know what these mask files do.
I also wonder why xemacs opens each .xbm files twice.
There are no mask files.