-
Notifications
You must be signed in to change notification settings - Fork 6
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
Syntax error when running autogen #119
Comments
Did you try to install packages from dev repo? Not sure yet, but it looks like some autoconf issue or introspection.m4 file. |
I try to avoid the deb packages because there's always a time lag, and so far, every installation I did had to switch to the git version sooner or later to test fixes for some issues, so I'd like to use the git version on this machine right from the start. BTW: Is there a checklist of dependencies somewhere? |
As of today, debs == git version. The dependencies list (for midgard-core) is defined in configure script:
The error you have comes from introspection macro. Probably it's located in '/usr/share/aclocal/introspection.m4'. |
I played around a little and AFAICT the problem was that pkg-config was not installed. after installing it, it now shows me which packages are missing. So no pkg-config leads to syntax error |
When running
on current ratatoskr, I get
Since this is a fresh server, I'm sure I'm just missing a required package, but it still doesn't look like this is supposed to happen (also, which package is missing? Server is Debian 6 AMD64).
The text was updated successfully, but these errors were encountered: