LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 02-02-2010, 03:27 PM   #1
begm42
LQ Newbie
 
Registered: Nov 2007
Location: Kanata, Ontario, Canada
Distribution: CentOS 5.2
Posts: 5

Rep: Reputation: 0
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
 
Old 02-02-2010, 04:21 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Not a direct answer to your question but xemacs is available from at least one of the Centos, EPEL, rpmfusion or equivalent main repos?..
 
Old 02-03-2010, 02:42 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 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.
.....
 
Old 02-04-2010, 01:29 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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/
.....

Last edited by knudfl; 02-04-2010 at 01:35 AM.
 
1 members found this post helpful.
Old 02-11-2010, 08:18 AM   #5
begm42
LQ Newbie
 
Registered: Nov 2007
Location: Kanata, Ontario, Canada
Distribution: CentOS 5.2
Posts: 5

Original Poster
Rep: Reputation: 0
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
 
Old 02-11-2010, 10:07 AM   #6
begm42
LQ Newbie
 
Registered: Nov 2007
Location: Kanata, Ontario, Canada
Distribution: CentOS 5.2
Posts: 5

Original Poster
Rep: Reputation: 0
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
 
Old 02-18-2010, 02:38 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
xemacs does execute however when I attempt to open ...
Which xemacs ? ? Please define package.

Or did you compile xemacs-21.4.22 ?

.....
 
  


Reply

Tags
centos, install, xemacs



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem installing NS-2 in CentOS 5.0 venkatteshb Linux - Newbie 0 01-04-2008 06:36 AM
Problem installing Centos 4.3 wrexn Linux - Software 7 07-21-2006 02:13 PM
Installing Xemacs Mistro116@yahoo.com Red Hat 1 10-03-2005 10:19 AM
does xemacs have anything to do with color? what is wrong with this xemacs? broodman Linux - Software 0 02-15-2004 10:43 AM
Problem installing PyQT and Xemacs Manuel Tejada Red Hat 0 09-09-2003 09:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration