freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Mac install instructions don't seem to exist


From: Sean McBride
Subject: Re: [ft-devel] Mac install instructions don't seem to exist
Date: Thu, 21 Dec 2006 16:04:07 -0500

On 2006-12-06 10:21, address@hidden said:

>On Wed, 6 Dec 2006 06:43:49 +0900
>address@hidden wrote:
>>And, I think, if the document notes about how to check the version
>>of GNU make, the problem (for users who don't know which make he
>>has) will be solved. However, yet I've not checked the minimum
>>version of GNU make to build. I will check, please wait.
>
>Here I report the result of GNU make version check.
>I want to add note about the version of GNU make:
>"GNU make >= 3.78.1 is required, 3.80 or newer is recommended".
>If anybody knows any system that GNU make older than
>3.78 is actively used, please let me know.

mpsuzuki et al,

I've just tried to build freetype2 from CVS and I cannot. :(

I'm using Mac OS X 10.4.8 and Xcode 2.4.1 (gcc 4.0.1) on a G5.  '/usr/
bin/make' points to 'gnumake' and 'gnumake --version' reports 'GNU Make 3.80'.

I have done exactly the following:

mkdir -p ~/Desktop/freetype2/CVS
cd ~/Desktop/freetype2/CVS
cvs -d:pserver:address@hidden:/sources/freetype login
cvs -z3 -d:pserver:address@hidden:/sources/freetype
co -P freetype2
cd ~/Desktop/freetype2/CVS/freetype2
chmod 777 configure
./configure

And it reports:

----
FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    cc
  configuration directory     ./builds/unix
  configuration rules         ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

Generating modules list in ./objs/ftmodule.h...
* module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1     (Postscript font files with extension *.pfa or *.pfb)
* module: cff       (OpenType fonts with extension *.otf)
* module: cid       (Postscript CID-keyed fonts, no known extension)
* module: pfr       (PFR/TrueDoc font files with extension *.pfr)
* module: type42    (Type 42 font files with no known extension)
* module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf       (pcf bitmap fonts)
* module: bdf       (bdf bitmap fonts)
* module: sfnt      (helper module for TrueType & OpenType formats)
* module: autofit   (automatic hinting module)
* module: pshinter  (Postscript hinter module)
* module: raster    (monochrome bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer for LCDs)
* module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux     (Postscript Type 1 & Type 2 helper module)
* module: psnames   (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; ./configure
/bin/sh: line 1: ./configure: No such file or directory
make: *** [setup] Error 127
----

Indeed, ~/Desktop/freetype2/CVS/freetype2/builds/unix/configure does not
exist.

So then I tried:

sh ./autogen.sh

and it reports:

----
generating `configure.ac'
running `aclocal -I . --force'
aclocal: unrecognized option -- `--force'
Try `aclocal --help' for more information.
error while running `aclocal -I . --force'
----

Can some please explain how I build freetype2?

Thanks,

--
____________________________________________________________
Sean McBride, B. Eng                 address@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada






reply via email to

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