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

Removed a lot of automake stuff to build on windows (mingw-64). #8

Closed
wants to merge 1 commit into from

Conversation

WaffleSouffle
Copy link

This is to fix following compilation error:
libtool: Version mismatch error. This is libtool 2.4.2
Debian-2.4.2-1.7ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1.7ubuntu1
libtool: and run autoconf again.

Actions:
rm aclocal.m4
rm -rf m4
rm configure
rm Makefile.in
rm config.h
rm src/config.h.in
rm ltmain.sh
rm src/Makefile.in
rm sample/Makefile.in
rm test/Makefile.in
rm -rf autom4te.cache
autoreconf --force --install

This is to fix following compilation error:
libtool: Version mismatch error.  This is libtool 2.4.2
Debian-2.4.2-1.7ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1.7ubuntu1
libtool: and run autoconf again.

Actions:
rm aclocal.m4
rm -rf m4
rm configure
rm Makefile.in
rm config.h
rm src/config.h.in
rm ltmain.sh
rm src/Makefile.in
rm sample/Makefile.in
rm test/Makefile.in
rm -rf autom4te.cache
autoreconf --force --install
@kkos
Copy link
Owner

kkos commented Apr 6, 2016

Thanks.
But I should not remove m4 directory.

@kkos
Copy link
Owner

kkos commented Apr 8, 2016

Done. (master and develop branch)

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

Successfully merging this pull request may close these issues.

2 participants