On Tue, Aug 18, 2009 at 11:12 AM, René Dudfield<
renesd@xxxxxxxxx> wrote:
> On Mon, Aug 17, 2009 at 9:41 AM, René Dudfield<
renesd@xxxxxxxxx> wrote:
>> nice one :)
>>
>> Have a look here:
>>
http://thorbrian.com/pygame/builds.php
>>
>> You'll notice that there's some errors building on windows, and osx.
>>
>
>
> Hi,
>
> I think the freetype merge requires freetype to be installed. However
> it doesn't check to see if it's installed before trying to build it.
>
> This is what is causing the build bot to fail to build, because it
> only has the minimum dependencies required to build pygame. Currently
> freetype isn't a dependency - only SDL_ttf is.
>
> 1. pygame trunk needs to see if freetype-dev is installed before
> trying to build the freetype package.
> 2. build bots need to have the freetype packages installed.
>
> I just tried to disable the freetype module until those two things are
> sorted out. So the build bot can build again without errors. I just
> commented it out in Setup.in ... hopefully that will be enough to
> disable it.
>
>
>
> cheers,
>