Javi, I think another solution might be to upgrade your version of libtool. I have 2.4.4 here and it doesnt have this problem.
On Tue, Jun 18, 2013 at 10:47 AM, salsaman <[email protected]> wrote: > Sorry, should be (in your case): > > sudo rm /usr/lib/*.la /usr/local/lib/*.la > > > > > > On Tue, Jun 18, 2013 at 10:46 AM, salsaman <[email protected]> wrote: >> Yes somebody had a similar problem with the last release. >> >> These *.la files have some information for libtool, but libtool can >> find it on its own. >> >> The problem is that sometimes if the system finds one *.la file for >> one library then it expects every library to have one. >> >> The solution is to delete all *.la files on the system, e.g.: sudo rm >> /usr/lib/*.la /usr/local/lib64/*.la >> >> It should not cause problems, and it should fix the issue you are having. >> >> >> Regards, >> Gabriel. >> >> >> http://lives.sourceforge.net >> https://www.ohloh.net/accounts/salsaman >> >> >> On Tue, Jun 18, 2013 at 7:39 AM, Javi <[email protected]> wrote: >>> Triying to compile over ubuntu 12.04 >>> >>> giwtimeline.o -lX11 -lmjpegutils -L../libOSC/ -lOSC >>> -L../libOSC/client/ -lOSC_client -lm -ljack -lavc1394 -lraw1394 >>> -lrom1394 -lasound -lpulse -lpng12 -L/usr/local/lib -lswscale >>> -lavutil -lm -L/usr/local/lib -lavutil -lm -lweed_slice >>> -lweed-utils -lm -lunicap -lrt -ldl >>> libtool: link: cannot find the library >>> `/usr/lib/i386-linux-gnu/libglib-2.0.la' or unhandled argument >>> `/usr/lib/i386-linux-gnu/libglib-2.0.la' >>> make[1]: *** [lives-exe] Error 1 >>> make[1]: se sale del directorio «/home/javi/Lives/lives-2.0.5/src» >>> make: *** [all-recursive] Error 1 >>> >>> awn...:| >>> >>> >>> >>> >>> On 18/06/13 01:33, salsaman wrote: >>>> Great ! >>>> >>>> >>>> On Mon, Jun 17, 2013 at 7:40 PM, Doug Webb <[email protected]> wrote: >>>>> Compiles and runs fine on Ubuntu 13.04 64 bit >>>>> >>>>> Thanks for all the great work! >>>>> Doug >>>>> >>>>> On 13-06-16 07:38 PM, salsaman wrote: >>>>>> Hi all, >>>>>> I am happy to announce the release of LiVES 2.0.5. This release adds >>>>>> much improved dual monitor support (yay !), a fix for Load New Audio, >>>>>> and some minor compilation fixes. >>>>>> >>>>>> >>>>>> >>>>>> ChangeLog >>>>>> >>>>>> Fix regression in "load new audio" >>>>>> Clean up some minor compilation issues. >>>>>> Improved support for dual monitors. >>>>>> >>>>>> URLS: >>>>>> >>>>>> http://salsaman.home.xs4all.nl/lives/current/LiVES-2.0.5.tar.bz2 >>>>>> (source bzip2, 3.4 MB) >>>>>> >>>>>> http://salsaman.home.xs4all.nl/lives/current/LiVES-2.0.5.tar.gz >>>>>> (source gzip, 4.6 MB) >>>>>> >>>>>> >>>>>> Shasums: >>>>>> >>>>>> sha1sums: >>>>>> >>>>>> c656ed23980aa52684033aab0d5cab8d84a6d865 LiVES-2.0.5.tar.bz2 >>>>>> db9f706a67e6c20ec3f031ef5facd592136b4480 LiVES-2.0.5.tar.gz >>>>>> >>>>>> >>>>>> sha256sums: >>>>>> >>>>>> 28c75b035594f4a3490fb4f4dd419cc02912ca20ec456cbe957b226df2b24f78 >>>>>> LiVES-2.0.5.tar.bz2 >>>>>> dcaf9ce9dd3fccf7983f2c8d518ec040dd1571512e7b690e0422471abb8b376b >>>>>> LiVES-2.0.5.tar.gz >>>>>> >>>>>> >>>>>> >>>>>> gpg key fingerprint can be found at >>>>>> http://lives.sourceforge.net/index.php?do=contact >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Enjoy ! >>>>>> >>>>>> >>>>>> Gabriel. >>>>>> >>>>>> >>>>>> http://lives.sourceforge.net >>>>>> https://www.ohloh.net/accounts/salsaman >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> This SF.net email is sponsored by Windows: >>>>>> >>>>>> Build for Windows Store. >>>>>> >>>>>> http://p.sf.net/sfu/windows-dev2dev >>>>>> _______________________________________________ >>>>>> Lives-users mailing list >>>>>> [email protected] >>>>>> https://lists.sourceforge.net/lists/listinfo/lives-users >>>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> This SF.net email is sponsored by Windows: >>>>> >>>>> Build for Windows Store. >>>>> >>>>> http://p.sf.net/sfu/windows-dev2dev >>>>> _______________________________________________ >>>>> Lives-users mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/lives-users >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by Windows: >>>> >>>> Build for Windows Store. >>>> >>>> http://p.sf.net/sfu/windows-dev2dev >>>> _______________________________________________ >>>> Lives-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/lives-users >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Windows: >>> >>> Build for Windows Store. >>> >>> http://p.sf.net/sfu/windows-dev2dev >>> _______________________________________________ >>> Lives-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/lives-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
