Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5123 - pmud compile fail
Summary: pmud compile fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 20:45 UTC by Cory Watson
Modified: 2006-02-04 06:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cory Watson 2002-07-16 20:45:32 UTC
emerge pmud fails with: 
 
xmouse.c:27: X11/Xlib.h: No such file or directory. 
 
Looks like the line for xmouse.c is missing a -I for the X headers.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-16 20:48:29 UTC
Az, there's been many errors of exactly this kind lately.  Is something missing
from users' paths?
Comment 2 Mark Guertin 2002-07-16 21:38:39 UTC
It would seem to be the X11 includes?  That's what other errors i have seen
are...mine seem fine on all my boxen :(
Comment 3 Cory Watson 2002-07-16 22:11:14 UTC
Ah-ha!  It's a typo in the Makefile, line 42 should say '$(CFLAGS)', but it says '$(CLAGS)'.  Heheh ;)  Hmmm, this seems fun... How do you start maintaining something? ;)  Guess I should go read the docs... 
Comment 4 Mark Guertin 2002-07-17 09:52:26 UTC
It was a typo, I made the adjustments and comitted.  Cory: can you verify this
works for you ok now?  I don't have an applicable machine handy to test, thanks.
 Please post here with results so I can close this bug.  If you would like to
maintain some stuff, come to #gentoo-ppc on irc.openprojects.net (if you IRC)
and get more info from me (Gerk).
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-17 13:26:12 UTC
Does your /usr/include/X11 symlink exist ?

nosferatu init.d # ls -l /usr/include/X11 
lrwxrwxrwx    1 root     root           20 May 13 00:40 /usr/include/X11 ->
../X11R6/include/X11
nosferatu init.d # 
Comment 6 Cory Watson 2002-07-17 22:39:18 UTC
Fixed by adding a symlink for X includes...