I was hoping to bypass Macports altogether, because every time I try to
install something it ends in an error. For example, after trying to install
glib2 (which took so long I had to leave it running over night), it left me
with this:
Error: Target org.macports.activate returned: Image error:
/opt/local/bin/autopoint already exists and does not belong to a registered
port.  Unable to activate port gettext.
Error: The following dependencies failed to build: gettext pkgconfig
Error: Status 1 encountered during processing.

On Mon, Dec 29, 2008 at 11:53 PM, Reid van Melle <[email protected]>wrote:

> I wasn't sure whether you mean "not use Macports" to install clutter or not
> use Macports at all.... sorry if the rest of this email is useless (I don't
> have any experience with jhbuild).
>
> You can easily compile and install from source, but you can't dodge
> Macports very easily when it comes to resolving clutter dependencies.
>
> You will need to have the Developer Tools installed etc. as you would
> normally for Macports.  Also X11 is required methinks.
>
> The deps off the top of my head:
>
> % sudo port install glib2
> % sudo port install gobject
> % sudo port install pango
> % sudo port install cairo
>
> This will likely cover most of the dependencies, though there might be a
> few holes that will become obvious during the configure.
>
> Download the tarball, unzip it etc.:
>
> $ configure --with-flavour=osx
> $ make all
> $ sudo make install
>
> Bob's your uncle.
>
> Hope this helps.
>
> - Reid
>
> On 29-Dec-08, at 11:39 PM, Z. S. O. wrote:
>
> Hi, I've been trying with no success to install the latest clutter on my
> Leopard machine. I'd rather not use Macports because it's probably out of
> date (and in fact isn't working at all for me right now). I read Emmanuel's
> post from March (http://lists.o-hand.com/clutter/0912.html)  but I'm not
> familiar with Jhbuild and haven't had any success with it. Anyone come up
> with a simpler way to get clutter up and running?
> Thank you.
>
>
>

Reply via email to