From: Benjamin A. <ben...@gm...> - 2006-11-10 18:32:04
|
Hi! I just checked out opensync from svn and ran ./autogen.sh (which started configure, I guess). Since I didn't want stuff to go to /usr/local, but just /usr, I reran "./configure --prefix=/usr", then "make", then "make install", which yielded the following errors: test -z "/usr//lib/opensync/formats" || mkdir -p -- "/usr//lib/opensync/formats" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vcard.la' '/usr//lib/opensync/formats/xml-vcard.la' libtool: install: error: cannot install `xml-vcard.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vcal.la' '/usr//lib/opensync/formats/xml-vcal.la' libtool: install: error: cannot install `xml-vcal.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-evolution.la' '/usr//lib/opensync/formats/xml-evolution.la' libtool: install: error: cannot install `xml-evolution.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vnote.la' '/usr//lib/opensync/formats/xml-vnote.la' libtool: install: error: cannot install `xml-vnote.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-kde.la' '/usr//lib/opensync/formats/xml-kde.la' libtool: install: error: cannot install `xml-kde.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xmldoc.la' '/usr//lib/opensync/formats/xmldoc.la' libtool: install: error: cannot install `xmldoc.la' to a directory not ending in /usr/local/lib/opensync/formats make[3]: *** [install-formatsLTLIBRARIES] Fehler 1 make[3]: Leaving directory `/usr/src/opensync/opensync/formats/vformats-xml' make[2]: *** [install-am] Fehler 2 make[2]: Leaving directory `/usr/src/opensync/opensync/formats/vformats-xml' make[1]: *** [install-recursive] Fehler 1 make[1]: Leaving directory `/usr/src/opensync/opensync/formats' make: *** [install-recursive] Fehler 1 Is that my fault, or did noone else try installing to another prefix yet? A couple more questions: The Samsung SGH D600 I'm trying to sync uses syncml 1.1 on windows. How are my chances of the phone syncing at least partially with the syncml-plugin? Can I use the USB cable for syncing, or will I have to use Bluetooth? Will the transport be OBEX or HTTP? Is http://www.opensync.org/wiki/syncml-guide still up-to-date? Do I still need to patch even wbxml's svn? Whew, so many questions... Thanks for your help! Ben Adler |