Page 1 of 1

Problems with animorph and mhgui

PostPosted: Sun Feb 24, 2008 1:11 pm
by tomathjÀrna
I first downloaded the makehuman source package. I executed ./configure, and it complained about not finding animorph or mhgui. I downloaded those two. I compiled animorph and ran 'make install'. But then when i tried to do the same with mhgui, it complained that it still couldn't find animorph. I don't really know what to do now.
I run linux btw.

Re: Problems with animorph and mhgui

PostPosted: Tue Feb 26, 2008 3:22 pm
by andreas
Hello,

Execute 'ldconfig' as root after 'make install' of libanimorph and libmhgui. You need to do that for all software that you compile and install on Linux.

You're the second person asking that question. I should really write this into the INSTALL file of the final.

Thanks for remembering me.

regards
Andreas

Re: Problems with animorph and mhgui

PostPosted: Thu Mar 13, 2008 1:16 am
by nphillips
I'm experiencing this issue, too. Animorph installs fine, and I run ldconfig (as root) after performing the 'make install'. The library files are installed in /usr/local/lib64 (with /usr/local/lib symlinked to that dir).

I've tried setting PKG_CONFIG_PATH=/usr/local/lib and =/usr/local/lib64 (both with and without the trailing slashes...shouldn't make a difference though, iirc).

On a whim, I have also tried running ./configure --with-animorph=/usr/local/lib' but that returned the same error.

I'm running Gentoo amd64, 2.6.23 kernel.

Thanks in advance,
Nate

Re: Problems with animorph and mhgui

PostPosted: Sun Apr 13, 2008 6:08 pm
by Tommassino