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

cannot compile with autoconf error #9

Open
paolino opened this issue Jun 1, 2013 · 1 comment
Open

cannot compile with autoconf error #9

paolino opened this issue Jun 1, 2013 · 1 comment

Comments

@paolino
Copy link

paolino commented Jun 1, 2013

archlinux up to date here

[paolino@localhost ~]$ git clone https://github.com/williamweston/phasex.git
Cloning into 'phasex'...
remote: Counting objects: 472, done.
remote: Compressing objects: 100% (300/300), done.
remote: Total 472 (delta 259), reused 383 (delta 170)
Receiving objects: 100% (472/472), 10.03 MiB | 447.00 KiB/s, done.
Resolving deltas: 100% (259/259), done.
[paolino@localhost ~]$ cd phasex/
[paolino@localhost phasex]$ aclocal && autoconf && automake && autoheader
configure.ac:213: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:221: error: possibly undefined macro: AC_MSG_WARN

configure.ac:213: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:221: error: possibly undefined macro: AC_MSG_WARN

It seems a syntax error catched as something different, but I'm not expert in autoconf.
Please fix.

Thanks
paolino

@williamweston
Copy link
Owner

This I have never been able to reproduce exactly, but I did run into other issues with the included autoconf scripts being out of date that I didn't see until updating my Fedora distro. The scripts have been updated, so there's a good chance this fixed your issue as well as mine.

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