yt-users September 2013
Threads by month
- ----- 2023 -----
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- 33 participants
- 43 discussions
Hi everyone,
This is a pretty technical question about the differences in how yt deals
with enzo velocity data, both those created using the Zeus or the PPM
backends.
As I understand it, PPM creates all fields, including velocity fields, as
cell-centered quantities. On the other hand, Zeus creates all fields as
cell-centered quantities, except velocity fields, which are defined as the
left-face of each corresponding cell. If I'm wrong about this, then stop
me here.
Since for the most part, yt treats PPM and Zeus datafiles identically
(although there are a few exceptions to this, which I'll talk about below),
it seems that analyzing or visualizing a velocity field from a Zeus dataset
is actually wrong, albeit only by half a cell size. So if one makes a
slice of "x-velocity" or something like that, to get the *true* velocity
slice, everything should be shifted over to the left by one-half of one
cell width, yes? I'm not grouching about this; I'm just curious if this is
true.
The problem I see is when one starts to deal with derived fields which rely
upon both spatial and velocity fields, such as DivV or Shear, which require
use of "dx" or "soundspeed" value for a cell (cell centered), for combining
with velocity data for a cell (edge-centered). Yes, these are small
precision problems, but as I'm finishing up the Shear derived field, I want
to make sure it's correct as opposed to just approximate.
I guess one solution to this would be to provide a corrected version of the
velocity fields in yt (when reading in Zeus data), which trilinearly
interpolates edge-centered data so as to get cell-centered data? Or have
people already thought about this and done it? Or is it too small of an
effect and people just haven't worried about it? Elizabeth, I saw you had
talked about this in the past for Zeus-based fields.
Just curious to bounce this off some more heads before I barrel through
with this interpolation, since it may break old results made from enzo zeus
data.
Cameron
--
Cameron Hummels
Postdoctoral Researcher
Steward Observatory
University of Arizona
http://chummels.org
3
3
Hi All,
I just upgraded to the latest version of yt, including all of yt's favored dependencies, by doing a yt update --all. I found that I can no longer run an ipython notebook. The following command used to work fine before my upgrade:
(yt-x86_64)pfe20:hmc3_mhd_lowden mkrumhol$ ipython notebook --no-browser --port=51707
but now it gives me the following error:
Traceback (most recent call last):
File "/u/mkrumhol/yt-x86_64/bin/ipython", line 6, in <module>
start_ipython()
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/__init__.py", line 118, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 538, in launch_instance
app.initialize(argv)
File "<string>", line 2, in initialize
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 89, in catch_config_error
return method(app, *args, **kwargs)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/terminal/ipapp.py", line 310, in initialize
super(TerminalIPythonApp, self).initialize(argv)
File "<string>", line 2, in initialize
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 89, in catch_config_error
return method(app, *args, **kwargs)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/core/application.py", line 361, in initialize
self.parse_command_line(argv)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/terminal/ipapp.py", line 305, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
File "<string>", line 2, in parse_command_line
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 89, in catch_config_error
return method(app, *args, **kwargs)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 468, in parse_command_line
return self.initialize_subcommand(subc, subargv)
File "<string>", line 2, in initialize_subcommand
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 89, in catch_config_error
return method(app, *args, **kwargs)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py", line 400, in initialize_subcommand
subapp = import_item(subapp)
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/utils/importstring.py", line 42, in import_item
module = __import__(package, fromlist=[obj])
File "/u/mkrumhol/yt-x86_64/lib/python2.7/site-packages/IPython/html/notebookapp.py", line 38, in <module>
from jinja2 import Environment, FileSystemLoader
ImportError: No module named jinja2
Any suggestions?
--
Mark Krumholz
4
8
Hi Everyone,
I'm having a little trouble getting pyplot to import using the yt
installation of python. Specifically, I *just* installed yt on the cluster
at Haverford and get the error below.
I've looked around the yt directoreis for the .so file in question, but
can't seem to find it. Has anyone else encountered this? Or is this
likely a system-specific problem?
thanks,
Desika
[desika@fock ~]$ ipython
In [1]: import matplotlib.pyplot as plt
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-eff513f636fd> in <module>()
----> 1 import matplotlib.pyplot as plt
/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/pyplot.py in
<module>()
24 from matplotlib.cbook import dedent, silent_list, is_string_like,
is_numlike
25 from matplotlib import docstring
---> 26 from matplotlib.figure import Figure, figaspect
27 from matplotlib.backend_bases import FigureCanvasBase
28 from matplotlib.image import imread as _imread
/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/figure.py in
<module>()
30
31 from matplotlib import _image
---> 32 from matplotlib.image import FigureImage
33
34 import matplotlib.colorbar as cbar
/home/desika/yt-x86_64/lib/python2.7/site-packages/matplotlib/image.py in
<module>()
20 # For clarity, names from _image are given explicitly in this
module:
21 import matplotlib._image as _image
---> 22 import matplotlib._png as _png
23
24 # For user convenience, the names from _image are also imported into
ImportError: libpng16.so.16: cannot open shared object file: No such file
or directory
2
2
Hello everyone,
I am trying to install the current stable version of yt on a Mac, running
Mac OS X ver 10.6.8 and I get the following errors:
test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this
scope
The Xcode 3.2.6/iOS SDK bundle is already installed. A similar error is
reported on the following webpage:
http://trac.macports.org/ticket/39122?cversion=0&cnum_hist=8
Does anyone have a solution for this?
Regards,
Tudor
4
6
Dear all,
while installing yt 2.5.5 I had to face some new issues. As you maybe
remember, I have yt on a machine (SuperMUC in Garching, Germany) whose
firewall permits only incoming SSH-connections. Running the install
script there is rather annoying but, by making use of remote mounting
through sshfs on my local PC, I have been able to always install yt.
In this process, it is crucial that, whenever possible, the install
script is organised in two distinct parts: a download part, run on my
local PC, where I get all dependencies, and an installation part, run
on the remote machine.
This has worked pretty well so far but, in the newest script of yt
2.5.5, during the installation matplotlib-1.3.0 looks for additional
dependencies of its own, and tries to download them from the Web,
crashing the script. These dependencies are, according to
matplotlib-1.3.0/lib/matplotlib.egg-info/requires.txt :
python-dateutil
tornado
pyparsing>=1.5.6,!=2.0.0
nose
I downloaded from the Web the first and third one, and installed them
by hand before installing matplotlib. The second and fourth one are
already among the yt dependencies, but I had to move in the right
place, before installing matlotlib. In practice, I had to add the
following lines before installing matplotlib:
do_setup_py $NOSE
do_setup_py pyparsing-1.5.6
do_setup_py $TORNADO
do_setup_py python-dateutil-1.5
and commenting do_setup_py $NOSE and do_setup_py $TORNADO in other
parts of the script. In this way, the installation worked again.
In the yt website it is stressed to mention any issue with
installation, therefore my email on this subject. Apparently my
installation works well now, so you may consider to test and
eventually incorporate these changes in install_script.sh , and
whether to include pyparsing and python-dateutil to the yt
dependencies. Alternatively, one could consider to go back to the
previous version of matplotlib, which did not attempt such downloads,
but I am not an expert in matplotlib, so possibly there were better
reasons fo you to move to 1.3.0.
Cheers,
Luigi
--
Luigi Iapichino
Universität Heidelberg, Zentrum für Astronomie
Institut für Theoretische Astrophysik
Philosophenweg 12, D-69120 Heidelberg, Germany
Tel: +49 6221 548983, Fax: +49 6221 544221
e-mail: luigi(a)uni-heidelberg.de
URL: http://www.ita.uni-heidelberg.de/~luigi/
2
1
Dear all,
I'm trying to analyse (with the latest yt 2.5.5) a whole dataset from a
cosmological simulation of mine, run with Enzo 2.1, and to extract the merger
tree of the most massive halo in the box. I'm trying to run the script
presented at the bottom of:
http://yt-project.org/doc/analysis_modules/merger_tree.html
but I get the following output:
yt : [INFO ] 2013-09-13 15:46:28,359 Loading plugins
from /home/hpc/pr95he/lu79qey3/.yt/my_plugins.py
Traceback (most recent call last):
File "./merger-tree.py", line 32, in <module>
MergerTree(restart_files=files, database=my_database)
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/analysis_modules/halo_merger_tree/merger_tree.py",
line 200, in __init__
self._run_halo_finder_add_to_db()
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/analysis_modules/halo_merger_tree/merger_tree.py",
line 246, in _run_halo_finder_add_to_db
pf = load(file)
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/convenience.py",
line 77, in load
return output_type_registry[candidates[0]](*args, **kwargs)
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/frontends/enzo/data_structures.py",
line 727, in __init__
StaticOutput.__init__(self, filename, data_style, file_style=file_style)
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/data_objects/static_output.py",
line 104, in __init__
self._parse_parameter_file()
File "/home/hpc/pr95he/lu79qey3/remotefs/yt-2.5/src/yt-hg/yt/frontends/enzo/data_structures.py",
line 838, in _parse_parameter_file
vals = np.array([pcast(i) for i in vals if i != "-99999"])
ValueError: could not convert string to float: #
I am pretty sure that the paths to the files and to the database to be saved
are sensible.
Looking forward to your suggestions,
Cheers,
Luigi
--
---------------------------------------------------------------
Luigi Iapichino
Universität Heidelberg, Zentrum für Astronomie
Institut für Theoretische Astrophysik
Philosophenweg 12, D-69120 Heidelberg, Germany
Tel: +49 6221 548983, Fax: +49 6221 544221
e-mail: luigi(a)uni-heidelberg.de
URL: http://www.ita.uni-heidelberg.de/~luigi/
3
2
Dear yt mailing list,
I would like to ask a question about the annotations on the slice plots
since I was unable to find a solution or any clue about it in the mailing
list and the documentation.
I selected an ellipsoid region of my simulation through the
"pf.h.ellipsoid" container, this region has particular properties and I
would like to highlight it in a density slice plot by by annotating the
contour of the ellipsoid (resulting in an image similar to those obtained
by annotating a sphere, but with the ellipse instead).
Is there a way to achieve this result?
Thanks,
Roberto
2
2
Hello,
I am getting the error while running $ bash install_script.sh
It appears that the ZeroMQ is causing trouble, here are the lines printed
in the terminal
Installing distribute
Installing pip
Installing ZeroMQ
********************************************
FAILURE REPORT:
********************************************
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in tests
CXX test_disconnect_inproc.o
test_disconnect_inproc.cpp: In function ‘int main(int, char**)’:
test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this
scope
make[1]: *** [test_disconnect_inproc.o] Error 1
make: *** [install-recursive] Error 1
********************************************
********************************************
Failure. Check /Users/tplaton/yt-i386/yt_install.log. The last 10 lines
are above.
I am not sure if the messages containing the log file were approved as it
is over 4 mb in size.
Thank you,
Tudor
On Mon, Sep 16, 2013 at 4:00 PM, Platon, Tudor <tplaton(a)cfa.harvard.edu>wrote:
> Hello,
>
> I am getting the error while running $ bash install_script.sh
> It appears that the ZeroMQ is causing trouble, here are the lines printed
> in the terminal Installing distribute
> Installing pip
> Installing ZeroMQ
> ********************************************
> FAILURE REPORT:
> ********************************************
>
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> Making install in tests
> CXX test_disconnect_inproc.o
> test_disconnect_inproc.cpp: In function ‘int main(int, char**)’:
> test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this
> scope
> test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this
> scope
> test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this
> scope
> make[1]: *** [test_disconnect_inproc.o] Error 1
> make: *** [install-recursive] Error 1
>
> ********************************************
> ********************************************
> Failure. Check /Users/tplaton/yt-i386/yt_install.log. The last 10 lines
> are above.
>
> In case my previous message containing the install log is not approved I
> have copied its contents here.
>
> Thank you,
> Tudor
>
>
>
> xray_emissivity.h5: OK
> hdf5-1.8.11.tar.gz: OK
> zlib-1.2.8.tar.gz: OK
> bzip2-1.0.6.tar.gz: OK
> libpng-1.6.3.tar.gz: OK
> freetype-2.4.12.tar.gz: OK
> sqlite-autoconf-3071700.tar.gz: OK
> zeromq-3.2.3.tar.gz: OK
> pyzmq-13.1.0.tar.gz: OK
> tornado-3.1.tar.gz: OK
> Python-2.7.5.tgz: OK
> numpy-1.7.1.tar.gz: OK
> matplotlib-1.3.0.tar.gz: OK
> mercurial-2.7.tar.gz: OK
> ipython-1.0.0.tar.gz: OK
> h5py-2.1.3.tar.gz: OK
> Cython-0.19.1.tar.gz: OK
> reason-js-20120623.zip: OK
> Forthon-0.8.11.tar.gz: OK
> nose-1.3.0.tar.gz: OK
> python-hglib-1.0.tar.gz: OK
> sympy-0.7.3.tar.gz: OK
> rockstar-0.99.6.tar.gz: OK
>
> If compilation produces errors, or a large number of warnings,
> please read README.COMPILATION.PROBLEMS -- you might be able to
> adjust the flags in this Makefile to improve matters.
>
> Also in README.COMPILATION.PROBLEMS are some hints that may help
> if your build produces an executable which is unable to correctly
> handle so-called 'large files' -- files of size 2GB or more.
>
> gcc -fPIC -c blocksort.c
> gcc -fPIC -c huffman.c
> gcc -fPIC -c crctable.c
> gcc -fPIC -c randtable.c
> gcc -fPIC -c compress.c
> gcc -fPIC -c decompress.c
> gcc -fPIC -c bzlib.c
> rm -f libbz2.a
> ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o
> decompress.o bzlib.o
> ranlib libbz2.a
> gcc -fPIC -c bzip2.c
> gcc -fPIC -fPIC -o bzip2 bzip2.o -L. -lbz2
> gcc -fPIC -c bzip2recover.c
> gcc -fPIC -fPIC -o bzip2recover bzip2recover.o
> if ( test ! -d /Users/tplaton/yt-i386/bin ) ; then mkdir -p
> /Users/tplaton/yt-i386/bin ; fi
> if ( test ! -d /Users/tplaton/yt-i386/lib ) ; then mkdir -p
> /Users/tplaton/yt-i386/lib ; fi
> if ( test ! -d /Users/tplaton/yt-i386/man ) ; then mkdir -p
> /Users/tplaton/yt-i386/man ; fi
> if ( test ! -d /Users/tplaton/yt-i386/man/man1 ) ; then mkdir -p
> /Users/tplaton/yt-i386/man/man1 ; fi
> if ( test ! -d /Users/tplaton/yt-i386/include ) ; then mkdir -p
> /Users/tplaton/yt-i386/include ; fi
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bzip2
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bunzip2
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bzcat
> cp -f bzip2recover /Users/tplaton/yt-i386/bin/bzip2recover
> chmod a+x /Users/tplaton/yt-i386/bin/bzip2
> chmod a+x /Users/tplaton/yt-i386/bin/bunzip2
> chmod a+x /Users/tplaton/yt-i386/bin/bzcat
> chmod a+x /Users/tplaton/yt-i386/bin/bzip2recover
> cp -f bzip2.1 /Users/tplaton/yt-i386/man/man1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzip2.1
> cp -f bzlib.h /Users/tplaton/yt-i386/include
> chmod a+r /Users/tplaton/yt-i386/include/bzlib.h
> cp -f libbz2.a /Users/tplaton/yt-i386/lib
> chmod a+r /Users/tplaton/yt-i386/lib/libbz2.a
> cp -f bzgrep /Users/tplaton/yt-i386/bin/bzgrep
> ln -s -f /Users/tplaton/yt-i386/bin/bzgrep
> /Users/tplaton/yt-i386/bin/bzegrep
> ln -s -f /Users/tplaton/yt-i386/bin/bzgrep
> /Users/tplaton/yt-i386/bin/bzfgrep
> chmod a+x /Users/tplaton/yt-i386/bin/bzgrep
> cp -f bzmore /Users/tplaton/yt-i386/bin/bzmore
> ln -s -f /Users/tplaton/yt-i386/bin/bzmore
> /Users/tplaton/yt-i386/bin/bzless
> chmod a+x /Users/tplaton/yt-i386/bin/bzmore
> cp -f bzdiff /Users/tplaton/yt-i386/bin/bzdiff
> ln -s -f /Users/tplaton/yt-i386/bin/bzdiff /Users/tplaton/yt-i386/bin/bzcmp
> chmod a+x /Users/tplaton/yt-i386/bin/bzdiff
> cp -f bzgrep.1 bzmore.1 bzdiff.1 /Users/tplaton/yt-i386/man/man1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzgrep.1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzmore.1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzdiff.1
> echo ".so man1/bzgrep.1" > /Users/tplaton/yt-i386/man/man1/bzegrep.1
> echo ".so man1/bzgrep.1" > /Users/tplaton/yt-i386/man/man1/bzfgrep.1
> echo ".so man1/bzmore.1" > /Users/tplaton/yt-i386/man/man1/bzless.1
> echo ".so man1/bzdiff.1" > /Users/tplaton/yt-i386/man/man1/bzcmp.1
> gcc -shared -Wl,-install_name -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6
> blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
> gcc -fPIC -o bzip2-shared bzip2.c libbz2.so.1.0.6
> rm -f libbz2.so.1.0
> ln -s libbz2.so.1.0.6 libbz2.so.1.0
> libbz2.so.1.0.6 -> /Users/tplaton/yt-i386/lib/libbz2.so.1.0.6
> Checking for shared library support...
> Building shared library libz.1.2.8.dylib with gcc.
> Checking for off64_t... No.
> Checking for fseeko... Yes.
> Checking for strerror... Yes.
> Checking for unistd.h... Yes.
> Checking for stdarg.h... Yes.
> Checking whether to use vs[n]printf() or s[n]printf()... using
> vs[n]printf().
> Checking for vsnprintf() in stdio.h... Yes.
> Checking for return value of vsnprintf()... Yes.
> Checking for attribute(visibility) support... Yes.
> gcc -O3 -DHAVE_HIDDEN -c -o adler32.o adler32.c
> gcc -O3 -DHAVE_HIDDEN -c -o crc32.o crc32.c
> gcc -O3 -DHAVE_HIDDEN -c -o deflate.o deflate.c
> gcc -O3 -DHAVE_HIDDEN -c -o infback.o infback.c
> gcc -O3 -DHAVE_HIDDEN -c -o inffast.o inffast.c
> gcc -O3 -DHAVE_HIDDEN -c -o inflate.o inflate.c
> gcc -O3 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
> gcc -O3 -DHAVE_HIDDEN -c -o trees.o trees.c
> gcc -O3 -DHAVE_HIDDEN -c -o zutil.o zutil.c
> gcc -O3 -DHAVE_HIDDEN -c -o compress.o compress.c
> gcc -O3 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
> gcc -O3 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
> gcc -O3 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
> gcc -O3 -DHAVE_HIDDEN -c -o gzread.o gzread.c
> gcc -O3 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
> libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o
> inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o
> gzread.o gzwrite.o
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c
> gcc -O3 -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c
> gcc -dynamiclib -install_name /Users/tplaton/yt-i386//lib/libz.1.dylib
> -compatibility_version 1 -current_version 1.2.8 -O3 -fPIC -DHAVE_HIDDEN -o
> libz.1.2.8.dylib adler32.lo crc32.lo deflate.lo infback.lo inffast.lo
> inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo
> gzlib.lo gzread.lo gzwrite.lo -lc -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> rm -f libz.dylib libz.1.dylib
> ln -s libz.1.2.8.dylib libz.dylib
> ln -s libz.1.2.8.dylib libz.1.dylib
> cp libz.a /Users/tplaton/yt-i386//lib
> chmod 644 /Users/tplaton/yt-i386//lib/libz.a
> cp libz.1.2.8.dylib /Users/tplaton/yt-i386//lib
> chmod 755 /Users/tplaton/yt-i386//lib/libz.1.2.8.dylib
> cp zlib.3 /Users/tplaton/yt-i386//share/man/man3
> chmod 644 /Users/tplaton/yt-i386//share/man/man3/zlib.3
> cp zlib.pc /Users/tplaton/yt-i386//lib/pkgconfig
> chmod 644 /Users/tplaton/yt-i386//lib/pkgconfig/zlib.pc
> cp zlib.h zconf.h /Users/tplaton/yt-i386//include
> chmod 644 /Users/tplaton/yt-i386//include/zlib.h
> /Users/tplaton/yt-i386//include/zconf.h
> rm -f *.o *.lo *~ \
> example minigzip examplesh minigzipsh \
> example64 minigzip64 \
> infcover \
> libz.* foo.gz so_locations \
> _match.s maketree contrib/infback9/*.o
> rm -rf objs
> rm -f *.gcda *.gcno *.gcov
> rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno
> contrib/infback9/*.gcov
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking dependency style of gcc... gcc3
> checking build system type... x86_64-apple-darwin10.8.0
> checking host system type... x86_64-apple-darwin10.8.0
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking how to print strings... printf
> checking for ld used by gcc...
> /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is
> GNU ld... no
> checking how to run the C preprocessor... gcc -E
> checking for gawk... (cached) awk
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin10.8.0 file names to
> x86_64-apple-darwin10.8.0 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking that AWK works... ok
> checking for ANSI C header files... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for C/C++ restrict keyword... __restrict
> checking for working strtod... yes
> checking for memset... yes
> checking for pow... yes
> checking for zlibVersion in -lz... yes
> checking for feenableexcept in -lm... no
> checking for feenableexcept... no
> checking if using Solaris linker... no
> checking if libraries can be versioned... no
> configure: WARNING: *** You have not enabled versioned symbols.
> configure: pkgconfig directory is ${libdir}/pkgconfig
> configure: Extra options for compiler:
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating libpng.pc
> config.status: creating libpng-config
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> rm -f pnglibconf.dfn pnglibconf.tf[45]
> awk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
> ./pngconf.h ./scripts/pnglibconf.dfa\
> ./pngusr.dfa 1>&2
> awk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
> rm pnglibconf.tf4
> mv pnglibconf.tf5 pnglibconf.dfn
> rm -f pnglibconf.out pnglibconf.c pnglibconf.tf[12]
> test -d scripts || mkdir scripts || test -d scripts
> echo '#include "pnglibconf.dfn"' >pnglibconf.c
> gcc -E -DHAVE_CONFIG_H -I. \
> -I/Users/tplaton/yt-i386/include -DPNGLIB_LIBNAME='PNG16_0'
> -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS
> -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
> awk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
> rm -f pnglibconf.c pnglibconf.tf1
> mv pnglibconf.tf2 pnglibconf.out
> rm -f pnglibconf.h
> cp pnglibconf.out pnglibconf.h
> :>pngprefix.h
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c -o png.lo png.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c png.c -fno-common -DPIC -o .libs/png.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c png.c -o png.o >/dev/null 2>&1
> mv -f .deps/png.Tpo .deps/png.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c -o pngerror.lo pngerror.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -fno-common -DPIC
> -o .libs/pngerror.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -o pngerror.o
> >/dev/null 2>&1
> mv -f .deps/pngerror.Tpo .deps/pngerror.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c -o pngget.lo pngget.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -fno-common -DPIC -o
> .libs/pngget.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -o pngget.o >/dev/null
> 2>&1
> mv -f .deps/pngget.Tpo .deps/pngget.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c -o pngmem.lo pngmem.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -fno-common -DPIC -o
> .libs/pngmem.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -o pngmem.o >/dev/null
> 2>&1
> mv -f .deps/pngmem.Tpo .deps/pngmem.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c -o pngpread.lo pngpread.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -fno-common -DPIC
> -o .libs/pngpread.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -o pngpread.o
> >/dev/null 2>&1
> mv -f .deps/pngpread.Tpo .deps/pngpread.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c -o pngread.lo pngread.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -fno-common -DPIC -o
> .libs/pngread.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -o pngread.o
> >/dev/null 2>&1
> mv -f .deps/pngread.Tpo .deps/pngread.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c -o pngrio.lo pngrio.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -fno-common -DPIC -o
> .libs/pngrio.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -o pngrio.o >/dev/null
> 2>&1
> mv -f .deps/pngrio.Tpo .deps/pngrio.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c -o pngrtran.lo pngrtran.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -fno-common -DPIC
> -o .libs/pngrtran.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -o pngrtran.o
> >/dev/null 2>&1
> mv -f .deps/pngrtran.Tpo .deps/pngrtran.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c -o pngrutil.lo pngrutil.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -fno-common -DPIC
> -o .libs/pngrutil.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -o pngrutil.o
> >/dev/null 2>&1
> mv -f .deps/pngrutil.Tpo .deps/pngrutil.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c -o pngset.lo pngset.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -fno-common -DPIC -o
> .libs/pngset.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -o pngset.o >/dev/null
> 2>&1
> mv -f .deps/pngset.Tpo .deps/pngset.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c -o pngtrans.lo pngtrans.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -fno-common -DPIC
> -o .libs/pngtrans.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -o pngtrans.o
> >/dev/null 2>&1
> mv -f .deps/pngtrans.Tpo .deps/pngtrans.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c -o pngwio.lo pngwio.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -fno-common -DPIC -o
> .libs/pngwio.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -o pngwio.o >/dev/null
> 2>&1
> mv -f .deps/pngwio.Tpo .deps/pngwio.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c -o pngwrite.lo pngwrite.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -fno-common -DPIC
> -o .libs/pngwrite.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -o pngwrite.o
> >/dev/null 2>&1
> mv -f .deps/pngwrite.Tpo .deps/pngwrite.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c -o pngwtran.lo pngwtran.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -fno-common -DPIC
> -o .libs/pngwtran.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -o pngwtran.o
> >/dev/null 2>&1
> mv -f .deps/pngwtran.Tpo .deps/pngwtran.Plo
> /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c -o pngwutil.lo pngwutil.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -fno-common -DPIC
> -o .libs/pngwutil.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -o pngwutil.o
> >/dev/null 2>&1
> mv -f .deps/pngwutil.Tpo .deps/pngwutil.Plo
> rm -f scripts/sym.out scripts/sym.c scripts/sym.tf[12]
> test -d scripts || mkdir scripts || test -d scripts
> echo '#include "scripts/sym.dfn"' >scripts/sym.c
> gcc -E -DHAVE_CONFIG_H -I. \
> -I/Users/tplaton/yt-i386/include -DPNGLIB_LIBNAME='PNG16_0'
> -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS
> -DPNG_BUILDING_SYMBOL_TABLE scripts/sym.c > scripts/sym.tf1
> awk -f "./scripts/dfn.awk" out="scripts/sym.tf2" scripts/sym.tf1 1>&2
> rm -f scripts/sym.c scripts/sym.tf1
> mv scripts/sym.tf2 scripts/sym.out
> rm -f libpng.sym
> cp scripts/sym.out libpng.sym
> /bin/sh ./libtool --tag=CC --mode=link gcc
> -I/Users/tplaton/yt-i386/include -no-undefined -export-dynamic
> -version-number 16:3:0 -export-symbols libpng.sym
> -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/
> -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/ -o
> libpng16.la -rpath /Users/tplaton/yt-i386/lib png.lo pngerror.lo
> pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo
> pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo
> pngwutil.lo -lz
> libtool: link: sed 's,^,_,' < libpng.sym > .libs/libpng16-symbols.expsym
> libtool: link: gcc -dynamiclib -o .libs/libpng16.16.dylib .libs/png.o
> .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o
> .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o
> .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o
> .libs/pngwtran.o .libs/pngwutil.o -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -lz -install_name
> /Users/tplaton/yt-i386/lib/libpng16.16.dylib -compatibility_version 20
> -current_version 20.0 -Wl,-single_module
> -Wl,-exported_symbols_list,.libs/libpng16-symbols.expsym
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> libtool: link: (cd ".libs" && rm -f "libpng16.dylib" && ln -s
> "libpng16.16.dylib" "libpng16.dylib")
> libtool: link: ar cru .libs/libpng16.a png.o pngerror.o pngget.o pngmem.o
> pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o
> pngwio.o pngwrite.o pngwtran.o pngwutil.o
> libtool: link: ranlib .libs/libpng16.a
> libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../
> libpng16.la" "libpng16.la" )
> gcc -DHAVE_CONFIG_H -I. -I/Users/tplaton/yt-i386/include
> -I/Users/tplaton/yt-i386/include -MT pngfix.o -MD -MP -MF .deps/pngfix.Tpo
> -c -o pngfix.o `test -f 'contrib/tools/pngfix.c' || echo
> './'`contrib/tools/pngfix.c
> mv -f .deps/pngfix.Tpo .deps/pngfix.Po
> /bin/sh ./libtool --tag=CC --mode=link gcc
> -I/Users/tplaton/yt-i386/include -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -o pngfix pngfix.o libpng16.la -lz
> libtool: link: gcc -I/Users/tplaton/yt-i386/include -o .libs/pngfix
> pngfix.o -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/
> ./.libs/libpng16.dylib -lz
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> gcc -DHAVE_CONFIG_H -I. -I/Users/tplaton/yt-i386/include
> -I/Users/tplaton/yt-i386/include -MT png-fix-itxt.o -MD -MP -MF
> .deps/png-fix-itxt.Tpo -c -o png-fix-itxt.o `test -f
> 'contrib/tools/png-fix-itxt.c' || echo './'`contrib/tools/png-fix-itxt.c
> mv -f .deps/png-fix-itxt.Tpo .deps/png-fix-itxt.Po
> /bin/sh ./libtool --tag=CC --mode=link gcc
> -I/Users/tplaton/yt-i386/include -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -o png-fix-itxt png-fix-itxt.o -lz
> libtool: link: gcc -I/Users/tplaton/yt-i386/include -o png-fix-itxt
> png-fix-itxt.o -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -lz
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> cp libpng-config libpng16-config
> cp libpng.pc libpng16.pc
> ./install-sh -c -d '/Users/tplaton/yt-i386/lib'
> /bin/sh ./libtool --mode=install /usr/bin/install -c libpng16.la'/Users/tplaton/yt-i386/lib'
> libtool: install: /usr/bin/install -c .libs/libpng16.16.dylib
> /Users/tplaton/yt-i386/lib/libpng16.16.dylib
> libtool: install: (cd /Users/tplaton/yt-i386/lib && { ln -s -f
> libpng16.16.dylib libpng16.dylib || { rm -f libpng16.dylib && ln -s
> libpng16.16.dylib libpng16.dylib; }; })
> libtool: install: /usr/bin/install -c .libs/libpng16.lai
> /Users/tplaton/yt-i386/lib/libpng16.la
> libtool: install: /usr/bin/install -c .libs/libpng16.a
> /Users/tplaton/yt-i386/lib/libpng16.a
> libtool: install: chmod 644 /Users/tplaton/yt-i386/lib/libpng16.a
> libtool: install: ranlib /Users/tplaton/yt-i386/lib/libpng16.a
> ./install-sh -c -d '/Users/tplaton/yt-i386/bin'
> /bin/sh ./libtool --mode=install /usr/bin/install -c pngfix
> png-fix-itxt '/Users/tplaton/yt-i386/bin'
> libtool: install: /usr/bin/install -c .libs/pngfix
> /Users/tplaton/yt-i386/bin/pngfix
> libtool: install: /usr/bin/install -c png-fix-itxt
> /Users/tplaton/yt-i386/bin/png-fix-itxt
> ./install-sh -c -d '/Users/tplaton/yt-i386/bin'
> /usr/bin/install -c libpng16-config '/Users/tplaton/yt-i386/bin'
> make install-exec-hook
> cd '/Users/tplaton/yt-i386/bin'; rm -f libpng-config
> cd '/Users/tplaton/yt-i386/bin';\
> ln -s libpng16-config libpng-config
> + cd /Users/tplaton/yt-i386/lib
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.a
> + test -f libpng16.a
> + ln -s libpng16.a libpng.a
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.la
> + test -f libpng16.la
> + ln -s libpng16.la libpng.la
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.so
> + test -f libpng16.so
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.so.16.3
> + test -f libpng16.so.16.3
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.sl
> + test -f libpng16.sl
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.dylib
> + test -f libpng16.dylib
> + ln -s libpng16.dylib libpng.dylib
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.dll.a
> + test -f libpng16.dll.a
> ./install-sh -c -d '/Users/tplaton/yt-i386/share/man/man3'
> /usr/bin/install -c -m 644 libpng.3 libpngpf.3
> '/Users/tplaton/yt-i386/share/man/man3'
> ./install-sh -c -d '/Users/tplaton/yt-i386/share/man/man5'
> /usr/bin/install -c -m 644 png.5 '/Users/tplaton/yt-i386/share/man/man5'
> ./install-sh -c -d '/Users/tplaton/yt-i386/include/libpng16'
> /usr/bin/install -c -m 644 pnglibconf.h
> '/Users/tplaton/yt-i386/include/libpng16'
> ./install-sh -c -d '/Users/tplaton/yt-i386/lib/pkgconfig'
> /usr/bin/install -c -m 644 libpng16.pc
> '/Users/tplaton/yt-i386/lib/pkgconfig'
> ./install-sh -c -d '/Users/tplaton/yt-i386/include/libpng16'
> /usr/bin/install -c -m 644 png.h pngconf.h
> '/Users/tplaton/yt-i386/include/libpng16'
> make install-data-hook
> cd '/Users/tplaton/yt-i386/include'; rm -f png.h pngconf.h pnglibconf.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/png.h png.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/pngconf.h \
> pngconf.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/pnglibconf.h \
> pnglibconf.h
> cd '/Users/tplaton/yt-i386/lib/pkgconfig'; rm -f libpng.pc
> cd '/Users/tplaton/yt-i386/lib/pkgconfig'; ln -s libpng16.pc libpng.pc
> rm -f pngfix png-fix-itxt
> rm -f pngtest pngunknown pngstest pngvalid
> test -z "*.tf? pngout.png libpng16.pc libpng16-config libpng.vers
> libpng.sym check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt
> scripts/*.out scripts/*.chk scripts/pnglibconf.dfn" || rm -f *.tf?
> pngout.png libpng16.pc libpng16-config libpng.vers libpng.sym check.new
> pnglibconf.* pngprefix.h symbols.new pngtest-log.txt scripts/*.out
> scripts/*.chk scripts/pnglibconf.dfn
> test -z "libpng16.la" || rm -f libpng16.la
> rm -f ./so_locations
> rm -rf .libs _libs
> rm -f *.o
> test -z "tests/pngtest.log tests/pngvalid-gamma-16-to-8.log
> tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log
> tests/pngvalid-gamma-expand16-alpha-mode.log
> tests/pngvalid-gamma-expand16-background.log
> tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log
> tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log
> tests/pngvalid-progressive-interlace-size.log
> tests/pngvalid-progressive-interlace-standard.log
> tests/pngvalid-progressive-interlace-transform.log
> tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log
> tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log
> tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log
> tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log
> tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log
> tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log
> tests/pngstest-error.log tests/pngunknown-IDAT.log
> tests/pngunknown-discard.log tests/pngunknown-if-safe.log
> tests/pngunknown-sAPI.log tests/pngunknown-sTER.log
> tests/pngunknown-save.log tests/pngunknown-vpAg.log" || rm -f
> tests/pngtest.log tests/pngvalid-gamma-16-to-8.log
> tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log
> tests/pngvalid-gamma-expand16-alpha-mode.log
> tests/pngvalid-gamma-expand16-background.log
> tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log
> tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log
> tests/pngvalid-progressive-interlace-size.log
> tests/pngvalid-progressive-interlace-standard.log
> tests/pngvalid-progressive-interlace-transform.log
> tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log
> tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log
> tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log
> tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log
> tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log
> tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log
> tests/pngstest-error.log tests/pngunknown-IDAT.log
> tests/pngunknown-discard.log tests/pngunknown-if-safe.log
> tests/pngunknown-sAPI.log tests/pngunknown-sTER.log
> tests/pngunknown-save.log tests/pngunknown-vpAg.log
> test -z "tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs
> tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs
> tests/pngvalid-gamma-expand16-alpha-mode.trs
> tests/pngvalid-gamma-expand16-background.trs
> tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs
> tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs
> tests/pngvalid-progressive-interlace-size.trs
> tests/pngvalid-progressive-interlace-standard.trs
> tests/pngvalid-progressive-interlace-transform.trs
> tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs
> tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs
> tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs
> tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs
> tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs
> tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs
> tests/pngstest-error.trs tests/pngunknown-IDAT.trs
> tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs
> tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs
> tests/pngunknown-save.trs tests/pngunknown-vpAg.trs" || rm -f
> tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs
> tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs
> tests/pngvalid-gamma-expand16-alpha-mode.trs
> tests/pngvalid-gamma-expand16-background.trs
> tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs
> tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs
> tests/pngvalid-progressive-interlace-size.trs
> tests/pngvalid-progressive-interlace-standard.trs
> tests/pngvalid-progressive-interlace-transform.trs
> tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs
> tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs
> tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs
> tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs
> tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs
> tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs
> tests/pngstest-error.trs tests/pngunknown-IDAT.trs
> tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs
> tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs
> tests/pngunknown-save.trs tests/pngunknown-vpAg.trs
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f *.lo
>
> FreeType build system -- automatic system detection
>
> The following settings are used:
>
> platform unix
> compiler gcc
> 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; /bin/sh ./configure
> 'CFLAGS=-I/Users/tplaton/yt-i386/include'
> '--prefix=/Users/tplaton/yt-i386/'
> checking build system type... x86_64-apple-darwin10.8.0
> checking host system type... x86_64-apple-darwin10.8.0
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for rmdir... rmdir
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for unistd.h... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking size of int... 4
> checking size of long... 8
> checking whether cpp computation of bit length in ftconfig.in works... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking whether munmap is declared... yes
> checking for munmap's first parameter type... void *
> checking for memcpy... yes
> checking for memmove... yes
> checking gcc compiler flag -pedantic to assure ANSI C works correctly...
> ok, add it to XX_ANSIFLAGS
> checking gcc compiler flag -ansi to assure ANSI C works correctly... ok,
> add it to XX_ANSIFLAGS
> checking for gzsetparams in -lz... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for BZ2_bzDecompress in -lbz2... yes
> checking bzlib.h usability... yes
> checking bzlib.h presence... yes
> checking for bzlib.h... yes
> checking how to print strings... printf
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc...
> /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is
> GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin10.8.0 file names to
> x86_64-apple-darwin10.8.0 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating ./config.status
> config.status: creating unix-cc.mk
> config.status: creating unix-def.mk
> config.status: creating ftconfig.h
> config.status: executing libtool commands
> make: Nothing to be done for `unix'.
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsystem.lo
> builds/unix/ftsystem.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftsystem.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsystem.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftdebug.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftdebug.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftdebug.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftinit.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftinit.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftinit.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbase.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbase.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbase.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbbox.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbbox.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbbox.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbdf.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbdf.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbdf.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbitmap.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbitmap.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbitmap.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftcid.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftcid.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftcid.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftfstype.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftfstype.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftfstype.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgasp.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftgasp.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgasp.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftglyph.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftglyph.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftglyph.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgxval.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftgxval.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgxval.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftlcdfil.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftlcdfil.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftlcdfil.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftmm.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftmm.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftmm.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftotval.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftotval.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftotval.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpatent.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftpatent.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpatent.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpfr.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftpfr.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpfr.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftstroke.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftstroke.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftstroke.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsynth.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftsynth.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsynth.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/fttype1.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/fttype1.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/fttype1.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftwinfnt.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftwinfnt.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftwinfnt.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftxf86.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftxf86.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftxf86.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/truetype.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c
> -fno-common -DPIC -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/truetype.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/truetype.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1 -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/type1.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/cff.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c -fno-common -DPIC
> -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/cff.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/cff.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1cid.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/type1cid.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1cid.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/pfr.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c -fno-common -DPIC
> -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/pfr.o
> libtool: compile: gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/pfr.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix -I/Users
> ...
>
> [Message clipped]
1
0
Hi,
I have just upgraded from Squeeze Debian to Wheezy. After the installation
of yt dev and a "yt update && yt update --all", I can't get now to draw a
box on volume rendering with draw_domain.
Here's the script :
------------------------------------------------------------------------------------------
from yt.mods import *
from yt.utilities.amr_kdtree.api import AMRKDTree
from time import time
import matplotlib.colorbar as cb
from yt.visualization.eps_writer import *
import pyx
# Load up your dataset
num='70'
pf = load('RD00'+num+'/RedshiftOutput00'+num)
c = [0.5]*3 # Center
L = [1.0,1.0,1.0] # Viewpoint
W = na.sqrt(3) # Width
N = 768 # Pixels (512^2)
up = [0.,0.,1.]
# Get density min, max
# These might take a long time, so I'd suggest hand-coding mi, ma so
# that you don't have to find the maxima and minima each time you
# test. Note that mi, ma, should be a log value since we are
# rendering the log of density.
mi, ma = pf.h.all_data().quantities['Extrema']('Density')[0]
mi, ma = na.log10(mi), na.log10(ma)
print mi, ma
#mi, ma = -31.0, -26.0
# Construct transfer function, pad the TF space by a bit so that
# gaussians sampling the data range don't hit the edge.
tf = ColorTransferFunction((mi-10, ma+10), nbins=1024)
# Sample transfer function with 20 gaussians. Use col_bounds keyword
# to restrict color mapping to true data range.
tf.add_layers(20, w=0.001,
col_bounds=(mi,ma),colormap='jet')
# Create the camera object
cam = pf.h.camera(c, L, W, (N,N), transfer_function=tf, north_vector=up,
no_ghost=True)
cam.rotate(na.pi*105/200,[1, 1, 0])
im = cam.snapshot("volume_rendered%s.png" % num, clip_ratio=8.0)
cam.draw_domain(im)
write_bitmap(im, "volume_rendered%s_with_domain.png" % num)
------------------------------------------------------------------------------------------
It produces the following figure :
http://i.imgur.com/C9nutUh.png
as you can see, the borders are not drawn
Anyone could see what's wrong ?
Thanks
---------- Forwarded message ----------
From: henry wasker <henry.wasker(a)gmail.com>
Date: 2013/1/22
Subject: need to plot a box with borders
To: yt-users(a)lists.spacepope.org
Hello,
I am new to yt and I am interesting in plotting a volume rendering with
output file from enzo cosmology simulation.
For the time being, I get to plot a box ; here's the result :
http://imgur.com/dPwSQEh
I would like now to plot borders of this box too like on this image :
http://imgur.com/bJ25I0l
Here's the yt script I use :
------------------------------------------------------------------------------------------------------------
from yt.mods import *
from yt.utilities.amr_kdtree.api import AMRKDTree
from time import time
import matplotlib.colorbar as cb
# Load up your dataset
num='70'
pf = load('RD00'+num+'/RedshiftOutput00'+num)
c = [0.5]*3 # Center
L = [1.0,1.0,1.0] # Viewpoint
W = na.sqrt(3) # Width
N = 768 # Pixels (512^2)
up = [0.,0.,1.]
# Get density min, max
# These might take a long time, so I'd suggest hand-coding mi, ma so
# that you don't have to find the maxima and minima each time you
# test. Note that mi, ma, should be a log value since we are
# rendering the log of density.
mi, ma = pf.h.all_data().quantities['Extrema']('Density')[0]
mi, ma = na.log10(mi), na.log10(ma)
print mi, ma
#mi, ma = -31.0, -26.0
# Construct transfer function, pad the TF space by a bit so that
# gaussians sampling the data range don't hit the edge.
tf = ColorTransferFunction((mi-10, ma+10), nbins=1024)
# Sample transfer function with 20 gaussians. Use col_bounds keyword
# to restrict color mapping to true data range.
tf.add_layers(20, w=0.001,
col_bounds=(mi,ma),colormap='jet')
# Create the camera object
cam = pf.h.camera(c, L, W, (N,N), transfer_function=tf, north_vector=up,
no_ghost=True)
cam.snapshot("volume_rendered%s.png" % num, clip_ratio=8.0)
------------------------------------------------------------------------------------------------------------
Is there an option for 'camera" or "snapshot" which allows to add the
borders for this box ?
Any help would be really appreciated.
1
0
Hello yt users,
I am having a bit of trouble with a coordinate transformation using arbitrary_regrid.
As a bit of background of my goal, I am trying to transform the coordinates of a data object to be parallel to the $\hat{z}$ direction, and then extract a uniformly-spaced grid from that. By defining a new, rotated meshgrid for use in arbitrary_regrid I've tried to accomplish this transformation; however, when making a mid-plane face-on slice through the regridded object, it (and the regridded but not rotated object) is not consistent with an OffAxisSlicePlot taken through the same mid-plane.
I would greatly appreciate any comments if you have experience with arbitrary_regrid (which it seems is not used much), or any doubts with my methods.
Thank you!
Aaron Wienkers
2
1