- Loading...
...
| Code Block | 
|---|
| $ sudo port install hg-forest $ cat ~/.hgrc [extensions] forest= fetch= | 
The build fails with the message:
| Code Block | 
|---|
| FreeType version  2.3.0  or higher is required.
 | 
...
| Code Block | 
|---|
| 
$ mv build build.del; rm -rf build.del &
 | 
If the build fails with the message:
| Code Block | 
|---|
| 
FreeType version  2.3.0  or higher is required.
 | 
Install the latest version of FreeType .
If you have not installed this with Mac OS X, or have deleted it, you need to install it. A copy can be obtained from http://xquartz.macosforge.org/trac/wiki/X112.4.0.
...