Page 1 of 1

Ubuntu 8.10: need help to install version 0.9.1

PostPosted: Wed Oct 28, 2009 9:24 pm
by raibuntu
Hello forum,

I use Ubuntu 8.10 and I would like to install Makehuman version 0.9.1 as this seems to provide the best GUI
I have successfully tested 0.9 and 1.0-alpha (nightly builds for 8.04), but the controls in their GUIs are not so powerful.

I also tried to compile version 0.9.1 from sources, but it failed even in animorph already:

I have downloaded and uncompressed those files:

animorph-0.3.tar.gz
makehuman-0.9.1-rc1a.tar.gz
mhgui-0.2.tar.gz

In directory animorph-03 ./configure works without errors but make terminates with this message:
Code: Select all
raimoed@exa:~/Downloads/Blender/makehuman5/animorph-0.3$ make
make  all-recursive
make[1]: Betrete Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3'
Making all in include
make[2]: Betrete Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include'
Making all in animorph
make[3]: Betrete Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include/animorph'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include/animorph'
make[3]: Betrete Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include'
make[2]: Verlasse Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/include'
Making all in src
make[2]: Betrete Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/src'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c -o BodySettings.lo BodySettings.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c BodySettings.cpp  -fPIC -DPIC -o .libs/BodySettings.o
BodySettings.cpp: In member function 'void Animorph::BodySettings::fromStream(std::ifstream&)':
BodySettings.cpp:54: error: 'strlen' was not declared in this scope
make[2]: *** [BodySettings.lo] Fehler 1
make[2]: Verlasse Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/raimoed/Downloads/Blender/makehuman5/animorph-0.3'
make: *** [all] Fehler 2

I googled for this, but the hits are not clear to me (I am not a programmer). There might be something wrong with the compiler.
I have
Code: Select all
$ gcc --version
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2


Can anybody help me to install makehuman 0.9.1?

Thanks in advance

Rai

Re: Ubuntu 8.10: need help to install version 0.9.1

PostPosted: Mon Nov 09, 2009 9:12 pm
by karla
Rai, I currently use MH 0.9.1 RC1 under Ubuntu 9.10 64 bit and Wine 1.1.31 and it runs fine. I'm sure my Windows version of MH installed easily under Wine with no trouble; its worth a try - you've nothing to lose. If you haven't done it already, a Wine installation also helps from time to time when you can't find a suitable Linux application and there's a free Windows app to be had .....

I, like you, also prefer the old GUI but have downloaded experimental AMD 64 .tbz2 files and am trying out the MH 1.0.0 builds; I am waiting for the pose facility to be included.

I've looked at your Ubuntu error codes and I'm sorry I can't help you; I'm a 3 month Linux user but have very limited knowledge.

Solved: Ubuntu 8.10: need help to install version 0.9.1

PostPosted: Tue Nov 10, 2009 6:30 pm
by raibuntu
Hy Karla,

Thanks for your reply.
Running MH 0.9.1 with wine works really well :-)
I also installed aqsis 1.4.2 (in wine) and I can start the rendering via MH (I had to define the path to aqsis fist, using this document:
http://www.dedalo-3d.com/docs/articles/ ... kstart.pdf)

Next, I have to find out, how to configure the rendering - at the moment I only receive black images....

Kind regards

Rai