freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Type 1 driver updated


From: Yamano-uchi, Hidetoshi
Subject: Re: Type 1 driver updated
Date: Sun, 13 Feb 2000 14:15:08 +0900

Hello David,

From: David Turner <address@hidden>
Subject: Type 1 driver updated
Date: Thu, 10 Feb 2000 18:55:41 +0100
Message-ID: <address@hidden>

>   Some important updates to the Type 1 driver today. It now features:

I checked out FT2 from the anonymous CVS server but I failed to
compile it.

* gmake setup failed, because some U*ix clones like *BSD has not 
  /etc/inittab (SystemV style).  I fixed it like this,

--- config/unix/detect.mk~      Wed Dec 29 09:19:37 1999
+++ config/unix/detect.mk       Fri Feb 11 13:45:20 2000
@@ -10,7 +10,8 @@
 #
 
 ifeq ($(PLATFORM),ansi)
-has_inittab := $(strip $(wildcard /etc/inittab))
+#has_inittab := $(strip $(wildcard /etc/inittab))
+has_inittab := $(strip $(wildcard /sbin/init))
 ifneq ($(has_inittab),)

* Next, I tried gmake setup and gmake.  But it failed again.

gmake: *** No rule to make target `src/type1/t1encode.h', needed by
`obj/type1.o'.  Stop.

 Is there src/type1/t1encode.h?

----- Yamano-uchi, Hidetoshi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]