On Fri, July 1, 2011 11:49, Guille wrote: > Hi there! > > trying to compile the new LiVES 1.4.4 on mac os X snow leopard 64 bits > (unix darwin 10.7.0) I have this error when "make" > > main.c: In function âget_capabilitiesâ: > main.c:1542: error: redeclaration of âerrâ with no linkage > main.c:1533: error: previous declaration of âerrâ was here > main.c:1536: warning: unused variable âlenâ > main.c:1531: warning: unused variable âtfileâ > make[1]: *** [main.o] Error 1 > make: *** [all-recursive] Error 1 > > > any ideas to help me? > > thanks a lot > > Guille > >
Ah yes, just change line 1542 from err to kerr. Then lower down, change: kerr = host_processor_info(mach_host_self(), PROCESSOR_CPU_LOAD_INFO, &numProcessors, &processorInfo, &numProcessorInfo); The other warnings can be ignored or you can move them inside a #else. Salsaman. > El 14/06/2011, a las 22:12, [email protected] escribió: > >> On Tue, June 14, 2011 20:43, Doug Webb wrote: >>> On 11-06-13 03:57 PM, [email protected] wrote: >>>> Hi all, >>>> this fixes a compilation problem in 1.4.3. >>>> >>>> URLs: >>>> >>>> http://salsaman.home.xs4all.nl/lives/current/LiVES-1.4.4.tar.bz2 >>>> http://salsaman.home.xs4all.nl/lives/current/LiVES-1.4.4.tar.gz >>>> >>>> shasums >>>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> sha1sums: >>>> >>>> d6d4fc0d207586af78907b62108677a6771e9c43 LiVES-1.4.4.tar.bz2 >>>> cf3e2b5c13919dae3e38749fc74028396a187f8c LiVES-1.4.4.tar.gz >>>> >>>> >>>> sha256sums: >>>> >>>> 8b05dc2b3bf969fbf705d2de88839a69e65840486de4e7d972caadc7e68d4c15 >>>> LiVES-1.4.4.tar.bz2 >>>> 6e15e614d1ceca891e99df21d800cc7a0d24d9bfcda184575492ec4ee255d67b >>>> LiVES-1.4.4.tar.gz >>>> -----BEGIN PGP SIGNATURE----- >>>> Version: GnuPG v1.4.10 (GNU/Linux) >>>> >>>> iEYEARECAAYFAk32k7AACgkQ6nIyGQ+AtI2kegCcCAQsGVwxiX6AqradFYwZGI3m >>>> yeQAoI9hkPWjKHkjdpQxqgUzJkrOE4O8 >>>> =mnyv >>>> -----END PGP SIGNATURE----- >>>> >>>> gpg fingerprint @ http://lives.sourceforge.net/index.php?do=contact >>>> >>>> >>>> >>>> Gabriel. >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> EditLive Enterprise is the world's most technically advanced content >>>> authoring tool. Experience the power of Track Changes, Inline Image >>>> Editing and ensure content is compliant with Accessibility Checking. >>>> http://p.sf.net/sfu/ephox-dev2dev >>>> _______________________________________________ >>>> Lives-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/lives-users >>>> >>> >>> >>> I was just testing Lives and found the clip selection menu overwrites >>> the clip name with "close" when you select a clip. The clip name is >>> correct at the bottom of the screen so it's just a menu problem. >>> Saving >> >> >> Ah yes, I noticed that on another machine, forgot to make a note of it. >> I >> wonder how come nobody reports these things as bugs ? >> >> >> >> >> >>> a layout still doesn't work, never has for me. >> >> Why ? What happens when you try to save ? >> >> Gabriel. >> >> >> >> ------------------------------------------------------------------------------ >> EditLive Enterprise is the world's most technically advanced content >> authoring tool. Experience the power of Track Changes, Inline Image >> Editing and ensure content is compliant with Accessibility Checking. >> http://p.sf.net/sfu/ephox-dev2dev >> _______________________________________________ >> Lives-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/lives-users > > Guillermo Vallejo > â [email protected] > â 91 848 43 73 > â 648 165 092 > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2_______________________________________________ > Lives-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lives-users > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
