INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

autogen.sh is failed #58

Open dizcza opened 5 years ago

dizcza commented 5 years ago

When I run ./autogen.sh it triggers aclocal.sh and it fails eventually.

dirname: missing operand
Try 'dirname --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.
aclocal
./aclocal.sh: 21: ./aclocal.sh: aclocal: not found
dizcza commented 5 years ago

This is fixed with sudo apt install automake please add this in install/readme description. I spent one hour trying to grasp the crosslinks logic in aclocal.sh and autogen.sh.

dizcza commented 5 years ago

You may also want to add freeglut3-dev in the dependencies to avoid warning

NOTE: viewevents will not be built since the GL/glut.h header was not
      found on this system.  This is no problem unless you plan to
      view spiking activity graphically.
dizcza commented 5 years ago

One more thing. Add cython and mpi4py in pymusic/requirements.txt and add a line to run pip install -r pymusic/requirements.txt while doing make. Or at least drop a line in INSTALL file that the user has to install manually packages from /path/to/requirements.txt.