Author Topic: GTK & Libtool: 3 programs, the same problems (Solved)  (Read 376 times)

Offline Agent Smith

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
    • Brazilian PCLinuxOS Community
GTK & Libtool: 3 programs, the same problems (Solved)
« on: August 22, 2012, 05:26:10 PM »
Dear colleagues,

I am working currently in compiling and packaging 3 programs in PCLOS package standards.

The programs are:  netactview, http://netactview.sourceforge.net/ ; pcsxr, http://www.codeplex.com/pcsxr ; and rejoystick, http://rejoystick.sourceforge.net/

The errors I am getting, when trying to compile them are slightly different, but, the same

For Netactiview: libtool: Version mismatch error.  This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.


For PCSXR: libtool: Version mismatch error.  This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.


For Rejoystick: libtool: Version mismatch error.  This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.


Then, I would like to ask you, my friends, if there's anything that can be done, or should I just quit working on those packages ?

Thanks in advance,

My best regards,

 
« Last Edit: August 24, 2012, 06:58:51 PM by Agent Smith »

Offline ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1153
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline Agent Smith

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
    • Brazilian PCLinuxOS Community

Offline Agent Smith

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
    • Brazilian PCLinuxOS Community
Re: GTK & Libtool: 3 programs, the same problems
« Reply #3 on: August 24, 2012, 06:58:28 PM »
Well, solved 2 from 3 programs.

The other remaining program is giving some other errors (now, the libtool mismatch error is no more, but other errors raised).

All in all, this issue is pretty much fixed, thanks to GB and all colleagues who posted in the Tips topic.

Thank you very much gentlemen,

Best regards,