-
Notifications
You must be signed in to change notification settings - Fork 1
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
./configure #1
Comments
Sorry for the delay. Had not checked in for a while. On what platform are you running, and what versions of autoconf,, automake, etc are you using? I just configured a fresh clone and it succeeded with only a warning that Instead of running "autoconf", I usually prefer to use "autoreconf". Additionally, you need to include the "-i" option, which will add any standard files that are not already there. I did this under Manjaro Linux (Arch), automake --version configure.ac specifies a minimum for autoconf of 2.59 Not sure if the current version of this package will still build on Windows. It did work under mingw, but I never tried it with CygWin and don't know if anyone ever did. If you are still monitoring this, let me know more about your setup and I'll try to get it working for you. I noticed you did a simple "./configure" command. After seeing your issue on osk-disasm, i find you tried it with ubuntu. I don't know if you caught it or not, but if you include the option"--with-g09dis", it will build a GTK front-end that might make it easier to use, although the command-line is not all that difficult once you get the hang of it. I hope the documentation I provided is sufficient. |
Dear debmint,
Seems like your project is configured for autoconf or automake, as simple:
./configure
do not work.Autoconf and Automake throw errors.
Please advice, how to set up your project for testing it.
The text was updated successfully, but these errors were encountered: