From: FranJPR <fjp...@gm...> - 2012-12-15 00:16:50
|
I have installed git, git clone ... then make fetch gives: make: *** No rule to make target `fetch'. Stop. Chris Frey-2 wrote: > > On Fri, Dec 07, 2012 at 05:13:02AM -0800, FranJPR wrote: >> >> I am trying to compile opensync 0.22 in a virtualbox Kubuntu 12.04. >> ./configure was fine but make gave these errors: >> >> cc1: all warnings being treated as errors >> make[2]: *** [opensync_time.lo] Error 1 >> make[2]: Leaving directory >> `/home/fran/opensyncompile/libopensync-0.22/opensync' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/home/fran/opensyncompile/libopensync-0.22' >> make: *** [all] Error 2 >> >> how could I fix these errors? > > I think you cut and pasted a bit early... the actual error is not listed > there. > > If you wish to compile from source, I'd recommend using the binary-meta > git repository, which builds binary packages for you as well. > > First install git, then do: > > git clone git://repo.or.cz/opensync/opensync-cdf.git > make fetch > > Then, as root, install dependencies: > > cd depscripts > . ubuntu-1204.sh > > Then, as your normal user, build: > > make debian-all > > If you type 'make' all by itself, you'll get a list of available build > targets. More information in the README files in the repo. > > If you build the debian packages, they will be found under the debian/ > directory after the build. > > - Chris > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > > -- View this message in context: http://old.nabble.com/Compiling-opensync-0.22-tp34770806p34799855.html Sent from the Opensync - User mailing list archive at Nabble.com. |