-
Notifications
You must be signed in to change notification settings - Fork 53
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
can't build #1
Comments
I was just able to build this using the repo hosted in the Google Code archive, if you want to give that a shot.
|
+1 |
@jgarvin [root@yyz-test-vm linux-ftools]# ./configure |
The am__api_version='1.10' line of configure file should be changed according to the version of autotools in your building machine,which can be seen using the |
@y123456yz did you manage to fix that error? I'm still getting it and I'm honestly stumped on what to do, I tried the above comment. |
use this version of configuration file it works |
After running ./configure I got an error saying I needed aclocal and automake because I had edited Makefile.am, which I hadn't, but I'm guessing the copies of the generated files in the repo are out of date. So then I tried rerunning automake, which complained there was "no proper invocation of AM_INIT_AUTOMAKE" and that I should rerun aclocal. So I did and tried automake again. Then I get this:
I don't see any file called compile in the checkout. Maybe something that needs to be checked in? I'm not much of an autotools guru.
The text was updated successfully, but these errors were encountered: