[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: camera merging Re: [pygame] PATCH: enable MMX for X86_64, VideoCapture



Hello,

I recently updated to snow leopard, and since then I have been having trouble compiling anything. So naturally I haven't been able to check wether it compiles on SL. However the current version should compile without problem on mac.

I will try to remember to use c89, are there any other conventions, I should be aware of?

abe

On 28-sep-2009, at 19:59, René Dudfield wrote:

Hello again,

Setup_Darwin.in now has the _camera module for mac in there.  So that is compiling and the example/ for it works it seems.

Also platform specific Setup.in files now replace any lines from the Setup.in where they match the first word.  This lets us easily compile in different files, with different flags depending on platform.


cheers,



On Sun, Sep 27, 2009 at 12:17 PM, René Dudfield <renesd@xxxxxxxxx> wrote:
Hi,

it's compiling again now, and got rid of a few c99 things.  Still not working on the mac though... I think Werner needs to merge a few more things in(since it works in his branch).

cu,



On Sun, Sep 27, 2009 at 11:21 AM, René Dudfield <renesd@xxxxxxxxx> wrote:


On Sat, Sep 26, 2009 at 10:16 PM, Christoph Gohlke <cgohlke@xxxxxxx> wrote:
Thanks. The attached batch file creates the missing 64-bit libmsvcr90.a library from the msvcr90 DLL and compiles scale_mmx.c using mingw. The two library files can then be used during the msvc build process (see setup.py diff). This method leaves the scale_mmx source code in the trunk untouched. All tests pass except freetype_font_test.

Btw, svn rev 2657 does not compile with msvc any longer due to C99 usage (bool) in _camera.c.

Christoph



cool, thanks :)

It looks like Werner is merging in his osx camera changes.  I don't think all of the files are in yet, as it's not compiling on mac either.



cheers,