So, having a go at building enblend; yet another dependency for hugin.
Downloaded and
#./configure
[..]
configure: error: libxmi is required to compile enblend.
so. Download libxmi and see what that brings us:
#./configure
# make
# make install
And works! Kudos to the developers of both libxmi and opensolaris... clean, portable code and a build environment that's starting to make sense of linux stuff!
Another go at building enblend (with LDFLAGS=-L /usr/local/lib) now fails for sake of boost headers missing. Which is not too bad doing this now, as hugin lists it as a requirement as well.
Let's have a go at those.
# ./configure
passed!
# make
[ ... quite a few errors relating to python stuff, but I'll leave it at that for now; just hoping python isn't used down the road ...]
#make install
works as well!
update 30/03: Managed to get ./configure to complete. However, make struggles. I filed an incident report at the good soureforge-folks of the project team:
See http://solaristerror.blogs
1 comment:
Hi, FYI I just built hugin on S11: http://blog.hajma.cz/2011/05/hugin-on-solaris.html
Post a Comment