-
Notifications
You must be signed in to change notification settings - Fork 264
README: fix dependencies #375
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
base: master
Are you sure you want to change the base?
Conversation
Tested in Ubuntu 24. Fix err: config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See 'config.log' for more details
Use dh-autoreconf package instead of libtool, autoconf, automake. This commit should improve compatibility with modern OS, see https://wiki.debian.org/Autoreconf Tested in Ubuntu 24
Looks good! |
|
||
will configure the build to install the files into /home/user/gpredict folder. | ||
will configure the build to install the files into /home/user/predict folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will configure the build to install the files into /home/user/predict folder. | |
will configure the build to install the files into $HOME/predict folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main question is. Install the files into /home/user/gpredict folder or predict folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AsciiWolf any news?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but I am not sure what the correct folder is. This is a question for @csete.
Tested in Ubuntu 24. Fix err: