You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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.
When I run
./autogen.sh
it triggersaclocal.sh
and it fails eventually.The text was updated successfully, but these errors were encountered: