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

Reply via email to