Out of interest what does g++ --version return?
Simon
> Cheers,
> tobi
>
> --
> open-l...@googlegroups.com /
> http://groups.google.com/group/open-lighting
> To unsubscribe email open-lightin...@googlegroups.com
Strange, that's the same one I'm using. I've pushed a change to the
git repo, please update and try again.
Simon
You've got the OSSP version of uuid installed in
/opt/local/include/ossp/uuid.h . You can confirm this with
$ port list installed | grep uuid
Mac OS comes with it's own version of uuid so you don't need this.
That said OLA is designed to work with either, but the mac version in
/usr/include/unistd.h is overriding the ossp version. Let me see if I
can shuffle the header order and fix it.
In the meantime if you don't need ossp uuid you should remove it.
This is fixed now (but you've uninstalled anyway which is the better solution).
Simon
That's strange. Is it only that test that fails? Does the same thing
happen every time you run it?
What's you're firewall policy set to? If you machine blocks packets
this will fail.
Simon
> Cheers,
> tobi