From: Stefan S. <ste...@we...> - 2005-08-26 14:52:11
|
Hi! I was very happy to hear that somebody beside my was working on a SynCE plugin for OpenSync and that he resp. they have almost finished their work. XXX thanks for that! After getting the most recent versions from the subversion respository of evo2 and file-sync I realized that the pure subversion versions of them will not work as supposed to be. ./autogen.sh and autoconf fail to produce the make files and there is no configure script to run ./configure but in the INSTALL docs you mention, that you have to do a configure/make/make install. I think there are missing some files. The subversion version of SynCE works fine. All necessary files are included. You - the maintainer - should at least give some insight in one of the files (README, INSTALL or RELEASE) how to build these plugins without "./configure". I have no idea how and had to use the tar-files, which include everything you need (but as far as I know, they do not contain recent bug fixes). Thanks in advance! Regards, Stefan |
From: Danny B. <dan...@sc...> - 2005-08-26 16:13:52
|
Stefan, This appears to be a recent change, autogen.sh was there until quite recently. The commit log says Remove autogen.sh as it is deprecated, run autoreconf -is by hand to achieve the same results. So there are two answers : - you can run "autoreconf -is", this will solve your immediate problem - I'm sure this will end up being documented Danny On Fri, 2005-08-26 at 14:51 +0200, Stefan Struhs wrote: > Hi! >=20 > I was very happy to hear that somebody beside my was working on a SynCE > plugin for OpenSync and that he resp. they have almost finished their > work. XXX thanks for that! >=20 > After getting the most recent versions from the subversion respository > of evo2 and file-sync I realized that the pure subversion versions of > them will not work as supposed to be. ./autogen.sh and autoconf fail to > produce the make files and there is no configure script to > run ./configure but in the INSTALL docs you mention, that you have to do > a configure/make/make install. I think there are missing some files. The > subversion version of SynCE works fine. All necessary files are > included. >=20 > You - the maintainer - should at least give some insight in one of the > files (README, INSTALL or RELEASE) how to build these plugins without > "./configure". I have no idea how and had to use the tar-files, which > include everything you need (but as far as I know, they do not contain > recent bug fixes). >=20 > Thanks in advance! >=20 > Regards, > Stefan >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users >=20 --=20 Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info |
From: Armin B. <arm...@de...> - 2005-08-26 16:39:49
Attachments:
signature.asc
|
Hi Stefan, danny is right, running autoreconf -sfi will solve this problem. The autogen.sh just had a single line in which called autoreconf so this file was kind of pointless... But you are right of course, this should be documented in the README or the INSTALL file. I added a ticket on opensync.org so we can eventually fix this. Armin Danny Backx wrote: > Stefan, > > This appears to be a recent change, autogen.sh was there until quite > recently. > > The commit log says > Remove autogen.sh as it is deprecated, run autoreconf -is by hand to > achieve the same results. > > So there are two answers : > - you can run "autoreconf -is", this will solve your immediate problem > - I'm sure this will end up being documented > > Danny > > On Fri, 2005-08-26 at 14:51 +0200, Stefan Struhs wrote: > >>Hi! >> >>I was very happy to hear that somebody beside my was working on a SynCE >>plugin for OpenSync and that he resp. they have almost finished their >>work. XXX thanks for that! >> >>After getting the most recent versions from the subversion respository >>of evo2 and file-sync I realized that the pure subversion versions of >>them will not work as supposed to be. ./autogen.sh and autoconf fail to >>produce the make files and there is no configure script to >>run ./configure but in the INSTALL docs you mention, that you have to do >>a configure/make/make install. I think there are missing some files. The >>subversion version of SynCE works fine. All necessary files are >>included. >> >>You - the maintainer - should at least give some insight in one of the >>files (README, INSTALL or RELEASE) how to build these plugins without >>"./configure". I have no idea how and had to use the tar-files, which >>include everything you need (but as far as I know, they do not contain >>recent bug fixes). >> >>Thanks in advance! >> >>Regards, >>Stefan >> >> >> >>------------------------------------------------------- >>SF.Net email is Sponsored by the Better Software Conference & EXPO >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >>_______________________________________________ >>Opensync-users mailing list >>Ope...@li... >>https://lists.sourceforge.net/lists/listinfo/opensync-users >> |
From: Stefan S. <ste...@we...> - 2005-08-30 17:32:31
Attachments:
file-sync-make-error.txt
|
Hi Danny and Armin, I've tried both "autoreconf -sfi" and "autoreconf -is". With evo2 it works but with file-sync I get the attached "make"-output. As far as I understand the output, the compiler is not able to find "opensync/file.h", right? I' ve checked my source of libopensync and could not find this file. 3 possibilities: 1. I need a new version of libopensync 2. svn-sources of file-sync are broken resp. file.h should be replaced by something else, where "fileFormat" and "file_info" is declared? 3. autoreconf does not set the search-path-variable for ./configure correctly Thanx! Regards, Stefan Am Freitag, den 26.08.2005, 18:39 +0200 schrieb Armin Bauer: > Hi Stefan, >=20 > danny is right, running autoreconf -sfi will solve this problem. The > autogen.sh just had a single line in which called autoreconf so this > file was kind of pointless... >=20 > But you are right of course, this should be documented in the README or > the INSTALL file. I added a ticket on opensync.org so we can eventually > fix this. >=20 > Armin >=20 > Danny Backx wrote: > > Stefan, > >=20 > > This appears to be a recent change, autogen.sh was there until quite > > recently. > >=20 > > The commit log says > > Remove autogen.sh as it is deprecated, run autoreconf -is by hand t= o > > achieve the same results. > >=20 > > So there are two answers : > > - you can run "autoreconf -is", this will solve your immediate problem > > - I'm sure this will end up being documented > >=20 > > Danny > >=20 > > On Fri, 2005-08-26 at 14:51 +0200, Stefan Struhs wrote: > >=20 > >>Hi! > >> > >>I was very happy to hear that somebody beside my was working on a SynCE > >>plugin for OpenSync and that he resp. they have almost finished their > >>work. XXX thanks for that! > >> > >>After getting the most recent versions from the subversion respository > >>of evo2 and file-sync I realized that the pure subversion versions of > >>them will not work as supposed to be. ./autogen.sh and autoconf fail to > >>produce the make files and there is no configure script to > >>run ./configure but in the INSTALL docs you mention, that you have to d= o > >>a configure/make/make install. I think there are missing some files. Th= e > >>subversion version of SynCE works fine. All necessary files are > >>included. > >> > >>You - the maintainer - should at least give some insight in one of the > >>files (README, INSTALL or RELEASE) how to build these plugins without > >>"./configure". I have no idea how and had to use the tar-files, which > >>include everything you need (but as far as I know, they do not contain > >>recent bug fixes). > >> > >>Thanks in advance! > >> > >>Regards, > >>Stefan > >> > >> > >> > >>------------------------------------------------------- > >>SF.Net email is Sponsored by the Better Software Conference & EXPO > >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > >>_______________________________________________ > >>Opensync-users mailing list > >>Ope...@li... > >>https://lists.sourceforge.net/lists/listinfo/opensync-users > >> --=20 Stefan Struhs Tuttlinger Stra=DFe 7 70619 Stuttgart-Sillenbuch Deutschland Tel. +49 (0) 711 123 97-13 PCFax +49 (0) 711 123 97-11 Mobil +49 (0) 176 210073-88 mailto:ste...@we... |