Neil Roberts wrote:
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].
I saw that, but we're aiming for MSVS currently. :-/
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.
Ah. It looks promising. I'll take a look and report my progress.
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.
Hopefully it won't come to that, but I'll tackle that bridge when I get
to it.
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.
That's what I thought too. We'll see how it all works out. :)
Thanks!
/Marcus
--
To unsubscribe send a mail to [EMAIL PROTECTED]