On Fri, Feb 25, 2011 at 2:12 AM, Daniel Juyung Seo <[email protected]> wrote: > Hello, Can you try with below sequence? > > $ svn update > $ sudo make maintainer-clean > $ sudo ./autogen.sh > $ sudo make install
It's recommended to not run configure and make as root, only the install require root privilege. So maybe a better solution : $ svn update $ make maintainer-clean $ ./autogen.sh $ make && sudo make install -- Cedric BAIL ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
