We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I try to install the lastest master version of pal without starlink but there is no configure file in it I've try
autoreconf -i -f
errors: configure.ac:11: error: require Automake 1.8.2-starlink, but have 1.16.3
AM_INIT_AUTOMAKE(1.8.2-starlink)
I've try comment this line and then
./configure
errors:
./configure: line 11935: syntax error near unexpected token `build,' ./configure: line 11935: `STAR_DECLARE_DEPENDENCIES(build, erfa starutil)'
could anyone help to generate a configure file?
The text was updated successfully, but these errors were encountered:
You need to be using the https://github.com/Starlink/starlink autoconf extensions to build the configure script. The expectation is that most people use the official releases at https://github.com/Starlink/pal/releases which do include the configure script.
We never quite managed to integrate the local changes with upstream autoconf because of copyright assignment problems.
Sorry, something went wrong.
no configure file in 0.9.9 and 0.9.10
No branches or pull requests
Hi, I try to install the lastest master version of pal without starlink
but there is no configure file in it
I've try
I've try comment this line and then
errors:
could anyone help to generate a configure file?
The text was updated successfully, but these errors were encountered: