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

Initial configuration does not seem to work #1

Closed
dmzimmerman opened this issue Mar 21, 2019 · 3 comments
Closed

Initial configuration does not seem to work #1

dmzimmerman opened this issue Mar 21, 2019 · 3 comments

Comments

@dmzimmerman
Copy link

There appears to be a circular dependency, whereby the configure script fails to create a config script in the scripts directory because there is no config script in the scripts directory.

More specifically, the check script called by the configure script fails with:

line 16: /Users/dmz/misc-repos/act/scripts/config: No such file or directory
@dmzimmerman
Copy link
Author

As a side note, putting a stub config script in the scripts directory that defines the C_COMPILER environment variable properly allows configuration (and building) to proceed.

@rmanohar
Copy link
Member

rmanohar commented Mar 21, 2019

Thanks! I believe this has now been fixed by running the check script at the end.

@dmzimmerman
Copy link
Author

I can confirm that it now works on a freshly checked out repo. Thanks!

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

2 participants