Welcome

Troves being gleaned while surfing on the Internet mostly about computer/IT/system skills and tricks, Welcome here ...
Powered By Blogger

Disclaimer

This blog is written by the owner with real practices and tests and intended to hold all original posts except there is a clear declaration for referencing from others. Thanks for tagging with the source link or other tips for reference from here if you would like to quote partial or full text from posts in this blog.

Tuesday, December 21, 2010

Compiling Openmotif under Fedora 13 - error: X11/bitmaps/gray: No such file or directory

Stumped with the nag for long when I was compiling OpenMotif 2.3.3

Download package at :
http://www.motifzone.net/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3.tar.gz

[root@cslab206 openmotif-2.3.3]# locate "X11/bitmaps"
/usr/include/X11/bitmaps
/usr/include/X11/bitmaps/xm_error
/usr/include/X11/bitmaps/xm_hour16
/usr/include/X11/bitmaps/xm_hour16m
/usr/include/X11/bitmaps/xm_hour32
/usr/include/X11/bitmaps/xm_hour32m
/usr/include/X11/bitmaps/xm_information
/usr/include/X11/bitmaps/xm_noenter16
/usr/include/X11/bitmaps/xm_noenter16m
/usr/include/X11/bitmaps/xm_noenter32
/usr/include/X11/bitmaps/xm_noenter32m
/usr/include/X11/bitmaps/xm_question
/usr/include/X11/bitmaps/xm_warning
/usr/include/X11/bitmaps/xm_working


or directly looking into /usr/include/X11/bitmaps, actually the "gray" lost there.

Then,  google around and got tips from some guys who cued that I should follow by
" yum -y install xbase"

Still no joy.


Try searching in the yumdb:
[root@cslab206 openmotif-2.3.3]# yum list "*bitmap*"
Loaded plugins: presto, refresh-packagekit
Installed Packages
bitmap-fonts.noarch                                               0.3-9.fc12                                           @anaconda-InstallationRepo-200911081904.x86_64
wqy-bitmap-fonts.noarch                                           0.9.9-11.fc12                                        @fedora                                      
Available Packages
bitmap.x86_64                                                     1.0.3-6.fc12                                         fedora                                       
bitmap-cjk-fonts.noarch                                           0.3-9.fc12                                           fedora                                       
bitmap-fonts-common.noarch                                        0.3-9.fc12                                           fedora                                       
xorg-x11-xbitmaps.x86_64                                          1.0.1-9.fc12                                         @fedora                                        

japanese-bitmap-fonts.noarch                                      0.20080710-8.fc12                                    fedora                                       
mona-bitmap-fonts.noarch                                          2.90-9.fc12                                          fedora                                       
nethack-bitmap-fonts.noarch                                       3.4.3-23.fc12                                        fedora                                       
nethack-bitmap-fonts-core.noarch                                  3.4.3-23.fc12                                        fedora                                       
wqy-bitmap-fonts.noarch                                           1.0.0-0.1.rc1.fc12                                   updates     



yum -y install xorg-x11-xbitmaps

back to openmotif,

make, make install, works well!

No comments: