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

Compile failing on Ubuntu 19.04 (missing dependencies) #27

Closed
fbmoose48 opened this issue Aug 15, 2019 · 3 comments
Closed

Compile failing on Ubuntu 19.04 (missing dependencies) #27

fbmoose48 opened this issue Aug 15, 2019 · 3 comments

Comments

@fbmoose48
Copy link

when running the install_tilp.sh all is fine until it begins the check for libraries and the glib package check begins, then it returns

./configure: line 10108: syntax error near unexpected token GLIB,' ./configure: line 10108: PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.6.0)'

and stops. Any thought on how to resolve this?

@fbmoose48
Copy link
Author

Manual install returns several errors after autoreconf, including:

configure.ac:58: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:53: error: possibly undefined macro: AC_PROG_INTLTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:58: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
autoreconf: /usr/bin/autoconf failed with exit status: 1

@adriweb
Copy link
Contributor

adriweb commented Aug 15, 2019

Looks like you didn't install all the required dependencies first. Look at this line: https://github.com/debrouxl/tilp_and_gfm/blob/master/tilp/trunk/build/scripts/install_tilp.sh#L213

@fbmoose48
Copy link
Author

thank you, issue closed

@fbmoose48 fbmoose48 changed the title Compile failing on Ubuntu 19.04 Compile failing on Ubuntu 19.04 (missing dependencies) Aug 15, 2019
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