Help about xorg-x11-fnts

2005-07-07 Thread Alireza Ghasemi
Hello,
I have downloaded xorg-x11-fonts-6.8 but I don't know how to compile
it.There is no typical Makefile and no configure script.Please explain me
step by step how to compile it and get use of X11 in Cygwin.I have
downloaded all other needed packages But it is very difficult for me to
download huge 16 MB xorg-x11-fnts binary file.
I copied the package to /usr/X11R6/lib/X11/fonts but again When I try to run
X I get error about 'fixed font'.
What should I do?
Thanks



Re: Help about xorg-x11-fnts

2005-07-07 Thread Igor Pechtchanski
On Thu, 7 Jul 2005, Alireza Ghasemi wrote:

 Hello,
 I have downloaded xorg-x11-fonts-6.8 but I don't know how to compile
 it.There is no typical Makefile and no configure script.Please explain me
 step by step how to compile it and get use of X11 in Cygwin.I have
 downloaded all other needed packages But it is very difficult for me to
 download huge 16 MB xorg-x11-fnts binary file.
 I copied the package to /usr/X11R6/lib/X11/fonts

Don't copy it -- use the Cygwin setup program to install it.

The X.Org X packages use Imakefiles instead of Makefiles -- there's
adequate documentation on X.org.  But read on.

 but again When I try to run X I get error about 'fixed font'.
 What should I do?

Normally, you'd be referred to the Cygwin/X FAQ at
http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof.

However, in this case, that would be useless, as you didn't use a
prescribed procedure to install the packages, so anything could be
happening.  This kind of installation isn't (and cannot be) supported on
the Cygwin lists.
Igor
P.S. Your spacebar key seems to be malfunctioning.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse... -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


Re: Help about xorg-x11-fnts

2005-07-07 Thread Alexander Gottwald
On Thu, 7 Jul 2005, Alireza Ghasemi wrote:

 Hello,
 I have downloaded xorg-x11-fonts-6.8 but I don't know how to compile
 it.There is no typical Makefile and no configure script.Please explain me
 step by step how to compile it and get use of X11 in Cygwin.I have
 downloaded all other needed packages But it is very difficult for me to
 download huge 16 MB xorg-x11-fnts binary file.

The fonts are built from a large source distribution containing everything 
from X. The xorg-x11-*-src packages are just snippets of the large 
distribution. 

The build from the source packages does not properly work and requires good 
knowledge of make and the directory layout of X11.

Download
xorg-x11-fnts-6.8.2.0-1-src.tar.bz2

Unpack
tar xvjf xorg-x11-fnts-6.8.2.0-1-src.tar.bz2
tar xvjf xorg-x11-fenc-6.8.2.0-1-src.tar.bz2

Fix references to xorg-x11-base-6.8.2.0-1-src.tar.bz2
ed xc/fonts/bdf/misc/Imakefile EOF
/Arabic
s/#if .*/#if 0/
/^CLEARLYUOBJS
s/^CLEARLYUOBJS/_/
w
EOF

Build
cd xc/fonts/encodings
xmkmf -a
cd ../bdf
xmkmf
make Makefiles
for i in misc 75dpi 100dpi; do make -C $i install TOP=../../..; done

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723