Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogen.sh is failed #58

Open
dizcza opened this issue Jun 19, 2019 · 3 comments
Open

autogen.sh is failed #58

dizcza opened this issue Jun 19, 2019 · 3 comments

Comments

@dizcza
Copy link

dizcza commented Jun 19, 2019

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
Copy link
Author

dizcza commented Jun 19, 2019

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
Copy link
Author

dizcza commented Jun 19, 2019

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
Copy link
Author

dizcza commented Jun 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant