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

Plugin doesn't build on Debian 8 #2

Closed
jasondunsmore opened this issue Sep 29, 2015 · 2 comments
Closed

Plugin doesn't build on Debian 8 #2

jasondunsmore opened this issue Sep 29, 2015 · 2 comments
Assignees
Labels

Comments

@jasondunsmore
Copy link

Hi, I'm having trouble building the plugin on Debian Jessie:

$ ./configure --prefix=/usr
bash: ./configure: No such file or directory
$ autoconf
configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:58: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:97: error: possibly undefined macro: AM_PATH_SDL
configure.ac:159: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
$ ./configure --prefix=/usr
./configure: line 2314: syntax error near unexpected token `1.9.0'
./configure: line 2314: `AM_INIT_AUTOMAKE(1.9.0 dist-bzip2)'

HEAD is currently at bf13d4b.

@dprotti
Copy link
Owner

dprotti commented Sep 30, 2015

Thanks for reporting this.
I do not have access to a Debian Jessie now.

Please try running aclocal first. Then run autoconf (eventually you need to run automake and autoheader as well).
If you have autoreconf command try running simply autoreconf.

Let me know if this works for you.

Regards.

@dprotti
Copy link
Owner

dprotti commented Feb 9, 2016

Hi Jason.

Did the steps given in the above instructions work for you?

@dprotti dprotti self-assigned this Feb 9, 2016
@dprotti dprotti closed this as completed Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants