Adrian Knoth wrote:
On Tue, Sep 22, 2009 at 12:40:36PM +0200, Ralf Mardorf
wrote:
wow, this is exactly the kind of software I was looking for. Thank you,
this seems to be excellent software.
I just gave it a whirl, and it's fun to play with.
Unfortunately there's no Linux version
available:
http://animata.kibu.hu/downloads.html
The site is misleading, just checkout the svn and compile it.
adi@hex:/tmp/animata-read-only$ file ./build/animata
./build/animata: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not
stripped
Thank you Adrian :)
I started compiling and now I need to search the web, because of a problem:
http://www.google.de/#hl=de&source=hp&q=error%3A+cast+from+%27Flu_T…
Any hints are welcome!
i386? Will it run on a 64-bit Linux too? Fortunately I've got still an
additional Suse installation, Suse on 64-bit architecture seems to
handle x86 better than Debian/ Ubuntu. Sometimes I'm thinking of going
back to a 32-bit architecture.
Okay, the todo list for today - cleaning the bathroom and trying to make
a soundfont with Swami and checking the power switch of my monitor - are
shunted to a later time.
spinymouse-sudo@64studio:/usr/src$ svn co
http://animata.googlecode.com/svn/trunk/ animata-read-only
[snip]
Checked out revision 49.
[snip]
spinymouse-sudo@64studio:/usr/src/animata-read-only$ cat README
[snip]
Installing on Linux
-------------------
In most Linux distributions an FLTK package is available. Animata is
known to
compile in Fedora, and Ubuntu (8.04, 8.10).
Generic build instructions
--------------------------
To build Animata, type:
scons
To run the software, type ./animata in the build directory.
[snip]
spinymouse-sudo@64studio:/usr/src/animata-read-only$ scons
scons: Reading SConscript files ...
Checking for C++ library m... yes
Checking for C++ library pthread... yes
Checking for C++ library fltk... yes
Checking for C++ library X11... yes
Checking for C++ library GL... yes
Checking for C++ library GLU... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/Bone.o -c -Wall -Wno-unknown-pragmas -Wno-long-long
-pedantic -pthread -Wno-format -DTIXML_USE_STL -DOSC_HOST_LITTLE_ENDIAN
-DANIMATA_MAJOR_VERSION=0 -DANIMATA_MINOR_VERSION=004 -ggdb2 -O0
-DDEBUG=1 -I/usr/include -Ibuild/libs -Isrc/libs -Ibuild/libs/tinyxml
-Isrc/libs/tinyxml -Ibuild/libs/oscpack -Isrc/libs/oscpack
-I/usr/include/freetype2 src/Bone.cpp
In file included from src/animataUI.h:34,
from src/Bone.cpp:31:
src/libs/FLU/Flu_Tree_Browser.h: In member function 'unsigned int
Flu_Tree_Browser::Node::remove(const char*)':
src/libs/FLU/Flu_Tree_Browser.h:1081: error: cast from
'Flu_Tree_Browser::Node*' to 'unsigned int' loses precision
scons: *** [build/Bone.o] Error 1
scons: building terminated because of errors.
Cheers,
Ralf