LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-19-2005, 08:07 AM   #1
Erik_the_Red
Member
 
Registered: Jun 2003
Location: Georgia
Distribution: Arch
Posts: 113

Rep: Reputation: 15
Problems compiling Enlightenment 0.16.7


I'm on Ubuntu 5.10. Even though Debian has 0.16.7 in their apt repositories, it doesn't exist on Ubuntu

I have installed freetype and imlib2. enlightenment.org is currently down, so I don't know the other dependencies but they were like zip and jpeg, which I believe I have.

I typed ./configure && make and the make result was as follows:

Code:
make  all-recursive
make[1]: Entering directory `/home/alex/enlightenment-0.16.7.1'
Making all in intl
make[2]: Entering directory `/home/alex/enlightenment-0.16.7.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/enlightenment-0.16.7.1/intl'
Making all in dox
make[2]: Entering directory `/home/alex/enlightenment-0.16.7.1/dox'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/enlightenment-0.16.7.1/dox'
Making all in eesh
make[2]: Entering directory `/home/alex/enlightenment-0.16.7.1/eesh'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/enlightenment-0.16.7.1/eesh'
Making all in epp
make[2]: Entering directory `/home/alex/enlightenment-0.16.7.1/epp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/enlightenment-0.16.7.1/epp'
Making all in src
make[2]: Entering directory `/home/alex/enlightenment-0.16.7.1/src'
make[3]: Entering directory `/home/alex/enlightenment-0.16.7.1/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I/usr/local/include     -g -O2 -MT draw.o -MD -MP -MF ".deps/draw.Tpo" -c -o draw.o draw.c; \
then mv -f ".deps/draw.Tpo" ".deps/draw.Po"; else rm -f ".deps/draw.Tpo"; exit 1; fi
draw.c:1280:36: error: X11/bitmaps/flipped_gray: No such file or directory
draw.c:1281:28: error: X11/bitmaps/gray: No such file or directory
draw.c:1282:29: error: X11/bitmaps/gray3: No such file or directory
draw.c: In function ‘DrawEwinShape’:
draw.c:1358: error: ‘flipped_gray_bits’ undeclared (first use in this function)
draw.c:1358: error: (Each undeclared identifier is reported only once
draw.c:1358: error: for each function it appears in.)
draw.c:1359: error: ‘flipped_gray_width’ undeclared (first use in this function)draw.c:1359: error: ‘flipped_gray_height’ undeclared (first use in this function)
draw.c:1361: error: ‘gray_bits’ undeclared (first use in this function)
draw.c:1361: error: ‘gray_width’ undeclared (first use in this function)
draw.c:1362: error: ‘gray_height’ undeclared (first use in this function)
draw.c:1364: error: ‘gray3_bits’ undeclared (first use in this function)
draw.c:1364: error: ‘gray3_width’ undeclared (first use in this function)
draw.c:1365: error: ‘gray3_height’ undeclared (first use in this function)
make[3]: *** [draw.o] Error 1
make[3]: Leaving directory `/home/alex/enlightenment-0.16.7.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alex/enlightenment-0.16.7.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/enlightenment-0.16.7.1'
make: *** [all] Error 2
What is draw.c related to? What am I missing?
 
Old 11-19-2005, 03:23 PM   #2
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
It looks like some X11 header files are missing. Is there a package like "x11-headers" or "x11-devel" or something like that, that you can install in ubuntu?
 
Old 11-22-2005, 11:46 PM   #3
number9
Member
 
Registered: Dec 2003
Location: Fresno
Distribution: Gentoo Ricer
Posts: 85

Rep: Reputation: 15
Edit /etc/apt/sources.list and uncomment the "Universe" repository. To cache what is in universe:
Code:
apt-get update
Now re-search:
Code:
apt-cache search enlightenment Eterm
Then apt-get install the resulting themes, E and Eterm. After the installation, as a normal user, run enlightement.install. Restart X.

e.themes.org and google gkrellm
 
Old 08-25-2007, 08:17 AM   #4
nan0meter
Member
 
Registered: Aug 2007
Location: The Netherlands
Distribution: Fedora 7 x86_64
Posts: 119

Rep: Reputation: 15
Lightbulb

Try installing xorg-x11-xbitmaps. I use fedora 7 and had the same problem but this did the trick for me. You don't need the xorg headers or source ... just xorg-x11-xbitmaps.

Hope this helps!
 
  


Reply



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
Enlightenment compiling issue Agentvenom Linux - Software 9 04-05-2011 10:15 AM
Enlightenment DR 17 CVS Problems Backgrounds? sovietpower Slackware 3 07-03-2005 01:16 AM
enlightenment problems arunshivanandan Linux - Software 1 09-29-2003 10:44 PM
OpenBSD-3.3/enlightenment-0.16.5 menu problems Zal_Patera Linux - Software 1 08-26-2003 01:50 AM
Enlightenment 0.16 Pager problems Astro Slackware 2 01-12-2003 01:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:20 AM.

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