SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
(16)
2
(31)
3
(17)
4
(18)
5
(7)
6
(5)
7
(16)
8
(9)
9
(19)
10
(18)
11
(17)
12
(7)
13
(6)
14
(15)
15
(16)
16
(15)
17
(19)
18
(27)
19
(10)
20
(5)
21
(5)
22
(19)
23
(7)
24
(11)
25
(19)
26
(1)
27
(36)
28
(37)
29
(28)
30
(36)



Showing 16 results of 16

From: Shixin Z. <zen...@gm...> - 2009年09月01日 23:43:36
Hi,
Could someone tell me what's the best format that matplotlib can
produce for insertion to MS word? I'm working on a paper using MS
word. I used matplotlib to produce the pictures in "png' format, but
my professor doesn't satisfy with the quality of the pictures, he asks
me to do it in "emf" format, but I can't get an "emf" output from
matplotlib. While other vector formats that are supported by
matplotlib are not supported by MS word. I have worked days on
producing this pictures, I don't want to abandon them just because
they can't be imported to MS word. I really like to produce my
pictures by using matplotlib, but I can't really throw away MS word. I
also tried pstoedit to try to convert to emf from the ps, but it
doesn't work on my system due to some weired missing procedure entry
points in imagick dll.
I'm kinda in a hurry, any help would be greatly appreciated.
Best Regards
Shixin Zeng
From: Eric O L. (EOL) <Eri...@no...> - 2009年09月01日 17:08:39
monoped wrote:
> 
> Hi,
> 
> being a complete newbie, I tried to run the simple_plot example from the 
> website with matplotlib-0.99.0. However, I get the error message:
> 
> --------------------------------------------------------------------
> Traceback (most recent call last):
> File "simple_plot.py", line 5, in <module>
> plot(t, s, linewidth=1.0)
> File "/usr/lib/python2.6/site-packages/matplotlib/pyplot.py", line 
> 2135, in plot
> ax = gca()
> File "/usr/lib/python2.6/site-packages/matplotlib/pyplot.py", line 
> 582, in gca
> ax = gcf().gca(**kwargs)
> File "/usr/lib/python2.6/site-packages/matplotlib/pyplot.py", line 
> 276, in gcf
> return figure()
> File "/usr/lib/python2.6/site-packages/matplotlib/pyplot.py", line 
> 254, in figure
> **kwargs)
> File 
> "/usr/lib/python2.6/site-packages/matplotlib/backends/backend_gtkagg.py", 
> line 44, in new_figure_manager
> return FigureManagerGTKAgg(canvas, num)
> File 
> "/usr/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py", 
> line 443, in __init__
> self.window.set_icon_from_file(window_icon)
> glib.GError: Couldn't recognize the image file format for file 
> '/usr/lib/python2.6/site-packages/matplotlib/mpl-data/images/matplotlib.svg'
> --------------------------------------------------------------------
> 
I had the same problem, and I fixed it by installing librsvg2-gtk (which
allows GTK to use SVG). Hope this helps!
-- 
View this message in context: http://www.nabble.com/Histogram-example-doesn%27t-run-tp24861750p25244040.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: jakobg <jak...@ho...> - 2009年09月01日 16:26:45
Thanks all for the fast reply.
The tip with PyX is working fine!
So its very easy to combine different eps files! 
If someone is interested, try something like:
from pyx import *
c = canvas.canvas()
c.insert(epsfile.epsfile(0, 0, "1.eps"))
c.insert(epsfile.epsfile(0.5,0.2,"2.eps",scale=0.5))
c.writeEPSfile("output")
Thats all!
Ciao Jakob
-- 
View this message in context: http://www.nabble.com/Placing-vector-eps-graphics-tp25242043p25243516.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: Andreas M. <and...@gm...> - 2009年09月01日 16:05:33
Chuck Pepe-Ranney wrote:
> Thanks, I guess my problem is that I am using the latex prosper package to
> make presentation slides but I cannot compile prosper documents with
> pdflatex (see here <http://www.nefkom.net/georg.drenkhahn/prosper/>).
> Sorry, I see that this is not a matplotlib specific question so I will try
> to find a solution somewhere else.
Have a look at the LaTeX beamer package which produces
PDF directly. Thus it's easy to include your PDF pictures
without the need to convert them.
http://latex-beamer.sourceforge.net/
Ciao
Andreas
From: Andrew S. <str...@as...> - 2009年09月01日 15:42:00
jakobg wrote:
> Hi there,
>
> I want to place an eps graphic I created in Inkscape in a plot. The final
> image is supposed to be a vector eps as well. I looked up the forum but just
> found the option with the Image (PIL) library which obviously rasterizes my
> vector image. And I use the Tex option so I cannot just save as SVG and do
> the compositing stuff in Inkscape.
>
> The placing of the image is straight forward and fine documented (with
> additional axes and imshow), so it is just a problem of importing a eps
> vector image.
>
> I would be very grateful if someone could help me with this issue.
> 
It you could save from inkscape as .svg instead of .eps, you might be
able to modify Jae-Joon's trick to directly include this svg into a
matplotlib-generated svg file. See
http://abitofpythonabitofastronomy.blogspot.com/2009/02/mpl-w-svg-filter-again.html
.
From: Jae-Joon L. <lee...@gm...> - 2009年09月01日 15:33:51
You may use PyX for compositing two eps images. It is not a gui
application like inkscape.
But it is one of the best option I know for eps compositing.
http://pyx.sourceforge.net/manual/epsfile.html
Regards,
-JJ
On Tue, Sep 1, 2009 at 11:09 AM, jakobg<jak...@ho...> wrote:
>
> Hi there,
>
> I want to place an eps graphic I created in Inkscape in a plot. The final
> image is supposed to be a vector eps as well. I looked up the forum but just
> found the option with the Image (PIL) library which obviously rasterizes my
> vector image. And I use the Tex option so I cannot just save as SVG and do
> the compositing stuff in Inkscape.
>
> The placing of the image is straight forward and fine documented (with
> additional axes and imshow), so it is just a problem of importing a eps
> vector image.
>
> I would be very grateful if someone could help me with this issue.
>
> Thanks!
> Jakob
>
>
>
> --
> View this message in context: http://www.nabble.com/Placing-vector-eps-graphics-tp25242043p25242043.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: Michael D. <md...@st...> - 2009年09月01日 15:28:29
Unfortunately, matplotlib doesn't support importing vector images of any 
sort.
Your best bet is to, as you suggest, do the compositing in an external 
tool, such as Inkscape. Version 0.46 and later claim to support PDF 
import, you could try that. (Though I haven't tried it with a 
matplotlib plot personally, so no promises...)
Cheers,
Mike
jakobg wrote:
> Hi there,
>
> I want to place an eps graphic I created in Inkscape in a plot. The final
> image is supposed to be a vector eps as well. I looked up the forum but just
> found the option with the Image (PIL) library which obviously rasterizes my
> vector image. And I use the Tex option so I cannot just save as SVG and do
> the compositing stuff in Inkscape.
>
> The placing of the image is straight forward and fine documented (with
> additional axes and imshow), so it is just a problem of importing a eps
> vector image.
>
> I would be very grateful if someone could help me with this issue.
>
> Thanks!
> Jakob
>
>
>
> 
-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA
From: <jas...@cr...> - 2009年09月01日 15:09:41
Michael Droettboom wrote:
> Ah. I wasn't quite clear on what you were trying to do before.
>
> There's actually a bit of "magic" in there that automatically adjusts 
> the xlabel so it is lower than the xtick values. (If you rotate the 
> xtick values, you can see this in action). So it actually does 
> position things how you want, but then when it goes to draw it is 
> automatically lowering the text a little to make room.
>
> Since I don't see an easy way around this magic, you could not use 
> xlabel at all and just add some Axes text:
>
> from matplotlib import text
> text = text.Text(1, 0, "Foo")
> text.set_transform(offset_copy(axes.transAxes, axes.figure, x=5, 
> y=0, units='points'))
> text.set_clip_on(False)
> axes.add_artist(text)
>
> Completely non-obvious of course :) If there's enough need for the 
> kind of xlabels you're making, we should probably provide a way to do 
> this directly, but it would have to be well-tested to ensure it didn't 
> break existing functionality.
>
Ah---I realized that there was some automagic positioning going on if I 
didn't use subplot.xaxis.set_label_coords (thank goodness that I can 
read the source!). So now I have something that *almost* works 
perfectly. Here is a complete example:
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.transforms import offset_copy
fig = plt.figure()
x = np.linspace(0,2*np.pi,100)
y = 2*np.sin(x)
ax = fig.add_subplot(1,1,1)
ax.plot(x,y)
# works
xaxis='bottom'
not_xaxis='top'
# doesn't work
#xaxis='top'
#not_xaxis='bottom'
# works
yaxis='left'
not_yaxis='right'
# doesn't work
#yaxis='right'
#not_yaxis='left'
ax.spines[xaxis].set_position(('outward',10))
ax.xaxis.set_ticks_position(xaxis)
ax.spines[yaxis].set_position(('outward',10))
ax.yaxis.set_ticks_position(yaxis)
ax.spines[not_xaxis].set_color('none')
ax.spines[not_yaxis].set_color('none')
xlabel=ax.xaxis.get_label()
xlabel.set_horizontalalignment('left')
xlabel.set_verticalalignment('baseline')
trans=ax.spines[xaxis].get_transform()
labeltrans=offset_copy(trans, fig, x=8, y=0, units='points')
ax.xaxis.set_label_coords(x=1,y=0,transform=labeltrans)
ylabel=ax.yaxis.get_label()
ylabel.set_horizontalalignment('center')
ylabel.set_verticalalignment('center')
ylabel.set_rotation('horizontal')
trans=ax.spines[yaxis].get_transform()
labeltrans=offset_copy(trans, fig, x=0, y=12, units='points')
ax.yaxis.set_label_coords(x=0,y=1,transform=labeltrans)
ax.set_xlabel('x axis')
ax.set_ylabel('y axis')
 
fig.savefig('test.png',bbox_inches='tight')
When I make the x-axis the top spine, or the y-axis the right spine, 
though (uncomment the "doesn't work" parts above), the labels end up on 
the wrong side of the axes. Any idea about what is going on here? Is 
it related to the post I just made to matplotlib-devel entitled "spines 
with 'axes' positions show in wrong place?"?
Also, I was wondering if I should use the 
ax.spines[yaxis].get_spine_transform() instead of 
ax.spines[yaxis].get_transform(). It didn't seem to help in the above 
issue, but I wasn't sure what the difference was between 
get_spine_transform and get_transform was.
Thanks,
Jason
-- 
Jason Grout
From: jakobg <jak...@ho...> - 2009年09月01日 15:09:39
Hi there,
I want to place an eps graphic I created in Inkscape in a plot. The final
image is supposed to be a vector eps as well. I looked up the forum but just
found the option with the Image (PIL) library which obviously rasterizes my
vector image. And I use the Tex option so I cannot just save as SVG and do
the compositing stuff in Inkscape.
The placing of the image is straight forward and fine documented (with
additional axes and imshow), so it is just a problem of importing a eps
vector image.
I would be very grateful if someone could help me with this issue.
Thanks!
Jakob
-- 
View this message in context: http://www.nabble.com/Placing-vector-eps-graphics-tp25242043p25242043.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: Michael D. <md...@st...> - 2009年09月01日 14:51:58
Ah. I wasn't quite clear on what you were trying to do before.
There's actually a bit of "magic" in there that automatically adjusts 
the xlabel so it is lower than the xtick values. (If you rotate the 
xtick values, you can see this in action). So it actually does position 
things how you want, but then when it goes to draw it is automatically 
lowering the text a little to make room.
Since I don't see an easy way around this magic, you could not use 
xlabel at all and just add some Axes text:
 from matplotlib import text
 text = text.Text(1, 0, "Foo")
 text.set_transform(offset_copy(axes.transAxes, axes.figure, x=5, 
y=0, units='points'))
 text.set_clip_on(False)
 axes.add_artist(text)
Completely non-obvious of course :) If there's enough need for the kind 
of xlabels you're making, we should probably provide a way to do this 
directly, but it would have to be well-tested to ensure it didn't break 
existing functionality.
Mike
jas...@cr... wrote:
> Michael Droettboom wrote:
>> The xlabel doesn't use the data transform, it uses the axes 
>> transform, where the edges of the axes always go from 0.0 to 1.0, 
>> regardless of the data extents. Therefore, tou can start with the 
>> label's default transform:
>>
>> trans = xlabel.get_transform()
>>
>> and use that as the basis for the offset transform
>>
>> offtrans = offset_copy(trans, subplot.figure, x=5, y=0, units='points')
>>
>> and set the label's position, alignment and transform:
>>
>> xlabel.set_position((1, 0))
>> xlabel.set_ha('right')
>> xlabel.set_transform(offtrans)
>>
>> Hope that does what you're after.
>
>
> Thanks! This helps a lot.
> I notice with the following, the x-axis label is lined up with its 
> baseline equal to the baseline of the tick labels. I'd like the 
> baseline to be the same as the actual axis line. What should I do to 
> get the baseline of the x-axis label to be the actual axis line? I've 
> been working on this for a while tonight, and I've made a lot of 
> progress, but now I'm getting confused. Is there some sort of padding 
> going on, even though I set labelpad=0? Is the problem I'm seeing 
> because I started from xlabel.get_transform(), which already has the 
> padding builtin?
>
> from matplotlib.transforms import offset_copy
> subplot.xaxis.labelpad=0
> xlabel=subplot.xaxis.get_label()
> trans=xlabel.get_transform()
> xlabel.set_horizontalalignment('left')
> xlabel.set_verticalalignment('baseline')
> 
> xlabel.set_transform(offset_copy(trans,subplot.figure,x=5,y=0,units='points')) 
>
> xlabel.set_position((1,0))
>
>
> Thanks,
>
> Jason
>
> -- 
> Jason Grout
>
-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA
From: Michael D. <md...@st...> - 2009年09月01日 14:40:42
Without a some example code to reproduce the bug, it's going to be very 
difficult to track this down. The "pick_event_demo.py" is working for 
me, and it flows through the offending method without problems. It's 
possible that your code sets things up in a way we didn't anticipate and 
it worked "by accident" in earlier versions, and a change has broken it 
now. We'd like to not have these breakages, but without seeing what 
you're doing, it's impossible to avoid that.
If you can't provide a standalone example, can you at least provide the 
complete traceback (not just the inner most frame)?
Mike
Andrew Kelly wrote:
> I spent some time trying to cobble one together but it was taking too 
> much time so I tried the following and it seems to work now:
>
> Instead of using a thick line2D and adding it to the drawing, I added 
> a patches.Rectangle instead. The line2D works in 0.88.5 but not in 
> 0.99. The newer version was tripping over the Artist.contains() 
> function call when used with line2D.
>
> On Mon, Aug 31, 2009 at 1:28 PM, Michael Droettboom <md...@st... 
> <mailto:md...@st...>> wrote:
>
> Can you provide a standalone example that reproduces this error?
>
> Cheers,
> Mike
>
> Andrew Kelly wrote:
>
> I recently re-installed matplotlib (0.99) on my vista machine
> and my code that worked yesterday (no changes) no longer runs
> because of the following matplotlib error:
>
> File "C:\Python25\Lib\site-packages\matplotlib\lines.py",
> line 286, in contains
> path, affine =
> self._transformed_path.get_transformed_path_and_affine()
> AttributeError: 'NoneType' object has no attribute
> 'get_transformed_path_and_affine'
>
> All I am doing is initially drawing a line2D (which works) and
> then testing if line2D.contains(event)==True if I mouse over
> the line. As I said this worked fine yesterday.
>
> I tried re-installing with an older version but to no avail.
> I am totally clueless as to why this is happening. Anyone
> have a guess.
>
> -Andrew
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal
> Reports 2008 30-Day trial. Simplify your report design,
> integration and deployment - and focus on what you do best,
> core application coding. Discover what's new with Crystal
> Reports now. http://p.sf.net/sfu/bobj-july
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> <mailto:Mat...@li...>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
>
>
> -- 
> Michael Droettboom
> Science Software Branch
> Operations and Engineering Division
> Space Telescope Science Institute
> Operated by AURA for NASA
>
>
-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA
From: Pim S. <P.S...@st...> - 2009年09月01日 10:24:06
Hi Everyone,
I recently (re)installed the latest svn checkout of matplotlib on a
fresh install of python 2.6.2 (running on OSX Leopard 10.5).
When I run the embedding example at
http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_tk.html
or http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_tk2.html
I get the following malloc errors:
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17023,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
~ $ python test.py
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Python(17024,0xa0427720) malloc: *** error for object 0xa00726d8:
Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
Otherwise the example works.
Can anyone tell me what's wrong?
Kind regards,
Pim Schellart
From: Pim S. <P.S...@st...> - 2009年09月01日 10:20:58
Hi Everyone,
I managed to install matplotlib (python 2.6.2 on OSX Leopard 10.5) by
making the following adjustments to the installation.
1. In setupext.py changing the line with
'darwin' : [],
to
'darwin' : ['/usr/local', '/usr'],
2. In /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Makefile
removing all occurences of -arch ppc.
Both of these fixes should not be nesesary so either there are some
problems with the installer or with my OSX setup.
Can someone tell me which of the two it is?
Kind regards,
Pim Schellart
2009年9月1日 Pim Schellart <P.S...@st...>:
> Hi Everyone,
>
> after I encountered some problems embedding matplotlib in a Tkinter
> application I decided to update my matplotlib installation.
> I downloaded and installed Python 2.6.2 and the latest svn checkouts
> of numpy and scipy.
> Then I tried to install (the latest svn checkout of) matplotlib using
> python setup.py install.
> I get the following errors related to freetype2.
> I first tried reinstalling freetype2 (latest version from source which
> is now installed in /usr/local) but this did not solve the problem.
> Does anyone know what might be wrong here?
>
> gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
> -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
> -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include
> -I. -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include/freetype2
> -I./freetype2 -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
> -c src/ft2font.cpp -o build/temp.macosx-10.3-fat-2.6/src/ft2font.o
> In file included from src/ft2font.cpp:1In file included from src/ft2font.cpp:1:
> src/ft2font.h:13:22: error: ft2build.h: No such file or directory
> src/ft2font.h:14:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
> :
> src/ft2font.h:13:22: error: ft2build.h: No such file or directory
> src/ft2font.h:14:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
> src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared
> src/ft2font.h:31: error: ‘FT_Int’ has not been declared
> src/ft2font.h:31: error: ‘FT_Int’ has not been declared
> src/ft2font.h:77: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.h:77: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
> src/ft2font.h:83: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.h:83: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
> src/ft2font.h:122: error: ‘FT_Face’ does not name a type
> src/ft2font.h:123: error: ‘FT_Matrix’ does not name a type
> src/ft2font.h:124: error: ‘FT_Vector’ does not name a type
> src/ft2font.h:125: error: ‘FT_Error’ does not name a type
> src/ft2font.h:126: error: ‘FT_Glyph’ was not declared in this scope
> src/ft2font.h:126: error: template argument 1 is invalid
> src/ft2font.h:126: error: template argument 2 is invalid
> src/ft2font.h:127: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.h:127: error: template argument 1 is invalid
> src/ft2font.h:127: error: template argument 2 is invalid
> src/ft2font.h:133: error: ‘FT_BBox’ does not name a type
> src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
> src/ft2font.cpp:96: error: variable or field ‘draw_bitmap’ declared void
> src/ft2font.cpp:96: error: ‘int FT2Image::draw_bitmap’ is not a static
> member of ‘class FT2Image’
> src/ft2font.cpp:96: error: ‘FT_Bitmap’ was not declared in this scope
> src/ft2font.cpp:96: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp:97: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:98: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:98: error: initializer expression list treated as
> compound expression
> src/ft2font.cpp:98: error: expected ‘,’ or ‘;’ before ‘{’ token
> src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared
> src/ft2font.h:31: error: ‘FT_Int’ has not been declared
> src/ft2font.h:31: error: ‘FT_Int’ has not been declared
> src/ft2font.h:77: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.h:77: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
> src/ft2font.h:83: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.h:83: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
> src/ft2font.h:122: error: ‘FT_Face’ does not name a type
> src/ft2font.h:123: error: ‘FT_Matrix’ does not name a type
> src/ft2font.h:124: error: ‘FT_Vector’ does not name a type
> src/ft2font.h:125: error: ‘FT_Error’ does not name a type
> src/ft2font.h:126: error: ‘FT_Glyph’ was not declared in this scope
> src/ft2font.h:126: error: template argument 1 is invalid
> src/ft2font.h:126: error: template argument 2 is invalid
> src/ft2font.h:127: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.h:127: error: template argument 1 is invalid
> src/ft2font.h:127: error: template argument 2 is invalid
> src/ft2font.h:133: error: ‘FT_BBox’ does not name a type
> src/ft2font.cpp:382: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.cpp:382: error: ISO C++ forbids declaration of ‘FT_Face’
> with no type
> src/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
> src/ft2font.cpp:383: error: ‘ind’ was not declared in this scope
> src/ft2font.cpp:386: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:386: error: expected `;' before ‘bbox’
> src/ft2font.cpp:387: error: ‘glyph’ was not declared in this scope
> src/ft2font.cpp:387: error: ‘ft_glyph_bbox_subpixels’ was not declared
> in this scope
> src/ft2font.cpp:387: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp:387: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
> src/ft2font.cpp:389: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:409: error: no matching function for call to
> ‘Glyph::get_path(<type error>)’
> src/ft2font.h:83: note: candidates are: Py::Object Glyph::get_path(int)
> src/ft2font.cpp: At global scope:
> src/ft2font.cpp:438: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.cpp:438: error: ISO C++ forbids declaration of ‘FT_Face’
> with no type
> src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
> src/ft2font.cpp:443: error: ‘FT_Outline’ was not declared in this scope
> src/ft2font.cpp:443: error: ‘outline’ was not declared in this scope
> src/ft2font.cpp:443: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:448: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:448: error: expected `;' before ‘v_last’
> src/ft2font.cpp:449: error: expected `;' before ‘v_control’
> src/ft2font.cpp:450: error: expected `;' before ‘v_start’
> src/ft2font.cpp:452: error: ‘point’ was not declared in this scope
> src/ft2font.cpp:453: error: ‘limit’ was not declared in this scope
> src/ft2font.cpp:469: error: ‘v_start’ was not declared in this scope
> src/ft2font.cpp:470: error: ‘v_last’ was not declared in this scope
> src/ft2font.cpp:472: error: ‘v_control’ was not declared in this scope
> src/ft2font.cpp:476: error: ‘FT_CURVE_TAG’ was not declared in this scope
> src/ft2font.cpp:479: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
> src/ft2font.cpp:482: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
> src/ft2font.cpp:485: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
> src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
> src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
> src/ft2font.cpp:96: error: variable or field ‘draw_bitmap’ declared void
> src/ft2font.cpp:96: error: ‘int FT2Image::draw_bitmap’ is not a static
> member of ‘class FT2Image’
> src/ft2font.cpp:96: error: ‘FT_Bitmap’ was not declared in this scope
> src/ft2font.cpp:96: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp:97: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:98: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:98: error: initializer expression list treated as
> compound expression
> src/ft2font.cpp:98: error: expected ‘,’ or ‘;’ before ‘{’ token
> src/ft2font.cpp:538: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
> src/ft2font.cpp:546: error: expected `;' before ‘vec’
> src/ft2font.cpp:547: error: expected `;' before ‘v_middle’
> src/ft2font.cpp:553: error: ‘vec’ was not declared in this scope
> src/ft2font.cpp:574: error: ‘v_middle’ was not declared in this scope
> src/ft2font.cpp:608: error: expected `;' before ‘vec1’
> src/ft2font.cpp:610: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
> src/ft2font.cpp:615: error: ‘vec1’ was not declared in this scope
> src/ft2font.cpp:617: error: ‘vec2’ was not declared in this scope
> src/ft2font.cpp:625: error: expected `;' before ‘vec’
> src/ft2font.cpp:627: error: ‘vec’ was not declared in this scope
> src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
> src/ft2font.cpp:687: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:687: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:687: error: ‘FT_New_Face’ was not declared in this scope
> src/ft2font.cpp:690: error: ‘FT_Err_Unknown_File_Format’ was not
> declared in this scope
> src/ft2font.cpp:382: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.cpp:382: error: ISO C++ forbids declaration of ‘FT_Face’
> with no type
> src/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
> src/ft2font.cpp:383: error: ‘ind’ was not declared in this scope
> src/ft2font.cpp:386: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:386: error: expected `;' before ‘bbox’
> src/ft2font.cpp:387: error: ‘glyph’ was not declared in this scope
> src/ft2font.cpp:387: error: ‘ft_glyph_bbox_subpixels’ was not declared
> in this scope
> src/ft2font.cpp:387: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp:387: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
> src/ft2font.cpp:389: error: ‘facsrc/ft2font.cpp:695: error:
> ‘FT_Err_Cannot_Open_Resource’ was not declared in this scope
> src/ft2font.cpp:700: error: ‘FT_Err_Invalid_File_Format’ was not
> declared in this scope
> e’ was not declared in this scope
> src/ft2font.cpp:409: error: no matching function for call to
> ‘Glyph::get_path(<type error>)’
> src/ft2font.h:83: note: candidates are: Py::Object Glyph::get_path(int)
> src/ft2font.cpp:713: error: ‘FT_Set_Char_Size’ was not declared in this scope
> src/ft2font.cpp:714: error: ‘FT_Matrix’ does not name a type
> src/ft2font.cpp:715: error: ‘transform’ was not declared in this scope
> src/ft2font.cpp:715: error: ‘FT_Set_Transform’ was not declared in this scope
> src/ft2font.cpp:730: error: ‘FT_Get_Postscript_Name’ was not declared
> in this scope
> src/ft2font.cpp:753: error: ‘FT_IS_SCALABLE’ was not declared in this scope
> src/ft2font.cpp: At global scope:
> src/ft2font.cpp:438: error: expected ‘,’ or ‘...’ before ‘&’ token
> src/ft2font.cpp:438: error: ISO C++ forbids declaration of ‘FT_Face’
> with no type
> src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
> src/ft2font.cpp:443: error: ‘FT_Outline’ was not declared in this scope
> src/ft2font.cpp:443: error: ‘outline’ was not declared in this scope
> src/ft2font.cpp:443: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:448: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:448: error: expected `;' before ‘v_last’
> src/ft2font.cpp:449: error: expected `;' before ‘v_control’
> src/ft2font.cpp:450: error: expected `;' before ‘v_start’
> src/ft2font.cpp:452: error: ‘point’ was not declared in this scope
> src/ft2font.cpp:453: error: ‘limit’ was not declared in this scope
> src/ft2font.cpp:469: error: ‘v_start’ was not declared in this scope
> src/ft2font.cpp:470: error: ‘v_last’ was not declared in this scope
> src/ft2font.cpp:472: error: ‘v_control’ was not declared in this scope
> src/ft2font.cpp:476: error: ‘FT_CURVE_TAG’ was not declared in this scope
> src/ft2font.cpp:479: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
> src/ft2font.cpp:482: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
> src/ft2font.cpp:485: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
> src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
> src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
> src/ft2font.cpp:785: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:785: error: ‘FT_Done_Face’ was not declared in this scope
> src/ft2font.cpp:787: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:788: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:788: error: ‘FT_Done_Glyph’ was not declared in this scope
> src/ft2font.cpp:538: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
> src/ft2font.cpp:546: error: expected `;' before ‘vec’
> src/ft2font.cpp:547: error: expected `;' before ‘v_middle’
> src/ft2font.cpp:553: error: ‘vec’ was not declared in this scope
> src/ft2font.cpp:574: error: ‘v_middle’ was not declared in this scope
> src/ft2font.cpp:608: error: expected `;' before ‘vec1’
> src/ft2font.cpp:610: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
> src/ft2font.cpp:615: error: ‘vec1’ was not declared in this scope
> src/ft2font.cpp:617: error: ‘vec2’ was not declared in this scope
> src/ft2font.cpp:625: error: expected `;' before ‘vec’
> src/ft2font.cpp:627: error: ‘vec’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const
> Py::Tuple&)’:
> src/ft2font.cpp:822: error: ‘pen’ was not declared in this scope
> src/ft2font.cpp:825: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:826: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:826: error: ‘FT_Done_Glyph’ was not declared in this scope
> src/ft2font.cpp:829: error: request for member ‘clear’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_size(const Py::Tuple&)’:
> src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:854: error: ‘FT_Set_Char_Size’ was not declared in this scope
> src/ft2font.cpp:855: error: ‘FT_Matrix’ does not name a type
> src/ft2font.cpp:856: error: ‘transform’ was not declared in this scope
> src/ft2font.cpp:856: error: ‘FT_Set_Transform’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_charmap(const Py::Tuple&)’:
> src/ft2font.cpp:880: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:882: error: ‘FT_CharMap’ was not declared in this scope
> src/ft2font.cpp:882: error: expected `;' before ‘charmap’
> src/ft2font.cpp:883: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:883: error: ‘charmap’ was not declared in this scope
> src/ft2font.cpp:883: error: ‘FT_Set_Charmap’ was not declared in this scope
> src/ft2font.cpp: At global scope:
> src/ft2font.cpp:888: error: ‘FT_BBox’ does not name a type
> src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
> src/ft2font.cpp:687: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:687: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:687: error: ‘FT_New_Face’ was not declared in this scope
> src/ft2font.cpp:690: error: ‘FT_Err_Unknown_File_Format’ was not
> declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_kerning(const Py::Tuple&)’:
> src/ft2font.cpp:931: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:931: error: ‘FT_HAS_KERNING’ was not declared in this scope
> src/ft2font.cpp:932: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:932: error: expected `;' before ‘delta’
> src/ft2font.cpp:934: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:934: error: ‘delta’ was not declared in this scope
> src/ft2font.cpp:934: error: ‘FT_Get_Kerning’ was not declared in this scope
> src/ft2font.cpp:695: error: ‘FT_Err_Cannot_Open_Resource’ was not
> declared in this scope
> src/ft2font.cpp:700: error: ‘FT_Err_Invalid_File_Format’ was not
> declared in this scope
> src/ft2font.cpp:713: error: ‘FT_Set_Char_Size’ was not declared in this scope
> src/ft2font.cpp:714: error: ‘FT_Matrix’ does not name a type
> src/ft2font.cpp:715: error: ‘transform’ was not declared in this scope
> src/ft2font.cpp:715: error: ‘FT_Set_Transform’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
> src/ft2font.cpp:975: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
> src/ft2font.cpp:730: error: ‘FT_Get_Postscript_Name’ was not declared
> in this scope
> src/ft2font.cpp:980: error: ‘matrix’ was not declared in this scope
> src/ft2font.cpp:980: error: ‘FT_Fixed’ was not declared in this scope
> src/ft2font.cpp:985: error: ‘FT_Bool’ was not declared in this
> scopesrc/ft2font.cpp:753: error: ‘FT_IS_SCALABLE’ was not declared in
> this scope
>
> src/ft2font.cpp:985: error: expected `;' before ‘use_kerning’
> src/ft2font.cpp:986: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:986: error: expected `;' before ‘previous’
> src/ft2font.cpp:988: error: request for member ‘resize’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:989: error: ‘pen’ was not declared in this scope
> src/ft2font.cpp:995: error: expected `;' before ‘glyph_index’
> src/ft2font.cpp:1001: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1001: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1001: error: ‘FT_Get_Char_Index’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘FT_Get_Char_Index’ was not declared in this scope
> src/ft2font.cpp:1009: error: ‘use_kerning’ was not declared in this scope
> src/ft2font.cpp:1009: error: ‘previous’ was not declared in this scope
> src/ft2font.cpp:1009: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1010: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:1010: error: expected `;' before ‘delta’
> src/ft2font.cpp:1011: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘delta’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘FT_Get_Kerning’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘FT_Load_Glyph’ was not declared in this scope
> src/ft2font.cpp:1024: error: ‘FT_Glyph’ was not declared in this scope
> src/ft2font.cpp:1024: error: expected `;' before ‘thisGlyph’
> src/ft2font.cpp:1025: error: ‘thisGlyph’ was not declared in this scope
> src/ft2font.cpp:1025: error: ‘FT_Get_Glyph’ was not declared in this scope
> src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
> src/ft2font.cpp:785: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:785: error: ‘FT_Done_Face’ was not declared in this scope
> src/ft2font.cpp:787: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:788: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:788: error: ‘FT_Done_Glyph’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const
> Py::Tuple&)’:
> src/ft2font.cpp:822: error: ‘pen’ was not declared in this scope
> src/ft2font.cpp:825: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:826: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:826: error: ‘FT_Done_Glyph’ was not declared in this scope
> src/ft2font.cpp:829: error: request for member ‘clear’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_size(const Py::Tuple&)’:
> src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:854: error: ‘FT_Set_Char_Size’ was not declared in this scope
> src/ft2font.cpp:855: error: ‘FT_Matrix’ does not name a type
> src/ft2font.cpp:856: error: ‘transform’ was not declared in this scope
> src/ft2font.cpp:856: error: ‘FT_Set_Transform’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_charmap(const Py::Tuple&)’:
> src/ft2font.cpp:880: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:882: error: ‘FT_CharMap’ was not declared in this scope
> src/ft2font.cpp:882: error: expected `;' before ‘charmap’
> src/ft2font.cpp:883: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:883: error: ‘charmap’ was not declared in this scope
> src/ft2font.cpp:883: error: ‘FT_Set_Charmap’ was not declared in this scope
> src/ft2font.cpp: At global scope:
> src/ft2font.cpp:888: error: ‘FT_BBox’ does not name a type
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_kerning(const Py::Tuple&)’:
> src/ft2font.cpp:931: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:931: error: ‘FT_HAS_KERNING’ was not declared in this scope
> src/ft2font.cpp:932: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:932: error: expected `;' before ‘delta’
> src/ft2font.cpp:934: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:934: error: ‘delta’ was not declared in this scope
> src/ft2font.cpp:934: error: ‘FT_Get_Kerning’ was not declared in this scope
> src/ft2font.cpp:1033: error: ‘FT_Glyph_Transform’ was not declared in this scope
> src/ft2font.cpp:1040: error: ‘previous’ was not declared in this scope
> src/ft2font.cpp:1041: error: request for member ‘push_back’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1045: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1046: error: invalid types ‘int[unsigned int]’ for
> array subscript
> src/ft2font.cpp:1046: error: ‘FT_Glyph_Transform’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
> src/ft2font.cpp:975: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
> src/ft2font.cpp:980: error: ‘matrix’ was not declared in this scope
> src/ft2font.cpp:980: error: ‘FT_Fixed’ was not declared in this scope
> src/ft2font.cpp:985: error: ‘FT_Bool’ was not declared in this scope
> src/ft2font.cpp:985: error: expected `;' before ‘use_kerning’
> src/ft2font.cpp:986: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:986: error: expected `;' before ‘previous’
> src/ft2font.cpp:988: error: request for member ‘resize’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:989: error: ‘pen’ was not declared in this scope
> src/ft2font.cpp:995: error: expected `;' before ‘glyph_index’
> src/ft2font.cpp:1001: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1001: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1001: error: ‘FT_Get_Char_Index’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1005: error: ‘FT_Get_Char_Index’ was not declared in this scope
> src/ft2font.cpp:1009: error: ‘use_kerning’ was not declared in this scope
> src/ft2font.cpp:1009: error: ‘previous’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_num_glyphs(const Py::Tuple&)’:
> src/ft2font.cpp:1062: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1009: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1010: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:1010: error: expected `;' before ‘delta’
> src/ft2font.cpp:1011: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘delta’ was not declared in this scope
> src/ft2font.cpp:1012: error: ‘FT_Get_Kerning’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘glyph_index’ was not declared in this scope
> src/ft2font.cpp:1015: error: ‘FT_Load_Glyph’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
> src/ft2font.cpp:1087: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
> src/ft2font.cpp:1024: error: ‘FT_Glyph’ was not declared in this scope
> src/ft2font.cpp:1024: error: expected `;' before ‘thisGlyph’
> src/ft2font.cpp:1025: error: ‘thisGlyph’ was not declared in this scope
> src/ft2font.cpp:1025: error: ‘FT_Get_Glyph’ was not declared in this scope
> src/ft2font.cpp:1033: error: ‘FT_Glyph_Transform’ was not declared in this scope
> src/ft2font.cpp:1091: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1091: error: ‘FT_Load_Char’ was not declared in this scope
> src/ft2font.cpp:1040: error: ‘previous’ was not declared in this scope
> src/ft2font.cpp:1041: error: request for member ‘push_back’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
> ‘int’src/ft2font.cpp:1096: error: ‘FT_Glyph’ was not declared in this
> scope
> src/ft2font.cpp:1096: error: expected `;' before ‘thisGlyph’
> src/ft2font.cpp:1097: error: ‘thisGlyph’ was not declared in this scope
> src/ft2font.cpp:1097: error: ‘FT_Get_Glyph’ was not declared in this scope
>
> src/ft2font.cpp:1045: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1046: error: invalid types ‘int[unsigned int]’ for
> array subscript
> src/ft2font.cpp:1046: error: ‘FT_Glyph_Transform’ was not declared in this scope
> src/ft2font.cpp:1102: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1103: error: request for member ‘push_back’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1104: error: no matching function for call to
> ‘Glyph::Glyph(<type error>, <type error>, size_t&)’
> src/ft2font.cpp:382: note: candidates are: Glyph::Glyph(int)
> src/ft2font.h:75: note:         Glyph::Glyph(const Glyph&)
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_width_height(const Py::Tuple&)’:
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_num_glyphs(const Py::Tuple&)’:
> src/ft2font.cpp:1062: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
>
> src/ft2font.cpp:1120: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1123: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_descent(const Py::Tuple&)’:
> src/ft2font.cpp:1140: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1140: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1141: error: ‘bbox’ was not declared in this
> scopesrc/ft2font.cpp: In member function ‘Py::Object
> FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
> src/ft2font.cpp:1087: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
>
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
> src/ft2font.cpp:1156: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1091: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1156: error: expected `;' before ‘string_bbox’
> src/ft2font.cpp:1091: error: ‘FT_Load_Char’ was not declared in this scope
> src/ft2font.cpp:1157: error: ‘string_bbox’ was not declared in this scope
> src/ft2font.cpp:1096: error: ‘FT_Glyph’ was not declared in this scope
> src/ft2font.cpp:1096: error: expected `;' before ‘thisGlyph’
> src/ft2font.cpp:1097: error: ‘thisGlyph’ was not declared in this scope
> src/ft2font.cpp:1097: error: ‘FT_Get_Glyph’ was not declared in this scope
> src/ft2font.cpp:1164: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1102: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
> ‘int’src/ft2font.cpp:1166: error: expected `;' before ‘bbox’
>
> src/ft2font.cpp:1103: error: request for member ‘push_back’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
> ‘int’src/ft2font.cpp:1167: error: invalid types ‘int[size_t]’ for
> array subscript
>
> src/ft2font.cpp:1167: error: ‘ft_glyph_bbox_pixels’ was not declared
> in this scope
> src/ft2font.cpp:1167: error: ‘bbox’ was not declared in this
> scopesrc/ft2font.cpp:1104: error: no matching function for call to
> ‘Glyph::Glyph(<type error>, <type error>, size_t&)’
>
> src/ft2font.cpp:1167: error: ‘FT_Glyph_Get_CBox’ was not declared in
> this scopesrc/ft2font.cpp:382: note: candidates are: Glyph::Glyph(int)
> src/ft2font.h:75: note:         Glyph::Glyph(const Glyph&)
> src/ft2font.cpp:1169: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1169: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1170: error: ‘ft_render_mode_normal’ was not declared
> in this scope
> src/ft2font.cpp:1173: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
> src/ft2font.cpp:1177: error: ‘FT_BitmapGlyph’ was not declared in this scope
>
> src/ft2font.cpp:1177: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1181: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:1181: error: expected `;' before ‘x’
> src/ft2font.cpp:1182: error: expected `;' before ‘y’
> src/ft2font.cpp:1184: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp:1184: error: ‘x’ was not declared in this scope
> src/ft2font.cpp:1184: error: ‘y’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_width_height(const Py::Tuple&)’:
> src/ft2font.cpp:1120: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1120: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1123: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const
> Py::Tuple&)’:
> src/ft2font.cpp:1202: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1202: error: expected `;' before ‘string_bbox’
> src/ft2font.cpp:1src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_descent(const Py::Tuple&)’:
> src/ft2font.cpp:1140: error: ‘FT_BBox’ was not declared in this scope
> 203: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1205: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1208: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1209: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1209: error: ‘ft_glyph_bbox_pixels’ was not declared
> in this scope
> src/ft2font.cpp:1209: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp:1140: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1209: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
> src/ft2font.cpp:1211: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1211: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1212: error: ‘ft_render_mode_normal’ was not declared
> in this scopesrc/ft2font.cpp:1141: error: ‘bbox’ was not declared in
> this scope
> src/ft2font.cpp:1215: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
>
> src/ft2font.cpp:1219: error: ‘FT_BitmapGlyph’ was not declared in this scope
> src/ft2font.cpp:1219: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1223: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:1223: error: expected `;' before ‘x’
> src/ft2font.cpp:1224: error: expected `;' before ‘y’
> src/ft2font.cpp:1226: error: ‘x’ was not declared in this scope
> src/ft2font.cpp:1227: error: ‘y’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
> src/ft2font.cpp:1156: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1156: error: expected `;' before ‘string_bbox’
> src/ft2font.cpp:1157: error: ‘string_bbox’ was not declared in this scope
> src/ft2font.cpp:1164: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1166: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1167: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1167: error: ‘ft_glyph_bbox_pixels’ was not declared
> in this scope
> src/ft2font.cpp:1167: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp:1167: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
> src/ft2font.cpp:1169: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1169: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1170: error: ‘ft_render_mode_normal’ was not declared
> in this scope
> src/ft2font.cpp:1173: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
> src/ft2font.cpp:1177: error: ‘FT_BitmapGlyph’ was not declared in this scope
> src/ft2font.cpp:1177: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1181: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:1181: error: expected `;' before ‘x’
> src/ft2font.cpp:1182: error: expected `;' before ‘y’
> src/ft2font.cpp:1184: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
> src/ft2font.cpp:1262: error: ‘FT_Vector’ was not declared in this scope
> src/ft2font.cpp:1184: error: ‘x’ was not declared in this
> scopesrc/ft2font.cpp:1262: error: expected `;' before ‘sub_offset’
> src/ft2font.cpp:1263: error: ‘sub_offset’ was not declared in this scope
>
> src/ft2font.cpp:1184: error: ‘y’ was not declared in this scope
> src/ft2font.cpp:1270: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1273: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1273: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1274: error: ‘ft_render_mode_normal’ was not declared
> in this scope
> src/ft2font.cpp:1277: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
> src/ft2font.cpp:1281: error: ‘FT_BitmapGlyph’ was not declared in this scope
> src/ft2font.cpp:1281: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1283: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const
> Py::Tuple&)’:
> src/ft2font.cpp:1202: error: ‘FT_BBox’ was not declared in this scope
> src/ft2font.cpp:1202: error: expected `;' before ‘string_bbox’
> src/ft2font.cpp:1203: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1205: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1208: error: expected `;' before ‘bbox’
> src/ft2font.cpp:1209: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1209: error: ‘ft_glyph_bbox_pixels’ was not declared
> in this scope
> src/ft2font.cpp:1209: error: ‘bbox’ was not declared in this scope
> src/ft2font.cpp:1209: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
> src/ft2font.cpp:1211: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1211: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1212: error: ‘ft_render_mode_normal’ was not declared
> in this scope
> src/ft2font.cpp:1215: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
> src/ft2font.cpp:1219: error: ‘FT_BitmapGlyph’ was not declared in this scope
> src/ft2font.cpp:1219: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1223: error: ‘FT_Int’ was not declared in this scope
> src/ft2font.cpp:1223: error: expected `;' before ‘x’
> src/ft2font.cpp:1224: error: expected `;' before ‘y’
> src/ft2font.cpp:1226: error: ‘x’ was not declared in this scope
> src/ft2font.cpp:1227: error: ‘y’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_glyph_name(const Py::Tuple&)’:
> src/ft2font.cpp:1297: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1297: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
> src/ft2font.cpp:1301: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1301: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:1301: error: ‘FT_Get_Glyph_Name’ was not declared in
> this scopesrc/ft2font.cpp: In member function ‘Py::Object
> FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
> src/ft2font.cpp:1262: error: ‘FT_Vector’ was not declared in this scope
>
> src/ft2font.cpp:1262: error: expected `;' before ‘sub_offset’
> src/ft2font.cpp:1263: error: ‘sub_offset’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_charmap(const Py::Tuple&)’:
> src/ft2font.cpp:1317: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:1317: error: expected `;' before ‘index’
> src/ft2font.cpp:1320: error: ‘FT_ULong’ was not declared in this scope
> src/ft2font.cpp:1320: error: expected `;' before ‘code’
> src/ft2font.cpp:1322: error: ‘code’ was not declared in this scope
> src/ft2font.cpp:1323: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1323: error: ‘FT_Get_Next_Char’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_sfnt(const Py::Tuple&)’:
> src/ft2font.cpp:1391: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1391: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
> src/ft2font.cpp:1394: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1394: error: ‘FT_Get_Sfnt_Name_Count’ was not declared
> in this scope
> src/ft2font.cpp:1398: error: ‘FT_SfntName’ was not declared in this scope
> src/ft2font.cpp:1398: error: expected `;' before ‘sfnt’
> src/ft2font.cpp:1399: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1399: error: expected `;' before ‘error’
> src/ft2font.cpp:1401: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1405: error: ‘sfnt’ was not declared in this scope
> src/ft2font.cpp:1270: error: request for member ‘size’ in
> ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
> src/ft2font.cpp:1273: error: ‘error’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_name_index(const Py::Tuple&)’:
> src/ft2font.cpp:1428: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1428: error: ‘FT_String’ was not declared in this scope
> src/ft2font.cpp:1428: error: ‘FT_Get_Name_Index’ was not declared in this scope
> src/ft2font.cpp:1273: error: invalid types ‘int[size_t]’ for array subscript
> src/ft2font.cpp:1274: error: ‘ft_render_mode_normal’ was not declared
> in this scope
> src/ft2font.cpp:1427: error: expected primary-expression before ‘(’ token
> src/ft2font.cpp:1427: error: expected primary-expression before ‘long’
> src/ft2font.cpp:1427: error: expected `)' before ‘long’
> src/ft2font.cpp:1277: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
> src/ft2font.cpp:1281: error: ‘FT_BitmapGlyph’ was not declared in this scope
> src/ft2font.cpp:1281: error: expected `;' before ‘bitmap’
> src/ft2font.cpp:1283: error: ‘bitmap’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_ps_font_info(const Py::Tuple&)’:
> src/ft2font.cpp:1441: error: ‘PS_FontInfoRec’ was not declared in this scope
> src/ft2font.cpp:1441: error: expected `;' before ‘fontinfo’
> src/ft2font.cpp:1443: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1443: error: expected `;' before ‘error’
> src/ft2font.cpp:1444: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1450: error: ‘fontinfo’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_sfnt_table(const Py::Tuple&)’:
> src/ft2font.cpp:1482: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1482: error: ‘FT_Sfnt_Tag’ was not declared in this scope
> src/ft2font.cpp:1482: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
> src/ft2font.cpp:1492: error: ‘TT_Header’ was not declared in this scope
> src/ft2font.cpp:1492: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1492: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1492: error: expected `;' before ‘table’
> src/ft2font.cpp:1520: error: ‘TT_MaxProfile’ was not declared in this scope
> src/ft2font.cpp:1520: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1520: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1520: error: expected `;' before ‘table’
> src/ft2font.cpp:1551: error: ‘TT_OS2’ was not declared in this
> scopesrc/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_glyph_name(const Py::Tuple&)’:
> src/ft2font.cpp:1297: error: ‘face’ was not declared in this scope
>
> src/ft2font.cpp:1551: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1297: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
> src/ft2font.cpp:1551: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1551: error: expected `;' before ‘table’
> src/ft2font.cpp:1584: error: ‘TT_HoriHeader’ was not declared in this scope
> src/ft2font.cpp:1584: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1584: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1301: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1301: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:1301: error: ‘FT_Get_Glyph_Name’ was not declared in this scope
> src/ft2font.cpp:1584: error: expected `;' before ‘table’
> src/ft2font.cpp:1607: error: ‘TT_VertHeader’ was not declared in this scope
> src/ft2font.cpp:1607: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1607: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1607: error: expected `;' before ‘table’
> src/ft2font.cpp:1628: error: ‘TT_Postscript’ was not declared in this scope
> src/ft2font.cpp:1628: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1628: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1628: error: expected `;' before ‘table’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_charmap(const Py::Tuple&)’:
> src/ft2font.cpp:1317: error: ‘FT_UInt’ was not declared in this scope
> src/ft2font.cpp:1317: error: expected `;' before ‘index’
> src/ft2font.cpp:1320: error: ‘FT_ULong’ was not declared in this scope
> src/ft2font.cpp:1320: error: expected `;' before ‘code’
> src/ft2font.cpp:1322: error: ‘code’ was not declared in this scope
> srsrc/ft2font.cpp:1648: error: ‘TT_PCLT’ was not declared in this scope
> src/ft2font.cpp:1648: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1648: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1648: error: expected `;' before ‘table’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::attach_file(const Py::Tuple&)’:
> src/ft2font.cpp:1700: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1700: error: expected `;' before ‘error’
> src/ft2font.cpp:1703: error: ‘error’ was not declared in this scope
> c/ft2font.cpp:1323: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1323: error: ‘FT_Get_Next_Char’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_sfnt(const Py::Tuple&)’:
> src/ft2font.cpp:1391: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1391: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
> src/ft2font.cpp:1394: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1394: error: ‘FT_Get_Sfnt_Name_Count’ was not declared
> in this scope
> src/ft2font.cpp:1398: error: ‘FT_SfntName’ was not declared in this scope
> src/ft2font.cpp:1398: error: expected `;' before ‘sfnt’
> src/ft2font.cpp:1399: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1399: error: expected `;' before ‘error’
> src/ft2font.cpp:1401: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1405: error: ‘sfnt’ was not declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_name_index(const Py::Tuple&)’:
> src/ft2font.cpp:1428: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1428: error: ‘FT_String’ was not declared in this scope
> src/ft2font.cpp:1428: error: ‘FT_Get_Name_Index’ was not declared in this scope
> src/ft2font.cpp:1427: error: expected primary-expression before ‘(’ token
> src/ft2font.cpp:1427: error: expected primary-expression before ‘long’
> src/ft2font.cpp:1427: error: expected `)' before ‘long’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_ps_font_info(const Py::Tuple&)’:
> src/ft2font.cpp:1441: error: ‘PS_FontInfoRec’ was not declared in this scope
> src/ft2font.cpp:1441: error: expected `;' before ‘fontinfo’
> src/ft2font.cpp:1443: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1443: error: expected `;' before ‘error’
> src/ft2font.cpp:1444: error: ‘error’ was not declared in this scope
> src/ft2font.cpp:1450: error: ‘fontinfo’ was not declared in this scope
> src/ft2font.cpp: In function ‘void initft2font()’:
> src/ft2font.cpp:1885: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared
> in this scope
> src/ft2font.cpp:1886: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not
> declared in this scope
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::get_sfnt_table(const Py::Tuple&)’:
> src/ft2font.cpp:1482: error: ‘face’ was not declared in this scope
> src/ft2font.cpp:1482: error: ‘FT_Sfnt_Tag’ was not declared in this scope
> src/ft2font.cpp:1887: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not
> declared in this scope
> src/ft2font.cpp:1482: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
> src/ft2font.cpp:1492: error: ‘TT_Header’ was not declared in this scope
> src/ft2font.cpp:1888: error: ‘FT_FACE_FLAG_SFNT’ was not declared in
> this scopesrc/ft2font.cpp:1492: error: ‘t’ was not declared in this
> scope
>
> src/ft2font.cpp:1492: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1492: error: expected `;' before
> ‘src/ft2font.cpp:1889: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not
> declared in this scope
> src/ft2font.cpp:1891: error: ‘FT_FACE_FLAG_KERNING’ was not declared
> in this scope
> src/ft2font.cpp:1892: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not
> declared in this scope
> src/ft2font.cpp:1893: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not
> declared in this scope
> src/ft2font.cpp:1894: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not
> declared in this scope
> src/ft2font.cpp:1895: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not
> declared in this scope
> src/ft2font.cpp:1896: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared
> in this scope
> src/ft2font.cpp:1897: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
> src/ft2font.cpp:1898: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1899: error: ‘FT_KERNING_UNFITTED’ was not declared in
> this scope
> src/ft2font.cpp:1900: error: ‘FT_KERNING_UNSCALED’ was not declared in
> this scope
> src/ft2font.cpp:1902: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1903: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
> src/ft2font.cpp:1904: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
> src/ft2font.cpp:1905: error: ‘FT_LOAD_RENDER’ was not declared in this scope
> src/ft2font.cpp:1906: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
> src/ft2font.cpp:1907: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not
> declared in this scope
> src/ft2font.cpp:1908: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
> src/ft2font.cpp:1909: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in
> this scope
> src/ft2font.cpp:1910: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
> src/ft2font.cpp:1912: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was
> not declared in this scope
> src/ft2font.cpp:1913: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
> src/ft2font.cpp:1914: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not
> declared in this scope
> src/ft2font.cpp:1915: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
> src/ft2font.cpp:1916: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared
> in this scope
> src/ft2font.cpp:1919: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in
> this scope
> src/ft2font.cpp:1920: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared
> in this scope
> src/ft2font.cpp:1921: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared
> in this scope
> src/ft2font.cpp:1922: error: ‘FT_LOAD_TARGET_MONO’ was not declared in
> this scope
> src/ft2font.cpp:1923: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
> src/ft2font.cpp:1924: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared
> in this scope
> src/ft2font.cpp:1927: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:1927: error: ‘FT_Init_FreeType’ was not declared in this scope
> src/ft2font.cpp: In destructor ‘virtual ft2font_module::~ft2font_module()’:
> src/ft2font.cpp:1935: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:1935: error: ‘FT_Done_FreeType’ was not declared in this scope
> table’
> src/ft2font.cpp:1520: error: ‘TT_MaxProfile’ was not declared in this scope
> src/ft2font.cpp:1520: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1520: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1520: error: expected `;' before ‘table’
> src/ft2font.cpp:1551: error: ‘TT_OS2’ was not declared in this scope
> src/ft2font.cpp:1551: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1551: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1551: error: expected `;' before ‘table’
> src/ft2font.cpp:1584: error: ‘TT_HoriHeader’ was not declared in this scope
> src/ft2font.cpp:1584: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1584: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1584: error: expected `;' before ‘table’
> src/ft2font.cpp:1607: error: ‘TT_VertHeader’ was not declared in this scope
> src/ft2font.cpp:1607: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1607: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1607: error: expected `;' before ‘table’
> src/ft2font.cpp:1628: error: ‘TT_Postscript’ was not declared in this scope
> src/ft2font.cpp:1628: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1628: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1628: error: expected `;' before ‘table’
> src/ft2font.cpp:1648: error: ‘TT_PCLT’ was not declared in this scope
> src/ft2font.cpp:1648: error: ‘t’ was not declared in this scope
> src/ft2font.cpp:1648: error: expected primary-expression before ‘)’ token
> src/ft2font.cpp:1648: error: expected `;' before ‘table’
> src/ft2font.cpp: In member function ‘Py::Object
> FT2Font::attach_file(const Py::Tuple&)’:
> src/ft2font.cpp:1700: error: ‘FT_Error’ was not declared in this scope
> src/ft2font.cpp:1700: error: expected `;' before ‘error’
> src/ft2font.cpp:1703: error: ‘error’ was not declared in this scope
> src/ft2font.cpp: In function ‘void initft2font()’:
> src/ft2font.cpp:1885: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared
> in this scope
> src/ft2font.cpp:1886: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not
> declared in this scope
> src/ft2font.cpp:1887: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not
> declared in this scope
> src/ft2font.cpp:1888: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
> src/ft2font.cpp:1889: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not
> declared in this scope
> src/ft2font.cpp:1891: error: ‘FT_FACE_FLAG_KERNING’ was not declared
> in this scope
> src/ft2font.cpp:1892: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not
> declared in this scope
> src/ft2font.cpp:1893: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not
> declared in this scope
> src/ft2font.cpp:1894: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not
> declared in this scope
> src/ft2font.cpp:1895: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not
> declared in this scope
> src/ft2font.cpp:1896: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared
> in this scope
> src/ft2font.cpp:1897: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
> src/ft2font.cpp:1898: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1899: error: ‘FT_KERNING_UNFITTED’ was not declared in
> this scope
> src/ft2font.cpp:1900: error: ‘FT_KERNING_UNSCALED’ was not declared in
> this scope
> src/ft2font.cpp:1902: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
> src/ft2font.cpp:1903: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
> src/ft2font.cpp:1904: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
> src/ft2font.cpp:1905: error: ‘FT_LOAD_RENDER’ was not declared in this scope
> src/ft2font.cpp:1906: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
> src/ft2font.cpp:1907: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not
> declared in this scope
> src/ft2font.cpp:1908: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
> in this scope
> src/ft2font.cpp:1909: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in
> this scope
> src/ft2font.cpp:1910: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
> src/ft2font.cpp:1912: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was
> not declared in this scope
> src/ft2font.cpp:1913: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
> src/ft2font.cpp:1914: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not
> declared in this scope
> src/ft2font.cpp:1915: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
> src/ft2font.cpp:1916: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared
> in this scope
> src/ft2font.cpp:1919: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in
> this scope
> src/ft2font.cpp:1920: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared
> in this scope
> src/ft2font.cpp:1921: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared
> in this scope
> src/ft2font.cpp:1922: error: ‘FT_LOAD_TARGET_MONO’ was not declared in
> this scope
> src/ft2font.cpp:1923: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
> src/ft2font.cpp:1924: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared
> in this scope
> src/ft2font.cpp:1927: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:1927: error: ‘FT_Init_FreeType’ was not declared in this scope
> src/ft2font.cpp: In destructor ‘virtual ft2font_module::~ft2font_module()’:
> src/ft2font.cpp:1935: error: ‘_ft2Library’ was not declared in this scope
> src/ft2font.cpp:1935: error: ‘FT_Done_FreeType’ was not declared in this scope
> lipo: can't figure out the architecture type of: /var/tmp//ccZ6Sm3N.out
> error: command 'gcc' failed with exit status 1
>
> Kind regards,
>
> Pim Schellart
>
From: Johann R. <jr...@su...> - 2009年09月01日 07:03:58
On Tuesday 01 September 2009, Pim Schellart wrote:
> after I encountered some problems embedding matplotlib in a Tkinter
> application I decided to update my matplotlib installation.
> I downloaded and installed Python 2.6.2 and the latest svn
> checkouts of numpy and scipy.
> Then I tried to install (the latest svn checkout of) matplotlib
> using python setup.py install.
> I get the following errors related to freetype2.
> I first tried reinstalling freetype2 (latest version from source
> which is now installed in /usr/local) but this did not solve the
> problem. Does anyone know what might be wrong here?
>
> gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
> -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
> -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/s
>ite-packages/numpy/core/include -I.
> -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/s
>ite-packages/numpy/core/include/freetype2 -I./freetype2
> -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2
>.6 -c src/ft2font.cpp -o
> build/temp.macosx-10.3-fat-2.6/src/ft2font.o In file included from
> src/ft2font.cpp:1In file included from src/ft2font.cpp:1:
> src/ft2font.h:13:22: error: ft2build.h: No such file or directory
Have you installed the development headers (i.e. libfreetype2-devel)?
Johann
From: Eric F. <ef...@ha...> - 2009年09月01日 06:53:34
Pim Schellart wrote:
> Hi Everyone,
> 
> after I encountered some problems embedding matplotlib in a Tkinter
> application I decided to update my matplotlib installation.
> I downloaded and installed Python 2.6.2 and the latest svn checkouts
> of numpy and scipy.
> Then I tried to install (the latest svn checkout of) matplotlib using
> python setup.py install.
> I get the following errors related to freetype2.
> I first tried reinstalling freetype2 (latest version from source which
> is now installed in /usr/local) but this did not solve the problem.
> Does anyone know what might be wrong here?
> 
> gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
> -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
> -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include
> -I. -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include/freetype2
> -I./freetype2 -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
> -c src/ft2font.cpp -o build/temp.macosx-10.3-fat-2.6/src/ft2font.o
> In file included from src/ft2font.cpp:1In file included from src/ft2font.cpp:1:
> src/ft2font.h:13:22: error: ft2build.h: No such file or directory
Evidently it is not finding the header file(s) for freetype--it must not 
be in any of the -I paths above.
Eric
From: Pim S. <P.S...@st...> - 2009年09月01日 06:45:10
Hi Everyone,
after I encountered some problems embedding matplotlib in a Tkinter
application I decided to update my matplotlib installation.
I downloaded and installed Python 2.6.2 and the latest svn checkouts
of numpy and scipy.
Then I tried to install (the latest svn checkout of) matplotlib using
python setup.py install.
I get the following errors related to freetype2.
I first tried reinstalling freetype2 (latest version from source which
is now installed in /usr/local) but this did not solve the problem.
Does anyone know what might be wrong here?
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include
-I. -I/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2 -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-c src/ft2font.cpp -o build/temp.macosx-10.3-fat-2.6/src/ft2font.o
In file included from src/ft2font.cpp:1In file included from src/ft2font.cpp:1:
src/ft2font.h:13:22: error: ft2build.h: No such file or directory
src/ft2font.h:14:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
:
src/ft2font.h:13:22: error: ft2build.h: No such file or directory
src/ft2font.h:14:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared
src/ft2font.h:31: error: ‘FT_Int’ has not been declared
src/ft2font.h:31: error: ‘FT_Int’ has not been declared
src/ft2font.h:77: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.h:77: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
src/ft2font.h:83: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.h:83: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
src/ft2font.h:122: error: ‘FT_Face’ does not name a type
src/ft2font.h:123: error: ‘FT_Matrix’ does not name a type
src/ft2font.h:124: error: ‘FT_Vector’ does not name a type
src/ft2font.h:125: error: ‘FT_Error’ does not name a type
src/ft2font.h:126: error: ‘FT_Glyph’ was not declared in this scope
src/ft2font.h:126: error: template argument 1 is invalid
src/ft2font.h:126: error: template argument 2 is invalid
src/ft2font.h:127: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.h:127: error: template argument 1 is invalid
src/ft2font.h:127: error: template argument 2 is invalid
src/ft2font.h:133: error: ‘FT_BBox’ does not name a type
src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
src/ft2font.cpp:96: error: variable or field ‘draw_bitmap’ declared void
src/ft2font.cpp:96: error: ‘int FT2Image::draw_bitmap’ is not a static
member of ‘class FT2Image’
src/ft2font.cpp:96: error: ‘FT_Bitmap’ was not declared in this scope
src/ft2font.cpp:96: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp:97: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:98: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:98: error: initializer expression list treated as
compound expression
src/ft2font.cpp:98: error: expected ‘,’ or ‘;’ before ‘{’ token
src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared
src/ft2font.h:31: error: ‘FT_Int’ has not been declared
src/ft2font.h:31: error: ‘FT_Int’ has not been declared
src/ft2font.h:77: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.h:77: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
src/ft2font.h:83: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.h:83: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
src/ft2font.h:122: error: ‘FT_Face’ does not name a type
src/ft2font.h:123: error: ‘FT_Matrix’ does not name a type
src/ft2font.h:124: error: ‘FT_Vector’ does not name a type
src/ft2font.h:125: error: ‘FT_Error’ does not name a type
src/ft2font.h:126: error: ‘FT_Glyph’ was not declared in this scope
src/ft2font.h:126: error: template argument 1 is invalid
src/ft2font.h:126: error: template argument 2 is invalid
src/ft2font.h:127: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.h:127: error: template argument 1 is invalid
src/ft2font.h:127: error: template argument 2 is invalid
src/ft2font.h:133: error: ‘FT_BBox’ does not name a type
src/ft2font.cpp:382: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.cpp:382: error: ISO C++ forbids declaration of ‘FT_Face’
with no type
src/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
src/ft2font.cpp:383: error: ‘ind’ was not declared in this scope
src/ft2font.cpp:386: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:386: error: expected `;' before ‘bbox’
src/ft2font.cpp:387: error: ‘glyph’ was not declared in this scope
src/ft2font.cpp:387: error: ‘ft_glyph_bbox_subpixels’ was not declared
in this scope
src/ft2font.cpp:387: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp:387: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
src/ft2font.cpp:389: error: ‘face’ was not declared in this scope
src/ft2font.cpp:409: error: no matching function for call to
‘Glyph::get_path(<type error>)’
src/ft2font.h:83: note: candidates are: Py::Object Glyph::get_path(int)
src/ft2font.cpp: At global scope:
src/ft2font.cpp:438: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.cpp:438: error: ISO C++ forbids declaration of ‘FT_Face’
with no type
src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
src/ft2font.cpp:443: error: ‘FT_Outline’ was not declared in this scope
src/ft2font.cpp:443: error: ‘outline’ was not declared in this scope
src/ft2font.cpp:443: error: ‘face’ was not declared in this scope
src/ft2font.cpp:448: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:448: error: expected `;' before ‘v_last’
src/ft2font.cpp:449: error: expected `;' before ‘v_control’
src/ft2font.cpp:450: error: expected `;' before ‘v_start’
src/ft2font.cpp:452: error: ‘point’ was not declared in this scope
src/ft2font.cpp:453: error: ‘limit’ was not declared in this scope
src/ft2font.cpp:469: error: ‘v_start’ was not declared in this scope
src/ft2font.cpp:470: error: ‘v_last’ was not declared in this scope
src/ft2font.cpp:472: error: ‘v_control’ was not declared in this scope
src/ft2font.cpp:476: error: ‘FT_CURVE_TAG’ was not declared in this scope
src/ft2font.cpp:479: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
src/ft2font.cpp:482: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
src/ft2font.cpp:485: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
src/ft2font.cpp:96: error: variable or field ‘draw_bitmap’ declared void
src/ft2font.cpp:96: error: ‘int FT2Image::draw_bitmap’ is not a static
member of ‘class FT2Image’
src/ft2font.cpp:96: error: ‘FT_Bitmap’ was not declared in this scope
src/ft2font.cpp:96: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp:97: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:98: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:98: error: initializer expression list treated as
compound expression
src/ft2font.cpp:98: error: expected ‘,’ or ‘;’ before ‘{’ token
src/ft2font.cpp:538: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
src/ft2font.cpp:546: error: expected `;' before ‘vec’
src/ft2font.cpp:547: error: expected `;' before ‘v_middle’
src/ft2font.cpp:553: error: ‘vec’ was not declared in this scope
src/ft2font.cpp:574: error: ‘v_middle’ was not declared in this scope
src/ft2font.cpp:608: error: expected `;' before ‘vec1’
src/ft2font.cpp:610: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
src/ft2font.cpp:615: error: ‘vec1’ was not declared in this scope
src/ft2font.cpp:617: error: ‘vec2’ was not declared in this scope
src/ft2font.cpp:625: error: expected `;' before ‘vec’
src/ft2font.cpp:627: error: ‘vec’ was not declared in this scope
src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
src/ft2font.cpp:687: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:687: error: ‘face’ was not declared in this scope
src/ft2font.cpp:687: error: ‘FT_New_Face’ was not declared in this scope
src/ft2font.cpp:690: error: ‘FT_Err_Unknown_File_Format’ was not
declared in this scope
src/ft2font.cpp:382: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.cpp:382: error: ISO C++ forbids declaration of ‘FT_Face’
with no type
src/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
src/ft2font.cpp:383: error: ‘ind’ was not declared in this scope
src/ft2font.cpp:386: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:386: error: expected `;' before ‘bbox’
src/ft2font.cpp:387: error: ‘glyph’ was not declared in this scope
src/ft2font.cpp:387: error: ‘ft_glyph_bbox_subpixels’ was not declared
in this scope
src/ft2font.cpp:387: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp:387: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
src/ft2font.cpp:389: error: ‘facsrc/ft2font.cpp:695: error:
‘FT_Err_Cannot_Open_Resource’ was not declared in this scope
src/ft2font.cpp:700: error: ‘FT_Err_Invalid_File_Format’ was not
declared in this scope
e’ was not declared in this scope
src/ft2font.cpp:409: error: no matching function for call to
‘Glyph::get_path(<type error>)’
src/ft2font.h:83: note: candidates are: Py::Object Glyph::get_path(int)
src/ft2font.cpp:713: error: ‘FT_Set_Char_Size’ was not declared in this scope
src/ft2font.cpp:714: error: ‘FT_Matrix’ does not name a type
src/ft2font.cpp:715: error: ‘transform’ was not declared in this scope
src/ft2font.cpp:715: error: ‘FT_Set_Transform’ was not declared in this scope
src/ft2font.cpp:730: error: ‘FT_Get_Postscript_Name’ was not declared
in this scope
src/ft2font.cpp:753: error: ‘FT_IS_SCALABLE’ was not declared in this scope
src/ft2font.cpp: At global scope:
src/ft2font.cpp:438: error: expected ‘,’ or ‘...’ before ‘&’ token
src/ft2font.cpp:438: error: ISO C++ forbids declaration of ‘FT_Face’
with no type
src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
src/ft2font.cpp:443: error: ‘FT_Outline’ was not declared in this scope
src/ft2font.cpp:443: error: ‘outline’ was not declared in this scope
src/ft2font.cpp:443: error: ‘face’ was not declared in this scope
src/ft2font.cpp:448: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:448: error: expected `;' before ‘v_last’
src/ft2font.cpp:449: error: expected `;' before ‘v_control’
src/ft2font.cpp:450: error: expected `;' before ‘v_start’
src/ft2font.cpp:452: error: ‘point’ was not declared in this scope
src/ft2font.cpp:453: error: ‘limit’ was not declared in this scope
src/ft2font.cpp:469: error: ‘v_start’ was not declared in this scope
src/ft2font.cpp:470: error: ‘v_last’ was not declared in this scope
src/ft2font.cpp:472: error: ‘v_control’ was not declared in this scope
src/ft2font.cpp:476: error: ‘FT_CURVE_TAG’ was not declared in this scope
src/ft2font.cpp:479: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
src/ft2font.cpp:482: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
src/ft2font.cpp:485: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
src/ft2font.cpp:785: error: ‘face’ was not declared in this scope
src/ft2font.cpp:785: error: ‘FT_Done_Face’ was not declared in this scope
src/ft2font.cpp:787: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:788: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:788: error: ‘FT_Done_Glyph’ was not declared in this scope
src/ft2font.cpp:538: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
src/ft2font.cpp:546: error: expected `;' before ‘vec’
src/ft2font.cpp:547: error: expected `;' before ‘v_middle’
src/ft2font.cpp:553: error: ‘vec’ was not declared in this scope
src/ft2font.cpp:574: error: ‘v_middle’ was not declared in this scope
src/ft2font.cpp:608: error: expected `;' before ‘vec1’
src/ft2font.cpp:610: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
src/ft2font.cpp:615: error: ‘vec1’ was not declared in this scope
src/ft2font.cpp:617: error: ‘vec2’ was not declared in this scope
src/ft2font.cpp:625: error: expected `;' before ‘vec’
src/ft2font.cpp:627: error: ‘vec’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const
Py::Tuple&)’:
src/ft2font.cpp:822: error: ‘pen’ was not declared in this scope
src/ft2font.cpp:825: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:826: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:826: error: ‘FT_Done_Glyph’ was not declared in this scope
src/ft2font.cpp:829: error: request for member ‘clear’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_size(const Py::Tuple&)’:
src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
src/ft2font.cpp:854: error: ‘FT_Set_Char_Size’ was not declared in this scope
src/ft2font.cpp:855: error: ‘FT_Matrix’ does not name a type
src/ft2font.cpp:856: error: ‘transform’ was not declared in this scope
src/ft2font.cpp:856: error: ‘FT_Set_Transform’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_charmap(const Py::Tuple&)’:
src/ft2font.cpp:880: error: ‘face’ was not declared in this scope
src/ft2font.cpp:882: error: ‘FT_CharMap’ was not declared in this scope
src/ft2font.cpp:882: error: expected `;' before ‘charmap’
src/ft2font.cpp:883: error: ‘face’ was not declared in this scope
src/ft2font.cpp:883: error: ‘charmap’ was not declared in this scope
src/ft2font.cpp:883: error: ‘FT_Set_Charmap’ was not declared in this scope
src/ft2font.cpp: At global scope:
src/ft2font.cpp:888: error: ‘FT_BBox’ does not name a type
src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
src/ft2font.cpp:687: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:687: error: ‘face’ was not declared in this scope
src/ft2font.cpp:687: error: ‘FT_New_Face’ was not declared in this scope
src/ft2font.cpp:690: error: ‘FT_Err_Unknown_File_Format’ was not
declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_kerning(const Py::Tuple&)’:
src/ft2font.cpp:931: error: ‘face’ was not declared in this scope
src/ft2font.cpp:931: error: ‘FT_HAS_KERNING’ was not declared in this scope
src/ft2font.cpp:932: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:932: error: expected `;' before ‘delta’
src/ft2font.cpp:934: error: ‘face’ was not declared in this scope
src/ft2font.cpp:934: error: ‘delta’ was not declared in this scope
src/ft2font.cpp:934: error: ‘FT_Get_Kerning’ was not declared in this scope
src/ft2font.cpp:695: error: ‘FT_Err_Cannot_Open_Resource’ was not
declared in this scope
src/ft2font.cpp:700: error: ‘FT_Err_Invalid_File_Format’ was not
declared in this scope
src/ft2font.cpp:713: error: ‘FT_Set_Char_Size’ was not declared in this scope
src/ft2font.cpp:714: error: ‘FT_Matrix’ does not name a type
src/ft2font.cpp:715: error: ‘transform’ was not declared in this scope
src/ft2font.cpp:715: error: ‘FT_Set_Transform’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
src/ft2font.cpp:975: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp:730: error: ‘FT_Get_Postscript_Name’ was not declared
in this scope
src/ft2font.cpp:980: error: ‘matrix’ was not declared in this scope
src/ft2font.cpp:980: error: ‘FT_Fixed’ was not declared in this scope
src/ft2font.cpp:985: error: ‘FT_Bool’ was not declared in this
scopesrc/ft2font.cpp:753: error: ‘FT_IS_SCALABLE’ was not declared in
this scope
src/ft2font.cpp:985: error: expected `;' before ‘use_kerning’
src/ft2font.cpp:986: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:986: error: expected `;' before ‘previous’
src/ft2font.cpp:988: error: request for member ‘resize’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:989: error: ‘pen’ was not declared in this scope
src/ft2font.cpp:995: error: expected `;' before ‘glyph_index’
src/ft2font.cpp:1001: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1001: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1001: error: ‘FT_Get_Char_Index’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘FT_Get_Char_Index’ was not declared in this scope
src/ft2font.cpp:1009: error: ‘use_kerning’ was not declared in this scope
src/ft2font.cpp:1009: error: ‘previous’ was not declared in this scope
src/ft2font.cpp:1009: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1010: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:1010: error: expected `;' before ‘delta’
src/ft2font.cpp:1011: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘delta’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘FT_Get_Kerning’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘FT_Load_Glyph’ was not declared in this scope
src/ft2font.cpp:1024: error: ‘FT_Glyph’ was not declared in this scope
src/ft2font.cpp:1024: error: expected `;' before ‘thisGlyph’
src/ft2font.cpp:1025: error: ‘thisGlyph’ was not declared in this scope
src/ft2font.cpp:1025: error: ‘FT_Get_Glyph’ was not declared in this scope
src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
src/ft2font.cpp:785: error: ‘face’ was not declared in this scope
src/ft2font.cpp:785: error: ‘FT_Done_Face’ was not declared in this scope
src/ft2font.cpp:787: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:788: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:788: error: ‘FT_Done_Glyph’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const
Py::Tuple&)’:
src/ft2font.cpp:822: error: ‘pen’ was not declared in this scope
src/ft2font.cpp:825: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:826: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:826: error: ‘FT_Done_Glyph’ was not declared in this scope
src/ft2font.cpp:829: error: request for member ‘clear’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_size(const Py::Tuple&)’:
src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
src/ft2font.cpp:854: error: ‘FT_Set_Char_Size’ was not declared in this scope
src/ft2font.cpp:855: error: ‘FT_Matrix’ does not name a type
src/ft2font.cpp:856: error: ‘transform’ was not declared in this scope
src/ft2font.cpp:856: error: ‘FT_Set_Transform’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_charmap(const Py::Tuple&)’:
src/ft2font.cpp:880: error: ‘face’ was not declared in this scope
src/ft2font.cpp:882: error: ‘FT_CharMap’ was not declared in this scope
src/ft2font.cpp:882: error: expected `;' before ‘charmap’
src/ft2font.cpp:883: error: ‘face’ was not declared in this scope
src/ft2font.cpp:883: error: ‘charmap’ was not declared in this scope
src/ft2font.cpp:883: error: ‘FT_Set_Charmap’ was not declared in this scope
src/ft2font.cpp: At global scope:
src/ft2font.cpp:888: error: ‘FT_BBox’ does not name a type
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_kerning(const Py::Tuple&)’:
src/ft2font.cpp:931: error: ‘face’ was not declared in this scope
src/ft2font.cpp:931: error: ‘FT_HAS_KERNING’ was not declared in this scope
src/ft2font.cpp:932: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:932: error: expected `;' before ‘delta’
src/ft2font.cpp:934: error: ‘face’ was not declared in this scope
src/ft2font.cpp:934: error: ‘delta’ was not declared in this scope
src/ft2font.cpp:934: error: ‘FT_Get_Kerning’ was not declared in this scope
src/ft2font.cpp:1033: error: ‘FT_Glyph_Transform’ was not declared in this scope
src/ft2font.cpp:1040: error: ‘previous’ was not declared in this scope
src/ft2font.cpp:1041: error: request for member ‘push_back’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1045: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1046: error: invalid types ‘int[unsigned int]’ for
array subscript
src/ft2font.cpp:1046: error: ‘FT_Glyph_Transform’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
src/ft2font.cpp:975: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp:980: error: ‘matrix’ was not declared in this scope
src/ft2font.cpp:980: error: ‘FT_Fixed’ was not declared in this scope
src/ft2font.cpp:985: error: ‘FT_Bool’ was not declared in this scope
src/ft2font.cpp:985: error: expected `;' before ‘use_kerning’
src/ft2font.cpp:986: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:986: error: expected `;' before ‘previous’
src/ft2font.cpp:988: error: request for member ‘resize’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:989: error: ‘pen’ was not declared in this scope
src/ft2font.cpp:995: error: expected `;' before ‘glyph_index’
src/ft2font.cpp:1001: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1001: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1001: error: ‘FT_Get_Char_Index’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1005: error: ‘FT_Get_Char_Index’ was not declared in this scope
src/ft2font.cpp:1009: error: ‘use_kerning’ was not declared in this scope
src/ft2font.cpp:1009: error: ‘previous’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_num_glyphs(const Py::Tuple&)’:
src/ft2font.cpp:1062: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1009: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1010: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:1010: error: expected `;' before ‘delta’
src/ft2font.cpp:1011: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘delta’ was not declared in this scope
src/ft2font.cpp:1012: error: ‘FT_Get_Kerning’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘glyph_index’ was not declared in this scope
src/ft2font.cpp:1015: error: ‘FT_Load_Glyph’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
src/ft2font.cpp:1087: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp:1024: error: ‘FT_Glyph’ was not declared in this scope
src/ft2font.cpp:1024: error: expected `;' before ‘thisGlyph’
src/ft2font.cpp:1025: error: ‘thisGlyph’ was not declared in this scope
src/ft2font.cpp:1025: error: ‘FT_Get_Glyph’ was not declared in this scope
src/ft2font.cpp:1033: error: ‘FT_Glyph_Transform’ was not declared in this scope
src/ft2font.cpp:1091: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1091: error: ‘FT_Load_Char’ was not declared in this scope
src/ft2font.cpp:1040: error: ‘previous’ was not declared in this scope
src/ft2font.cpp:1041: error: request for member ‘push_back’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
‘int’src/ft2font.cpp:1096: error: ‘FT_Glyph’ was not declared in this
scope
src/ft2font.cpp:1096: error: expected `;' before ‘thisGlyph’
src/ft2font.cpp:1097: error: ‘thisGlyph’ was not declared in this scope
src/ft2font.cpp:1097: error: ‘FT_Get_Glyph’ was not declared in this scope
src/ft2font.cpp:1045: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1046: error: invalid types ‘int[unsigned int]’ for
array subscript
src/ft2font.cpp:1046: error: ‘FT_Glyph_Transform’ was not declared in this scope
src/ft2font.cpp:1102: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1103: error: request for member ‘push_back’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1104: error: no matching function for call to
‘Glyph::Glyph(<type error>, <type error>, size_t&)’
src/ft2font.cpp:382: note: candidates are: Glyph::Glyph(int)
src/ft2font.h:75: note: Glyph::Glyph(const Glyph&)
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_width_height(const Py::Tuple&)’:
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_num_glyphs(const Py::Tuple&)’:
src/ft2font.cpp:1062: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1120: error: expected `;' before ‘bbox’
src/ft2font.cpp:1123: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_descent(const Py::Tuple&)’:
src/ft2font.cpp:1140: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1140: error: expected `;' before ‘bbox’
src/ft2font.cpp:1141: error: ‘bbox’ was not declared in this
scopesrc/ft2font.cpp: In member function ‘Py::Object
FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
src/ft2font.cpp:1087: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
src/ft2font.cpp:1156: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1091: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1156: error: expected `;' before ‘string_bbox’
src/ft2font.cpp:1091: error: ‘FT_Load_Char’ was not declared in this scope
src/ft2font.cpp:1157: error: ‘string_bbox’ was not declared in this scope
src/ft2font.cpp:1096: error: ‘FT_Glyph’ was not declared in this scope
src/ft2font.cpp:1096: error: expected `;' before ‘thisGlyph’
src/ft2font.cpp:1097: error: ‘thisGlyph’ was not declared in this scope
src/ft2font.cpp:1097: error: ‘FT_Get_Glyph’ was not declared in this scope
src/ft2font.cpp:1164: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1102: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
‘int’src/ft2font.cpp:1166: error: expected `;' before ‘bbox’
src/ft2font.cpp:1103: error: request for member ‘push_back’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type
‘int’src/ft2font.cpp:1167: error: invalid types ‘int[size_t]’ for
array subscript
src/ft2font.cpp:1167: error: ‘ft_glyph_bbox_pixels’ was not declared
in this scope
src/ft2font.cpp:1167: error: ‘bbox’ was not declared in this
scopesrc/ft2font.cpp:1104: error: no matching function for call to
‘Glyph::Glyph(<type error>, <type error>, size_t&)’
src/ft2font.cpp:1167: error: ‘FT_Glyph_Get_CBox’ was not declared in
this scopesrc/ft2font.cpp:382: note: candidates are: Glyph::Glyph(int)
src/ft2font.h:75: note: Glyph::Glyph(const Glyph&)
src/ft2font.cpp:1169: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1169: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1170: error: ‘ft_render_mode_normal’ was not declared
in this scope
src/ft2font.cpp:1173: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1177: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1177: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1181: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:1181: error: expected `;' before ‘x’
src/ft2font.cpp:1182: error: expected `;' before ‘y’
src/ft2font.cpp:1184: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp:1184: error: ‘x’ was not declared in this scope
src/ft2font.cpp:1184: error: ‘y’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_width_height(const Py::Tuple&)’:
src/ft2font.cpp:1120: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1120: error: expected `;' before ‘bbox’
src/ft2font.cpp:1123: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const
Py::Tuple&)’:
src/ft2font.cpp:1202: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1202: error: expected `;' before ‘string_bbox’
src/ft2font.cpp:1src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_descent(const Py::Tuple&)’:
src/ft2font.cpp:1140: error: ‘FT_BBox’ was not declared in this scope
203: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1205: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1208: error: expected `;' before ‘bbox’
src/ft2font.cpp:1209: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1209: error: ‘ft_glyph_bbox_pixels’ was not declared
in this scope
src/ft2font.cpp:1209: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp:1140: error: expected `;' before ‘bbox’
src/ft2font.cpp:1209: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
src/ft2font.cpp:1211: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1211: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1212: error: ‘ft_render_mode_normal’ was not declared
in this scopesrc/ft2font.cpp:1141: error: ‘bbox’ was not declared in
this scope
src/ft2font.cpp:1215: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1219: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1219: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1223: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:1223: error: expected `;' before ‘x’
src/ft2font.cpp:1224: error: expected `;' before ‘y’
src/ft2font.cpp:1226: error: ‘x’ was not declared in this scope
src/ft2font.cpp:1227: error: ‘y’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
src/ft2font.cpp:1156: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1156: error: expected `;' before ‘string_bbox’
src/ft2font.cpp:1157: error: ‘string_bbox’ was not declared in this scope
src/ft2font.cpp:1164: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1166: error: expected `;' before ‘bbox’
src/ft2font.cpp:1167: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1167: error: ‘ft_glyph_bbox_pixels’ was not declared
in this scope
src/ft2font.cpp:1167: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp:1167: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
src/ft2font.cpp:1169: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1169: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1170: error: ‘ft_render_mode_normal’ was not declared
in this scope
src/ft2font.cpp:1173: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1177: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1177: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1181: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:1181: error: expected `;' before ‘x’
src/ft2font.cpp:1182: error: expected `;' before ‘y’
src/ft2font.cpp:1184: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
src/ft2font.cpp:1262: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:1184: error: ‘x’ was not declared in this
scopesrc/ft2font.cpp:1262: error: expected `;' before ‘sub_offset’
src/ft2font.cpp:1263: error: ‘sub_offset’ was not declared in this scope
src/ft2font.cpp:1184: error: ‘y’ was not declared in this scope
src/ft2font.cpp:1270: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1273: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1273: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1274: error: ‘ft_render_mode_normal’ was not declared
in this scope
src/ft2font.cpp:1277: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1281: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1281: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1283: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const
Py::Tuple&)’:
src/ft2font.cpp:1202: error: ‘FT_BBox’ was not declared in this scope
src/ft2font.cpp:1202: error: expected `;' before ‘string_bbox’
src/ft2font.cpp:1203: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1205: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1208: error: expected `;' before ‘bbox’
src/ft2font.cpp:1209: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1209: error: ‘ft_glyph_bbox_pixels’ was not declared
in this scope
src/ft2font.cpp:1209: error: ‘bbox’ was not declared in this scope
src/ft2font.cpp:1209: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
src/ft2font.cpp:1211: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1211: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1212: error: ‘ft_render_mode_normal’ was not declared
in this scope
src/ft2font.cpp:1215: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1219: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1219: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1223: error: ‘FT_Int’ was not declared in this scope
src/ft2font.cpp:1223: error: expected `;' before ‘x’
src/ft2font.cpp:1224: error: expected `;' before ‘y’
src/ft2font.cpp:1226: error: ‘x’ was not declared in this scope
src/ft2font.cpp:1227: error: ‘y’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_glyph_name(const Py::Tuple&)’:
src/ft2font.cpp:1297: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1297: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
src/ft2font.cpp:1301: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1301: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:1301: error: ‘FT_Get_Glyph_Name’ was not declared in
this scopesrc/ft2font.cpp: In member function ‘Py::Object
FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
src/ft2font.cpp:1262: error: ‘FT_Vector’ was not declared in this scope
src/ft2font.cpp:1262: error: expected `;' before ‘sub_offset’
src/ft2font.cpp:1263: error: ‘sub_offset’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_charmap(const Py::Tuple&)’:
src/ft2font.cpp:1317: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:1317: error: expected `;' before ‘index’
src/ft2font.cpp:1320: error: ‘FT_ULong’ was not declared in this scope
src/ft2font.cpp:1320: error: expected `;' before ‘code’
src/ft2font.cpp:1322: error: ‘code’ was not declared in this scope
src/ft2font.cpp:1323: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1323: error: ‘FT_Get_Next_Char’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_sfnt(const Py::Tuple&)’:
src/ft2font.cpp:1391: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1391: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
src/ft2font.cpp:1394: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1394: error: ‘FT_Get_Sfnt_Name_Count’ was not declared
in this scope
src/ft2font.cpp:1398: error: ‘FT_SfntName’ was not declared in this scope
src/ft2font.cpp:1398: error: expected `;' before ‘sfnt’
src/ft2font.cpp:1399: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1399: error: expected `;' before ‘error’
src/ft2font.cpp:1401: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1405: error: ‘sfnt’ was not declared in this scope
src/ft2font.cpp:1270: error: request for member ‘size’ in
‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
src/ft2font.cpp:1273: error: ‘error’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_name_index(const Py::Tuple&)’:
src/ft2font.cpp:1428: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1428: error: ‘FT_String’ was not declared in this scope
src/ft2font.cpp:1428: error: ‘FT_Get_Name_Index’ was not declared in this scope
src/ft2font.cpp:1273: error: invalid types ‘int[size_t]’ for array subscript
src/ft2font.cpp:1274: error: ‘ft_render_mode_normal’ was not declared
in this scope
src/ft2font.cpp:1427: error: expected primary-expression before ‘(’ token
src/ft2font.cpp:1427: error: expected primary-expression before ‘long’
src/ft2font.cpp:1427: error: expected `)' before ‘long’
src/ft2font.cpp:1277: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
src/ft2font.cpp:1281: error: ‘FT_BitmapGlyph’ was not declared in this scope
src/ft2font.cpp:1281: error: expected `;' before ‘bitmap’
src/ft2font.cpp:1283: error: ‘bitmap’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_ps_font_info(const Py::Tuple&)’:
src/ft2font.cpp:1441: error: ‘PS_FontInfoRec’ was not declared in this scope
src/ft2font.cpp:1441: error: expected `;' before ‘fontinfo’
src/ft2font.cpp:1443: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1443: error: expected `;' before ‘error’
src/ft2font.cpp:1444: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1450: error: ‘fontinfo’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_sfnt_table(const Py::Tuple&)’:
src/ft2font.cpp:1482: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1482: error: ‘FT_Sfnt_Tag’ was not declared in this scope
src/ft2font.cpp:1482: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
src/ft2font.cpp:1492: error: ‘TT_Header’ was not declared in this scope
src/ft2font.cpp:1492: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1492: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1492: error: expected `;' before ‘table’
src/ft2font.cpp:1520: error: ‘TT_MaxProfile’ was not declared in this scope
src/ft2font.cpp:1520: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1520: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1520: error: expected `;' before ‘table’
src/ft2font.cpp:1551: error: ‘TT_OS2’ was not declared in this
scopesrc/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_glyph_name(const Py::Tuple&)’:
src/ft2font.cpp:1297: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1551: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1297: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
src/ft2font.cpp:1551: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1551: error: expected `;' before ‘table’
src/ft2font.cpp:1584: error: ‘TT_HoriHeader’ was not declared in this scope
src/ft2font.cpp:1584: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1584: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1301: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1301: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:1301: error: ‘FT_Get_Glyph_Name’ was not declared in this scope
src/ft2font.cpp:1584: error: expected `;' before ‘table’
src/ft2font.cpp:1607: error: ‘TT_VertHeader’ was not declared in this scope
src/ft2font.cpp:1607: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1607: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1607: error: expected `;' before ‘table’
src/ft2font.cpp:1628: error: ‘TT_Postscript’ was not declared in this scope
src/ft2font.cpp:1628: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1628: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1628: error: expected `;' before ‘table’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_charmap(const Py::Tuple&)’:
src/ft2font.cpp:1317: error: ‘FT_UInt’ was not declared in this scope
src/ft2font.cpp:1317: error: expected `;' before ‘index’
src/ft2font.cpp:1320: error: ‘FT_ULong’ was not declared in this scope
src/ft2font.cpp:1320: error: expected `;' before ‘code’
src/ft2font.cpp:1322: error: ‘code’ was not declared in this scope
srsrc/ft2font.cpp:1648: error: ‘TT_PCLT’ was not declared in this scope
src/ft2font.cpp:1648: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1648: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1648: error: expected `;' before ‘table’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::attach_file(const Py::Tuple&)’:
src/ft2font.cpp:1700: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1700: error: expected `;' before ‘error’
src/ft2font.cpp:1703: error: ‘error’ was not declared in this scope
c/ft2font.cpp:1323: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1323: error: ‘FT_Get_Next_Char’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_sfnt(const Py::Tuple&)’:
src/ft2font.cpp:1391: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1391: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
src/ft2font.cpp:1394: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1394: error: ‘FT_Get_Sfnt_Name_Count’ was not declared
in this scope
src/ft2font.cpp:1398: error: ‘FT_SfntName’ was not declared in this scope
src/ft2font.cpp:1398: error: expected `;' before ‘sfnt’
src/ft2font.cpp:1399: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1399: error: expected `;' before ‘error’
src/ft2font.cpp:1401: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1405: error: ‘sfnt’ was not declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_name_index(const Py::Tuple&)’:
src/ft2font.cpp:1428: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1428: error: ‘FT_String’ was not declared in this scope
src/ft2font.cpp:1428: error: ‘FT_Get_Name_Index’ was not declared in this scope
src/ft2font.cpp:1427: error: expected primary-expression before ‘(’ token
src/ft2font.cpp:1427: error: expected primary-expression before ‘long’
src/ft2font.cpp:1427: error: expected `)' before ‘long’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_ps_font_info(const Py::Tuple&)’:
src/ft2font.cpp:1441: error: ‘PS_FontInfoRec’ was not declared in this scope
src/ft2font.cpp:1441: error: expected `;' before ‘fontinfo’
src/ft2font.cpp:1443: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1443: error: expected `;' before ‘error’
src/ft2font.cpp:1444: error: ‘error’ was not declared in this scope
src/ft2font.cpp:1450: error: ‘fontinfo’ was not declared in this scope
src/ft2font.cpp: In function ‘void initft2font()’:
src/ft2font.cpp:1885: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared
in this scope
src/ft2font.cpp:1886: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not
declared in this scope
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::get_sfnt_table(const Py::Tuple&)’:
src/ft2font.cpp:1482: error: ‘face’ was not declared in this scope
src/ft2font.cpp:1482: error: ‘FT_Sfnt_Tag’ was not declared in this scope
src/ft2font.cpp:1887: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not
declared in this scope
src/ft2font.cpp:1482: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
src/ft2font.cpp:1492: error: ‘TT_Header’ was not declared in this scope
src/ft2font.cpp:1888: error: ‘FT_FACE_FLAG_SFNT’ was not declared in
this scopesrc/ft2font.cpp:1492: error: ‘t’ was not declared in this
scope
src/ft2font.cpp:1492: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1492: error: expected `;' before
‘src/ft2font.cpp:1889: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not
declared in this scope
src/ft2font.cpp:1891: error: ‘FT_FACE_FLAG_KERNING’ was not declared
in this scope
src/ft2font.cpp:1892: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not
declared in this scope
src/ft2font.cpp:1893: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not
declared in this scope
src/ft2font.cpp:1894: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not
declared in this scope
src/ft2font.cpp:1895: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not
declared in this scope
src/ft2font.cpp:1896: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared
in this scope
src/ft2font.cpp:1897: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
src/ft2font.cpp:1898: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1899: error: ‘FT_KERNING_UNFITTED’ was not declared in
this scope
src/ft2font.cpp:1900: error: ‘FT_KERNING_UNSCALED’ was not declared in
this scope
src/ft2font.cpp:1902: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1903: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
src/ft2font.cpp:1904: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
src/ft2font.cpp:1905: error: ‘FT_LOAD_RENDER’ was not declared in this scope
src/ft2font.cpp:1906: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
src/ft2font.cpp:1907: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not
declared in this scope
src/ft2font.cpp:1908: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp:1909: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in
this scope
src/ft2font.cpp:1910: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
src/ft2font.cpp:1912: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was
not declared in this scope
src/ft2font.cpp:1913: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
src/ft2font.cpp:1914: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not
declared in this scope
src/ft2font.cpp:1915: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
src/ft2font.cpp:1916: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared
in this scope
src/ft2font.cpp:1919: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in
this scope
src/ft2font.cpp:1920: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared
in this scope
src/ft2font.cpp:1921: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared
in this scope
src/ft2font.cpp:1922: error: ‘FT_LOAD_TARGET_MONO’ was not declared in
this scope
src/ft2font.cpp:1923: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
src/ft2font.cpp:1924: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared
in this scope
src/ft2font.cpp:1927: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:1927: error: ‘FT_Init_FreeType’ was not declared in this scope
src/ft2font.cpp: In destructor ‘virtual ft2font_module::~ft2font_module()’:
src/ft2font.cpp:1935: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:1935: error: ‘FT_Done_FreeType’ was not declared in this scope
table’
src/ft2font.cpp:1520: error: ‘TT_MaxProfile’ was not declared in this scope
src/ft2font.cpp:1520: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1520: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1520: error: expected `;' before ‘table’
src/ft2font.cpp:1551: error: ‘TT_OS2’ was not declared in this scope
src/ft2font.cpp:1551: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1551: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1551: error: expected `;' before ‘table’
src/ft2font.cpp:1584: error: ‘TT_HoriHeader’ was not declared in this scope
src/ft2font.cpp:1584: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1584: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1584: error: expected `;' before ‘table’
src/ft2font.cpp:1607: error: ‘TT_VertHeader’ was not declared in this scope
src/ft2font.cpp:1607: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1607: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1607: error: expected `;' before ‘table’
src/ft2font.cpp:1628: error: ‘TT_Postscript’ was not declared in this scope
src/ft2font.cpp:1628: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1628: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1628: error: expected `;' before ‘table’
src/ft2font.cpp:1648: error: ‘TT_PCLT’ was not declared in this scope
src/ft2font.cpp:1648: error: ‘t’ was not declared in this scope
src/ft2font.cpp:1648: error: expected primary-expression before ‘)’ token
src/ft2font.cpp:1648: error: expected `;' before ‘table’
src/ft2font.cpp: In member function ‘Py::Object
FT2Font::attach_file(const Py::Tuple&)’:
src/ft2font.cpp:1700: error: ‘FT_Error’ was not declared in this scope
src/ft2font.cpp:1700: error: expected `;' before ‘error’
src/ft2font.cpp:1703: error: ‘error’ was not declared in this scope
src/ft2font.cpp: In function ‘void initft2font()’:
src/ft2font.cpp:1885: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared
in this scope
src/ft2font.cpp:1886: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not
declared in this scope
src/ft2font.cpp:1887: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not
declared in this scope
src/ft2font.cpp:1888: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
src/ft2font.cpp:1889: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not
declared in this scope
src/ft2font.cpp:1891: error: ‘FT_FACE_FLAG_KERNING’ was not declared
in this scope
src/ft2font.cpp:1892: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not
declared in this scope
src/ft2font.cpp:1893: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not
declared in this scope
src/ft2font.cpp:1894: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not
declared in this scope
src/ft2font.cpp:1895: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not
declared in this scope
src/ft2font.cpp:1896: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared
in this scope
src/ft2font.cpp:1897: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
src/ft2font.cpp:1898: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1899: error: ‘FT_KERNING_UNFITTED’ was not declared in
this scope
src/ft2font.cpp:1900: error: ‘FT_KERNING_UNSCALED’ was not declared in
this scope
src/ft2font.cpp:1902: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
src/ft2font.cpp:1903: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
src/ft2font.cpp:1904: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
src/ft2font.cpp:1905: error: ‘FT_LOAD_RENDER’ was not declared in this scope
src/ft2font.cpp:1906: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
src/ft2font.cpp:1907: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not
declared in this scope
src/ft2font.cpp:1908: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared
in this scope
src/ft2font.cpp:1909: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in
this scope
src/ft2font.cpp:1910: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
src/ft2font.cpp:1912: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was
not declared in this scope
src/ft2font.cpp:1913: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
src/ft2font.cpp:1914: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not
declared in this scope
src/ft2font.cpp:1915: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
src/ft2font.cpp:1916: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared
in this scope
src/ft2font.cpp:1919: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in
this scope
src/ft2font.cpp:1920: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared
in this scope
src/ft2font.cpp:1921: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared
in this scope
src/ft2font.cpp:1922: error: ‘FT_LOAD_TARGET_MONO’ was not declared in
this scope
src/ft2font.cpp:1923: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
src/ft2font.cpp:1924: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared
in this scope
src/ft2font.cpp:1927: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:1927: error: ‘FT_Init_FreeType’ was not declared in this scope
src/ft2font.cpp: In destructor ‘virtual ft2font_module::~ft2font_module()’:
src/ft2font.cpp:1935: error: ‘_ft2Library’ was not declared in this scope
src/ft2font.cpp:1935: error: ‘FT_Done_FreeType’ was not declared in this scope
lipo: can't figure out the architecture type of: /var/tmp//ccZ6Sm3N.out
error: command 'gcc' failed with exit status 1
Kind regards,
Pim Schellart

Showing 16 results of 16

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /