pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Fixed libtool version mismatch error when compiling SDL_gfx #27

Closed marek-vybiral closed 9 years ago

marek-vybiral commented 9 years ago

I had some issues during compilation of SDL_gfx:

libtool: Version mismatch error.  This is libtool 2.4.2, 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
libtool: and run autoconf again.

This should fix it.

carstene1ns commented 9 years ago

This fixes it, as the old libtool files will be overwritten by your current version. however, if you run autoreconf, the following aclocal, autoconf and automake calls should not be necessary (as they are run by it).

Sidenote: I recently updated SDL_gfx (#28), might be worth to try it out there, too... ;-)

marek-vybiral commented 9 years ago

Thanks for advice, I have removed those commands.

btw good work with that SDL_gfx update, it's nice to see that PSP scene is not dead yet