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

Can't compile it on Debian Jessie #26

Closed
9Morello opened this issue Jan 17, 2016 · 3 comments
Closed

Can't compile it on Debian Jessie #26

9Morello opened this issue Jan 17, 2016 · 3 comments

Comments

@9Morello
Copy link

Hello. I'm trying to compile it on Debian Jessie and I'm getting the following error:

"configure.ac:36: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
"

pkg-config is installed.

@NamcoPro
Copy link

I had the issue on Debian testing/stretch but managed to get by it with https://bbs.archlinux.org/viewtopic.php?id=161452.

@1sean
Copy link

1sean commented Feb 21, 2016

configure.ac:36: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.

run dpkg-query -l | grep curl to check your curl version, if it is >= 7.32.0 then you should be able to just comment out line 36 in configure.ac

however once I got past that I ran into

configure: error: Package requirements (libconfig++ >= 1.5) were not met:
Requested 'libconfig++ >= 1.5' but version of libconfig++ is 1.4.9
You may find new versions of libconfig++ at http://www.hyperrealm.com/main.php?s=libconfig

you are going to need to complie libconfig from source, instructions on how to are at https://github.com/hyperrealm/libconfig

I also had to compile libxml2 from source but I don't think that is needed

@oliwer
Copy link
Contributor

oliwer commented Apr 26, 2016

About the libconfig++ dependency, I just downgraded the requirement to version 1.4 and it works just fine using libconfig++ 1.4.9 on Ubuntu 14.04.

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

4 participants