Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150790 - x11-misc/xmountains-2.7 fails to compile
Summary: x11-misc/xmountains-2.7 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 12:14 UTC by Patrick Lauer
Modified: 2006-10-11 04:35 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 Patrick Lauer gentoo-dev 2006-10-10 12:14:13 UTC
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -O2 -march=i686 -pipe     -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO       -c -o X_graphics.o X_graphics.c
In file included from X_graphics.c:7:
vroot.h: In function 'VirtualRootWindowOfScreen':
vroot.h:97: warning: initialization makes pointer from integer without a cast
X_graphics.c:38:28: error: X11/bitmaps/gray: No such file or directory
X_graphics.c: In function 'zap_events':
X_graphics.c:131: warning: incompatible implicit declaration of built-in function 'exit'
X_graphics.c: In function 'init_graphics':
X_graphics.c:258: warning: incompatible implicit declaration of built-in function 'exit'
X_graphics.c:271: warning: incompatible implicit declaration of built-in function 'malloc'
X_graphics.c:275: warning: incompatible implicit declaration of built-in function 'exit'
X_graphics.c:287: warning: incompatible implicit declaration of built-in function 'exit'
X_graphics.c:344: warning: incompatible implicit declaration of built-in function 'strlen'
X_graphics.c:350: error: 'gray_bits' undeclared (first use in this function)
X_graphics.c:350: error: (Each undeclared identifier is reported only once
X_graphics.c:350: error: for each function it appears in.)
X_graphics.c:350: error: 'gray_width' undeclared (first use in this function)
X_graphics.c:350: error: 'gray_height' undeclared (first use in this function)
make: *** [X_graphics.o] Error 1

!!! ERROR: x11-misc/xmountains-2.7 failed.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-10-11 04:35:35 UTC
x11-misc/xbitmaps was missing, fixed.