From: FranJPR <fjp...@gm...> - 2012-12-07 13:13:11
|
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? -- View this message in context: http://old.nabble.com/Compiling-opensync-0.22-tp34770806p34770806.html Sent from the Opensync - User mailing list archive at Nabble.com. |
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 |
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. |
From: Chris F. <cd...@fo...> - 2012-12-15 00:37:52
|
I guess I forgot the "cd opensync" directory change. :-) - Chris On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: > > 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. > > > ------------------------------------------------------------------------------ > 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 |
From: FranJPR <fjp...@gm...> - 2012-12-15 03:11:36
|
Nooo my friend. I have no idea to compile, :-) but I forgot to tell you that it did not work in opensync directory either. Chris Frey-2 wrote: > > I guess I forgot the "cd opensync" directory change. :-) > > - Chris > > > On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: >> >> 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. >> >> >> ------------------------------------------------------------------------------ >> 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 > > ------------------------------------------------------------------------------ > 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-tp34770806p34800075.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Chris F. <cd...@fo...> - 2012-12-16 01:55:40
|
Oy, I must not be on my A-game. :-) I gave you the wrong repository. You'll want the binary-meta one here: git clone git://repo.or.cz/opensync/binary-meta.git Inside that directory, make fetch should work. There's also some README documentation in there too. But hopefully once the dependencies are all installed, as I mentioned earlier with the depscript, the build will go without issue. - Chris On Fri, Dec 14, 2012 at 07:11:27PM -0800, FranJPR wrote: > > Nooo my friend. I have no idea to compile, :-) but I forgot to tell you that > it did not work in opensync directory either. > > > Chris Frey-2 wrote: > > > > I guess I forgot the "cd opensync" directory change. :-) > > > > - Chris > > > > > > On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: > >> > >> 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. > >> > >> > >> ------------------------------------------------------------------------------ > >> 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 > > > > ------------------------------------------------------------------------------ > > 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-tp34770806p34800075.html > Sent from the Opensync - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > 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 |
From: FranJPR <fjp...@gm...> - 2012-12-17 22:24:13
|
I will try during this week. Thank you! Chris Frey-2 wrote: > > Oy, I must not be on my A-game. :-) > > I gave you the wrong repository. You'll want the binary-meta one here: > > git clone git://repo.or.cz/opensync/binary-meta.git > > Inside that directory, make fetch should work. > > There's also some README documentation in there too. But hopefully once > the dependencies are all installed, as I mentioned earlier with the > depscript, > the build will go without issue. > > - Chris > > > On Fri, Dec 14, 2012 at 07:11:27PM -0800, FranJPR wrote: >> >> Nooo my friend. I have no idea to compile, :-) but I forgot to tell you >> that >> it did not work in opensync directory either. >> >> >> Chris Frey-2 wrote: >> > >> > I guess I forgot the "cd opensync" directory change. :-) >> > >> > - Chris >> > >> > >> > On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: >> >> >> >> 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. >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> 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 >> > >> > >> ------------------------------------------------------------------------------ >> > 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-tp34770806p34800075.html >> Sent from the Opensync - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> 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 > > ------------------------------------------------------------------------------ > 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-tp34770806p34808176.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: FranJPR <fjp...@gm...> - 2012-12-17 22:53:18
|
I updated the os to kubuntu 12.10. I do not see in depscripts directory an . ubuntu-1210.sh file. I will read the README files and try to run the 12.04.sh one. Thanks FranJPR wrote: > > I will try during this week. Thank you! > > > Chris Frey-2 wrote: >> >> Oy, I must not be on my A-game. :-) >> >> I gave you the wrong repository. You'll want the binary-meta one here: >> >> git clone git://repo.or.cz/opensync/binary-meta.git >> >> Inside that directory, make fetch should work. >> >> There's also some README documentation in there too. But hopefully once >> the dependencies are all installed, as I mentioned earlier with the >> depscript, >> the build will go without issue. >> >> - Chris >> >> >> On Fri, Dec 14, 2012 at 07:11:27PM -0800, FranJPR wrote: >>> >>> Nooo my friend. I have no idea to compile, :-) but I forgot to tell you >>> that >>> it did not work in opensync directory either. >>> >>> >>> Chris Frey-2 wrote: >>> > >>> > I guess I forgot the "cd opensync" directory change. :-) >>> > >>> > - Chris >>> > >>> > >>> > On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: >>> >> >>> >> 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. >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >>> >> 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 >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > 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-tp34770806p34800075.html >>> Sent from the Opensync - User mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> 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 >> >> ------------------------------------------------------------------------------ >> 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-tp34770806p34808290.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Chris F. <cd...@fo...> - 2012-12-17 23:54:42
|
The only problem you might have with 12.10 is if package names have changed, or if they split something out. It should be fairly obvious if you run the script and some packages are not available, though you may need to read carefully through all the text output. :-) - Chris On Mon, Dec 17, 2012 at 02:53:11PM -0800, FranJPR wrote: > > I updated the os to kubuntu 12.10. I do not see in depscripts directory an . > ubuntu-1210.sh file. I will read the README files and try to run the > 12.04.sh one. > > Thanks > > > FranJPR wrote: > > > > I will try during this week. Thank you! > > > > > > Chris Frey-2 wrote: > >> > >> Oy, I must not be on my A-game. :-) > >> > >> I gave you the wrong repository. You'll want the binary-meta one here: > >> > >> git clone git://repo.or.cz/opensync/binary-meta.git > >> > >> Inside that directory, make fetch should work. > >> > >> There's also some README documentation in there too. But hopefully once > >> the dependencies are all installed, as I mentioned earlier with the > >> depscript, > >> the build will go without issue. > >> > >> - Chris > >> > >> > >> On Fri, Dec 14, 2012 at 07:11:27PM -0800, FranJPR wrote: > >>> > >>> Nooo my friend. I have no idea to compile, :-) but I forgot to tell you > >>> that > >>> it did not work in opensync directory either. > >>> > >>> > >>> Chris Frey-2 wrote: > >>> > > >>> > I guess I forgot the "cd opensync" directory change. :-) > >>> > > >>> > - Chris > >>> > > >>> > > >>> > On Fri, Dec 14, 2012 at 04:16:43PM -0800, FranJPR wrote: > >>> >> > >>> >> 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. > >>> >> > >>> >> > >>> >> > >>> ------------------------------------------------------------------------------ > >>> >> 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 > >>> > > >>> > > >>> ------------------------------------------------------------------------------ > >>> > 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-tp34770806p34800075.html > >>> Sent from the Opensync - User mailing list archive at Nabble.com. > >>> > >>> > >>> ------------------------------------------------------------------------------ > >>> 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 > >> > >> ------------------------------------------------------------------------------ > >> 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-tp34770806p34808290.html > Sent from the Opensync - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > 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 |