On Tue, 2008-10-28 at 14:57 +0100, Marcus Lindblom wrote: > I've been trying to compile clutter using the vcproj-files in trunk > (converted to VS2008) but I get a lot of errors, which makes me suspect > that I really need to run autoconf/automake to get the headers right.
Yes, the VS build files in trunk have unfortunately bit rotted and no longer work. The autotools files should work with MinGW and MSys and I have a blog post with details about how to do this [1]. However you might want to try OABuild [2] instead. This is an external project to make VS build files for the whole GTK+ stack including Clutter. It worked pretty well last time I tried it. > Or, is it possible to build it with MinGW and then link to it from a C++ > MSVS app? I think this should work if you do some magic with dlltool to generate a .lib file, but I haven't tried it myself. > P.S. We're also keen on using the python bindings, and if the above > issues get resolved, we're also willing to contribute both code and > testing resources (before release ;). That would be great. I haven't heard of anyone using pyclutter on Windows, but in theory I guess it should just work. Regards, - Neil [1] http://www.busydoingnothing.co.uk/blog/2008/07/13#ClutterWin32 [2] http://people.collabora.co.uk/~oleavr/OABuild/ -- To unsubscribe send a mail to [EMAIL PROTECTED]
