From: Chris F. <cd...@fo...> - 2012-12-12 00:12:37
|
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 |