Chris will probably need more info to help you with the building.
The openSync plugin for Kontact (actually Akonadi) wasn't released for 4.2,
because of the unstable nature of openSync 0.4. It and the latest version of
KitchenSync should be available in the first major release of KDE after
openSync stabilizes. Last I heard, the goal was to have it ready for KDE
4.3.
I'm currently figuring out the best way to sync with Kontact myself. I'll
let you know once I figure it out.
-John
On Thu, Apr 9, 2009 at 12:52 AM, Frederic Herman <fher...@inferential.com>wrote:
> John--
>
> That fixed the opensync build problem. That seems to have worked.
>
> I then attempted to do the barry build, and early on, I got an error:
> warning macro AM_ICONV no found in library
>
> I assume I am missing something there. The build failed.
>
> I also failed to mention that I need to have a plugin for KDE Kontact
> rather than evolution since that is the PIM application that I have been
> using. Is there alternate svn commands to handle that part of the project?
>
> Thanks for your help.
>
> Fred
>
>
> John Ladan wrote:
> > There was a common type in the code Chris gave you. You're missing the
> > <path-to-source> argument for cmake.
> >
> > Change the line:
> >
> > cmake -DCMAKE_INSTALL_PREFIX=/home/you/play/rootdir && \
> >
> > to
> >
> > cmake -DCMAKE_INSTALL_PREFIX=/home/you/play/rootdir .. && \
> >
> > Those two dots tell cmake where to look for the source. CMake expects a
> file
> > named CMakeLists.txt in the root of the source directory. That file tells
> > cmake what needs to be done to build the project.
> >
> > The new commands to build opensync:
> > rm -rf rootdir
> > for f in opensync osynctool evolution2 vformat xmlformat ; do
> > (cd $f && rm -rf build && mkdir build && cd build && \
> > cmake -DCMAKE_INSTALL_PREFIX=/home/you/play/rootdir .. && \
> > make && make install)
> > done
> >
> > -John
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> ------------------------------------------------------------------------------
> > This SF.net email is sponsored by:
> > High Quality Requirements in a Collaborative Environment.
> > Download a free trial of Rational Requirements Composer Now!
> > http://p.sf.net/sfu/www-ibm-com
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Barry-devel mailing list
> > Barry-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/barry-devel
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel