Please try the following: a) Edit lives-1.8.1/libweed/Makefile.am and change WEED_PSO_VERSION from 0:9:0 to 0:10:0 b) Edit lives-1.8.1/configure.in, change:
PKG_CHECK_MODULES(WEED_PLUGIN_UTILS, libweed-plugin-utils >= 0.9.0, HAVE_SYSTEM_WEED_PLUGIN_UTILS=true, HAVE_SYSTEM_WEED_PLUGIN_UTILS=false) to: PKG_CHECK_MODULES(WEED_PLUGIN_UTILS, libweed-plugin-utils >= 0.10.0, HAVE_SYSTEM_WEED_PLUGIN_UTILS=true, HAVE_SYSTEM_WEED_PLUGIN_UTILS=false) Run autogen.sh again, then ./configure && make clean && make Regards, Gabriel. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman On Sun, Jan 27, 2013 at 7:57 AM, MiniProgslane <[email protected]> wrote: > Hi, > > I have compiled the code but it will not run. I have this error : > lives: symbol lookup error: > /usr/lib/lives/plugins/effects/realtime/weed/alpha_means.so: undefined > symbol: weed_out_param_float_init > > Do you know that is not OK on my system ? > Linux primevere 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux > > Sincerely > Michel-Patrick > > > Le Sat, 26 Jan 2013 07:33:51 -0300, salsaman salsaman à écrit: > >> Hi all, >> I am very pleased to announce the release of LiVES version 1.8.1 >> > >> >> Gabriel. >> >> >> http://lives.sourceforge.net >> https://www.ohloh.net/accounts/salsaman >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> Lives-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/lives-users > > > -- > Michel-Patrick Lutz > +336 72 17 44 74 > > //////////// > \\ - - // > ( @ @ ) > --oOOo--(_)--oOOo------- > http://mes-adresses.eu > --------Ooooo----------- > ( ) > ooooO ) > ( ) (_/ > \ ( > \_) > > My Linux Counter number 556734 > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Lives-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lives-users ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
