Ubuntu 8.10: need help to install version 0.9.1

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:
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
Can anybody help me to install makehuman 0.9.1?
Thanks in advance
Rai
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