LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Problem Installing xemacs on Centos 5.4 (https://www.linuxquestions.org/questions/fedora-35/problem-installing-xemacs-on-centos-5-4-a-786523/)

begm42 02-02-2010 03:27 PM

Problem Installing xemacs on Centos 5.4
 
I am not sure if this is the correct forum but here is the question.

I am attempting to install Xemacs-21.4.22 on Centos 5.4 and get the following error message when I attempt to...

make install
..........
xlwmenu.c:39:28: error: X11/bitmaps/gray: No such file or directory
xlwmenu.c: In function 'XlwMenuInitialize':
xlwmenu.c:3015: error: 'gray_bits' undeclared (first use in this function)
xlwmenu.c:3015: error: (Each undeclared identifier is reported only once
xlwmenu.c:3015: error: for each function it appears in.)
xlwmenu.c:3016: error: 'gray_width' undeclared (first use in this function)
xlwmenu.c:3016: error: 'gray_height' undeclared (first use in this function)
make[1]: *** [xlwmenu.o] Error 1

------------------------------------------

I understand that there are some X11 bitmaps not included in Centos 5.4 however I have no idea how to install them.

Appreciate your help
Brian

unSpawn 02-02-2010 04:21 PM

Not a direct answer to your question but xemacs is available from at least one of the Centos, EPEL, rpmfusion or equivalent main repos?..

knudfl 02-03-2010 02:42 PM

# yum install emacs
.. provides version 21.4-20.el5, including a GUI for X.



The packages required for your compilation :

# yum install \
Xaw3d-devel libXp-devel xorg-x11-xbitmaps libXaw-devel

And xemacs-21.4.22 will create the executable xemacs
in a few minutes.
.....

knudfl 02-04-2010 01:29 AM

The only ' xemacs ' packages available for CentOS 5.x,
are kept at the CentOS maintainer Karanbir Singh /
rpm.pbone mirror/centos.karan.org/el5/extras/testing :
.. example
ftp://ftp.pbone.net/mirror/centos.ka...l5.kb.i386.rpm
> > xemacs-el-21.5.27-8.el5.kb.i386.rpm

http://rpm.pbone.net/ > Search > Advanced Search :

xemacs-nox-21.5.27-8.el5.kb.x86_64.rpm
xemacs-nox-21.5.27-8.el5.kb.i386.rpm
xemacs-el-21.5.27-8.el5.kb.x86_64.rpm
xemacs-el-21.5.27-8.el5.kb.i386.rpm
xemacs-common-21.5.27-8.el5.kb.x86_64.rpm
xemacs-common-21.5.27-8.el5.kb.i386.rpm
xemacs-21.5.27-8.el5.kb.x86_64.rpm
xemacs-21.5.27-8.el5.kb.i386.rpm
ftp://ftp.pbone.net/mirror/centos.ka...xtras/testing/
.....

begm42 02-11-2010 08:18 AM

My apologies for not responding sooner, I had a crisis that needed to be resolved.
Thank you for the solution, it seems to work great. I greatly appreciate your response.

Thanks
Brian

begm42 02-11-2010 10:07 AM

I guess I spoke to soon. xemacs does execute however when I attempt to open a file no file browser window appears.

"symbol's function definition is void: make-annotation"

If I use C-x C-f I get...

"Symbol's vale as variable is void: file-p"

Any ideas

Thanks
Brian

knudfl 02-18-2010 02:38 AM

Quote:

xemacs does execute however when I attempt to open ...
Which xemacs ? ? Please define package.

Or did you compile xemacs-21.4.22 ?

.....


All times are GMT -5. The time now is 06:23 PM.