Hello all,
I tried to install imusim on a fedora 16 laptop. I imported and unzip the archive from
github.comWhen I try to build the system (python setup.py build), I get these messages, with a "missing file"error
dsimon@labrax:imusim-master$ python ./setup.py build
running build
running build_py
running build_ext
building 'imusim.maths.quaternions' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c imusim/maths/quaternions.c -o build/temp.linux-x86_64-2.7/imusim/maths/quaternions.o
gcc: error: imusim/maths/quaternions.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
error: command 'gcc' failed with exit status 4
where can I found the missing files (quaternions.c and probably others), I cannot find them browsing the repository...
thanks,
Daniel (Inria@Montpellier)